Searched hist:"10 a0176e4e6eb6243c4b1c55e50372e03139d592" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_fp.c | diff 10a0176e4e6eb6243c4b1c55e50372e03139d592 Fri Apr 07 03:04:57 CDT 2017 Mintz, Yuval <Yuval.Mintz@cavium.com> qede: Update receive statistic once per NAPI
Currently, each time an ingress packet is passed to networking stack the driver increments a per-queue SW statistic. As we want to have additional fields in the first cache-line of the Rx-queue struct, change flow so this statistic would be updated once per NAPI run. We will later push the statistic to a different cache line.
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|