netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/8] bnxt_en: Bug fixes.
@ 2018-03-10  4:46 Michael Chan
  2018-03-10  4:46 ` [PATCH net 1/8] bnxt_en: Refactor the functions to reserve hardware rings Michael Chan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Michael Chan @ 2018-03-10  4:46 UTC (permalink / raw)
  To: davem; +Cc: netdev

There are 3 bug fixes in this series to fix regressions recently
introduced when adding the new ring reservations scheme.  2 minor
fixes in the TC Flower code to return standard errno values and
to elide some unnecessary warning dmesg.  One Fixes the VLAN TCI
value passed to the stack by including the entire 16-bit VLAN TCI,
and the last fix is to check for valid VNIC ID before setting up or
shutting down LRO/GRO.

Eddie Wai (1):
  bnxt_en: Fix vnic accounting in the bnxt_check_rings() path.

Michael Chan (4):
  bnxt_en: Refactor the functions to reserve hardware rings.
  bnxt_en: Pass complete VLAN TCI to the stack.
  bnxt_en: Fix regressions when setting up MQPRIO TX rings.
  bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().

Sriharsha Basavapatna (1):
  bnxt_en: Remove unwanted ovs-offload messages in some conditions

Venkat Duvvuru (2):
  bnxt_en: Return standard Linux error codes for hwrm flow cmds.
  bnxt_en: close & open NIC, only when the interface is in running
    state.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c    | 180 ++++++++++++++-------------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h    |   1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c |  33 +++--
 3 files changed, 118 insertions(+), 96 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-03-12 14:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-10  4:46 [PATCH net 0/8] bnxt_en: Bug fixes Michael Chan
2018-03-10  4:46 ` [PATCH net 1/8] bnxt_en: Refactor the functions to reserve hardware rings Michael Chan
2018-03-10  4:46 ` [PATCH net 2/8] bnxt_en: Fix vnic accounting in the bnxt_check_rings() path Michael Chan
2018-03-10  4:46 ` [PATCH net 3/8] bnxt_en: Remove unwanted ovs-offload messages in some conditions Michael Chan
2018-03-10  4:46 ` [PATCH net 4/8] bnxt_en: Pass complete VLAN TCI to the stack Michael Chan
2018-03-10  4:46 ` [PATCH net 5/8] bnxt_en: Fix regressions when setting up MQPRIO TX rings Michael Chan
2018-03-10  4:46 ` [PATCH net 6/8] bnxt_en: Return standard Linux error codes for hwrm flow cmds Michael Chan
2018-03-10  4:46 ` [PATCH net 7/8] bnxt_en: close & open NIC, only when the interface is in running state Michael Chan
2018-03-10  4:46 ` [PATCH net 8/8] bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa() Michael Chan
2018-03-12 14:58 ` [PATCH net 0/8] bnxt_en: Bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).