summaryrefslogtreecommitdiff
path: root/drivers/net/geneve.c
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2017-02-07 00:55:38 +0300
committerDavid S. Miller <davem@davemloft.net>2017-02-07 21:30:59 +0300
commitd1e7925e6d80ce5f9ef6deb8f3cec7526f5c443c (patch)
tree364ded8b82fe7ac857effce22d862f237948ffe5 /drivers/net/geneve.c
parent4e5dbbda4c40a239e2ed4bbc98f2aa320e4dcca2 (diff)
downloadlinux-d1e7925e6d80ce5f9ef6deb8f3cec7526f5c443c.tar.xz
bnxt_en: Centralize logic to reserve rings.
Currently, bnxt_setup_tc() and bnxt_set_channels() have similar and duplicated code to check and reserve rx and tx rings. Add a new function bnxt_reserve_rings() to centralize the logic. This will make it easier to add XDP_TX support which requires allocating a new set of TX rings. Also, the tx ring checking logic in bnxt_setup_msix() can be removed. The rings have been reserved before hand. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/geneve.c')
0 files changed, 0 insertions, 0 deletions