On Mon, Jun 10, 2013 at 5:22 AM, Eric Dumazet <[email protected]> wrote: > On Mon, 2013-06-10 at 11:39 +0300, Eliezer Tamir wrote: >> Adds a napi_id and a hashing mechanism to lookup a napi by id. >> This will be used by subsequent patches to implement low latency >> Ethernet device polling. >> Based on a code sample by Eric Dumazet. >> >> Signed-off-by: Eliezer Tamir <[email protected]> >> --- >> >> include/linux/netdevice.h | 29 ++++++++++++++++++++++ >> net/core/dev.c | 59 >> +++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 88 insertions(+), 0 deletions(-) > > Signed-off-by: Eric Dumazet <[email protected]> >
Tested-by: Willem de Bruijn <[email protected]> (per Eliezer's request) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

