summaryrefslogtreecommitdiff
path: root/net/atm/addr.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-02-02 10:16:00 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-03 16:06:55 -0500
commitfb6113e688e0bf5bc3081d6ff02e8ad77fed3c7a (patch)
treedca1ecdb2b0154304c564b597eb04517fcd09745 /net/atm/addr.h
parent94b5e0f970258828bf163b5ef076da4e4b0802e0 (diff)
be2net: get rid of custom busy poll code
Compared to custom busy_poll, the generic NAPI one is better, since it allows to use GRO, and it removes a lot of code and extra locked operations in fast path. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Sathya Perla <sathya.perla@broadcom.com> Cc: Ajit Khaparde <ajit.khaparde@broadcom.com> Cc: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/addr.h')
0 files changed, 0 insertions, 0 deletions
/commit/include?h=nds-private-remove&id=6fe3faf86757eb7f078ff06b23b206f17dc4fb36'>tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-4/+53 2017-02-11tap: Tap character device creation/destroy APISainath Grandhi1-0/+3 2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi3-25/+25 2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-0/+10 2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller