forked from Minki/linux
net: bcmsysport: use napi_complete_done()
By using napi_complete_done(), we allow fine tuning of
/sys/class/net/ethX/gro_flush_timeout for higher GRO aggregation
efficiency for a Gbit NIC.
Check commit 24d2e4a507
("tg3: use napi_complete_done()") for details.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ba90950c94
commit
c82f47efa0
@ -831,7 +831,7 @@ static int bcm_sysport_poll(struct napi_struct *napi, int budget)
|
||||
rdma_writel(priv, priv->rx_c_index, RDMA_CONS_INDEX);
|
||||
|
||||
if (work_done < budget) {
|
||||
napi_complete(napi);
|
||||
napi_complete_done(napi, work_done);
|
||||
/* re-enable RX interrupts */
|
||||
intrl2_0_mask_clear(priv, INTRL2_0_RDMA_MBDONE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user