Home
last modified time | relevance | path

Searched hist:"4 c502549" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c4c502549 Fri Mar 14 20:02:08 CDT 2014 Eric W. Biederman <ebiederm@xmission.com> enic: Don't receive packets when the napi budget == 0

Processing any incoming packets with a with a napi budget of 0
is incorrect driver behavior.

This matters as netpoll will shortly call drivers with a budget of 0
to avoid receive packet processing happening in hard irq context.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
4c502549 Fri Mar 14 20:02:08 CDT 2014 Eric W. Biederman <ebiederm@xmission.com> enic: Don't receive packets when the napi budget == 0

Processing any incoming packets with a with a napi budget of 0
is incorrect driver behavior.

This matters as netpoll will shortly call drivers with a budget of 0
to avoid receive packet processing happening in hard irq context.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>