[net-next,V5,0/2] octeontx2-af: TC flower offload changes

Message ID 20230804045935.3010554-1-sumang@marvell.com
Headers
Series octeontx2-af: TC flower offload changes |

Message

Suman Ghosh Aug. 4, 2023, 4:59 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

v5 changes:
	Resolved conflicts with 'main' branch

v4 changes:
	Resolved conflicts with 'main' branch

v3 changes:
	1. Fixed warning in file
	drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
	2. Updated commit description for patch #2

v2 changes:
	1. Fixed checkpatch errors in file
	drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
	2. Updated cover letter subject

 .../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(-)
  

Comments

Simon Horman Aug. 5, 2023, 7:25 a.m. UTC | #1
On Fri, Aug 04, 2023 at 10:29:33AM +0530, Suman Ghosh wrote:
> 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
> 
> v5 changes:
> 	Resolved conflicts with 'main' branch
> 
> v4 changes:
> 	Resolved conflicts with 'main' branch
> 
> v3 changes:
> 	1. Fixed warning in file
> 	drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
> 	2. Updated commit description for patch #2
> 
> v2 changes:
> 	1. Fixed checkpatch errors in file
> 	drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
> 	2. Updated cover letter subject

Hi Suman,

Thanks for your patience with the minor fixes and rebases.

Reviewed-by: Simon Horman <horms@kernel.org>
  
patchwork-bot+netdevbpf@kernel.org Aug. 8, 2023, 2:30 a.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 4 Aug 2023 10:29:33 +0530 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,V5,1/2] octeontx2-af: Code restructure to handle TC outer VLAN offload
    https://git.kernel.org/netdev/net-next/c/aa07a0f421b5
  - [net-next,V5,2/2] octeontx2-af: TC flower offload support for inner VLAN
    https://git.kernel.org/netdev/net-next/c/21e748354ec2

You are awesome, thank you!