DragonFly BSD
DragonFly kernel List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: some kernel hacking tasks


From: Antonio Huete Jimenez <ahuete.devel@xxxxxxxxx>
Date: Mon, 1 Oct 2012 23:57:13 +0200

Hi Sephe,

Here's a patch for bpf:
http://island.quantumachine.net/~antonioh/archive/patches/bpf_token01.diff
Not sure if I'm missing something.

I've tested it with netperf in one ssh session and tcpdump in another
(thanks sjg)

Cheers,
Antonio Huete

2012/9/29 Sepherosa Ziehau <sepherosa@gmail.com>:
> Hi all,
>
> I have several kernel hacking tasks; any helping hands are welcome.
> - Replace bpf's mplock w/ its own token
> - Support busdma(9) in some network drivers, the most commonly
> used/available ones:
> o  dc(4)
> o  fxp(4)
> o  vr(4)
> There are actually more drivers that do not support busdma(9):
> find /usr/src/sys/dev/netif -type f -name "*.c" -exec grep -l
> "contigmalloc" "{}" ";"
>
> I could help to review, test and commit the patch.
>
> Best Regards,
> sephe
>
> --
> Tomorrow Will Never Die



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]