[net-next,0/2] octeontx2-af: Code restructuting and TC

Message ID 20230730074134.2838427-1-sumang@marvell.com
Headers
Series octeontx2-af: Code restructuting and TC |

Message

Suman Ghosh July 30, 2023, 7:41 a.m. UTC
  This patchset includes minor code restructuring related to TC flower offload
for outer vlan and adding support for TC inner vlan offload.

Patch #1 Code restructure to handle TC flower outer vlan offload

Patch #2 Add TC flower offload support for inner vlan

Suman Ghosh (2):
  octeontx2-af: Code restructure to handle TC outer VLAN offload
  octeontx2-af: TC flower offload support for inner VLAN

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |   1 +
 .../net/ethernet/marvell/octeontx2/af/npc.h   |   3 +
 .../marvell/octeontx2/af/rvu_debugfs.c        |   5 +
 .../marvell/octeontx2/af/rvu_npc_fs.c         |  13 +++
 .../ethernet/marvell/octeontx2/nic/otx2_tc.c  | 105 +++++++++++-------
 5 files changed, 89 insertions(+), 38 deletions(-)