mbox series

[net,00/10] Miscellaneous fixes

Message ID 1629633747-22061-1-git-send-email-sgoutham@marvell.com
Headers show
Series Miscellaneous fixes | expand

Message

Sunil Kovvuri Goutham Aug. 22, 2021, 12:02 p.m. UTC
This patch series contains a bunch of miscellaneous fixes
for various issues like
- Free unallocated memory during driver unload
- HW reading transmit descriptor from wrong address
- VF VLAN strip offload MCAM entry installation failure
- Pkts not being distributed across queues in RSS context
- Wrong interface backpressure configuration for NIX1 block on 98xx
- etc

Geetha sowjanya (4):
  octeontx2-af: Handle return value in block reset.
  octeontx2-af: Use DMA_ATTR_FORCE_CONTIGUOUS attribute in DMA alloc
  octeontx2-af: Check capability flag while freeing ipolicer memory
  octeontx2-af: cn10k: Use FLIT0 register instead of FLIT1

Hariprasad Kelam (1):
  octeontx2-pf: Don't mask out supported link modes

Naveen Mamindlapalli (1):
  octeontx2-pf: send correct vlan priority mask to npc_install_flow_req

Subbaraya Sundeep (2):
  octeontx2-pf: Fix NIX1_RX interface backpressure
  octeontx2-af: cn10k: Fix SDP base channel number

Sunil Goutham (2):
  octeontx2-pf: Don't install VLAN offload rule if netdev is down
  octeontx2-pf: Fix algorithm index in MCAM rules with RSS action

 drivers/net/ethernet/marvell/octeontx2/af/common.h | 13 ++++----
 drivers/net/ethernet/marvell/octeontx2/af/rvu.c    |  5 +++-
 .../net/ethernet/marvell/octeontx2/af/rvu_cn10k.c  | 35 +++++++++++++++-------
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |  9 ++++--
 .../net/ethernet/marvell/octeontx2/af/rvu_reg.h    |  2 +-
 .../ethernet/marvell/octeontx2/nic/otx2_common.c   | 29 +++++++++++++++++-
 .../ethernet/marvell/octeontx2/nic/otx2_common.h   |  3 ++
 .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c  |  5 ----
 .../ethernet/marvell/octeontx2/nic/otx2_flows.c    |  1 +
 .../net/ethernet/marvell/octeontx2/nic/otx2_tc.c   |  4 +--
 10 files changed, 75 insertions(+), 31 deletions(-)