Subject: [PATCH 00/00] pktgen: refinements and small fixes.


Hi!

I have the following patches for pktgen:

[PATCH 00/01] pktgen: Lindent run.
[PATCH 00/02] pktgen: Ports thread list to Kernel list implementation.
[PATCH 00/03] pktgen: Fix kernel_thread() fail leak.
[PATCH 00/04] pktgen: Fix Initialization fail leak.

All the patches were tested with QEMU, emulating a machine with 4 CPUs
and 4 ethernet cards.

There is more work I'd like to do for pktgen, it includes:

1. pg_cleanup() should freed the memory of the tasks it just terminated
(there's a leak there I think)
2. Port the interface list to the kernel linked list implementation
3. Review pktgen's debug printk()s

But I'm sending these patches first, just to know if I'm doing something
wrong.

Thank you

--
Luiz Fernando N. Capitulino


2006-01-23 17:22:58

by Robert Olsson

[permalink] [raw]
Subject: [PATCH 00/00] pktgen: refinements and small fixes.


Luiz Fernando Capitulino writes:

> [PATCH 00/02] pktgen: Ports thread list to Kernel list implementation.
> [PATCH 00/03] pktgen: Fix kernel_thread() fail leak.
> [PATCH 00/04] pktgen: Fix Initialization fail leak.
>

> But I'm sending these patches first, just to know if I'm doing something
> wrong.

Thanks!

Looks interesting. Yes of course better to use kernel list functions. I'll
patch my lab version and run through some tests.

Yes keep on hacking...

Cheers.
--ro