Merge branch 'bnxt_en-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2022 11:44:50 +0000 (12:44 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2022 11:44:50 +0000 (12:44 +0100)
commit5dc64b6dcbc2350200a05d0b495dfaef6723a87c
treec0b77380116d9b9c3a1fb6f5e6a3b4fcb160b01b
parent20921c0c86092b4082c91bd7c88305da74e5520b
parent27d4073f8d9af0340362554414f4961643a4f4de
Merge branch 'bnxt_en-fixes'

Michael Chan says:

====================
bnxt_en: XDP redirect fixes

This series includes 3 fixes related to the XDP redirect code path in
the driver.  The first one adds locking when the number of TX XDP rings
is less than the number of CPUs.  The second one adjusts the maximum MTU
that can support XDP with enough tail room in the buffer.  The 3rd one
fixes a race condition between TX ring shutdown and the XDP redirect path.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>