commit | c22a3f48ef99ea4b02389f7f53080ed3ba220e77 | [log] [tgz] |
---|---|---|
author | Joao Pinto <Joao.Pinto@synopsys.com> | Thu Apr 06 09:49:11 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 07 07:18:27 2017 -0700 |
tree | ebe27fce3c60c574aa3c49187f512d317cf675bc | |
parent | ce736788e8a92c12639311a9f01d55ccc997729c [diff] |
net: stmmac: adding multiple napi mechanism This patch adds the napi variable to the stmmac_rx_queue structure and forces that operations like netif_queue_stopped, netif_wake_queue, netif_stop_queue, netdev_reset_queue and netdev_sent_queue be made by queue. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Tested-by: Niklas Cassel <niklas.cassel@axis.com> Signed-off-by: David S. Miller <davem@davemloft.net>