diff options
author | Vikas Gupta <vikas.gupta@broadcom.com> | 2022-08-22 11:06:54 -0400 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-23 15:32:20 -0700 |
commit | 366c304741729e64d778c80555d9eb422cf5cc89 (patch) | |
tree | 182f27a1c78993608410322cb6fc1785f2d4be04 /LICENSES | |
parent | 09a89cc59ad67794a11e1d3dd13c5b3172adcc51 (diff) |
bnxt_en: fix LRO/GRO_HW features in ndo_fix_features callback
LRO/GRO_HW should be disabled if there is an attached XDP program.
BNXT_FLAG_TPA is the current setting of the LRO/GRO_HW. Using
BNXT_FLAG_TPA to disable LRO/GRO_HW will cause these features to be
permanently disabled once they are disabled.
Fixes: 1dc4c557bfed ("bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buff")
Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions