mbox series

[net,0/2] Octeontx2 minor tc fixes

Message ID 1658650874-16459-1-git-send-email-sbhatta@marvell.com (mailing list archive)
Headers show
Series Octeontx2 minor tc fixes | expand

Message

Subbaraya Sundeep July 24, 2022, 8:21 a.m. UTC
This patch set fixes two problems found in tc code 
wrt to ratelimiting and when installing UDP/TCP filters.

Patch 1: CN10K has different register format compared to
CN9xx hence fixes that.
Patch 2: Check flow mask also before installing a src/dst
port filter, otherwise installing for one port installs for other one too. 

Thanks,
Sundeep


Subbaraya Sundeep (1):
  octeontx2-pf: Fix UDP/TCP src and dst port tc filters

Sunil Goutham (1):
  octeontx2-pf: cn10k: Fix egress ratelimit configuration

 .../net/ethernet/marvell/octeontx2/nic/otx2_tc.c   | 106 ++++++++++++++-------
 1 file changed, 73 insertions(+), 33 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 26, 2022, 11:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Sun, 24 Jul 2022 13:51:12 +0530 you wrote:
> This patch set fixes two problems found in tc code
> wrt to ratelimiting and when installing UDP/TCP filters.
> 
> Patch 1: CN10K has different register format compared to
> CN9xx hence fixes that.
> Patch 2: Check flow mask also before installing a src/dst
> port filter, otherwise installing for one port installs for other one too.
> 
> [...]

Here is the summary with links:
  - [net,1/2] octeontx2-pf: cn10k: Fix egress ratelimit configuration
    https://git.kernel.org/netdev/net-next/c/5ec9c514d4a0
  - [net,2/2] octeontx2-pf: Fix UDP/TCP src and dst port tc filters
    https://git.kernel.org/netdev/net-next/c/d351c90ce248

You are awesome, thank you!