lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 10 Feb 2022 15:40:09 +0000
From:   patchwork-bot+netdevbpf@...nel.org
To:     Subbaraya Sundeep <sbhatta@...vell.com>
Cc:     davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
        sundeep.lkml@...il.com, hkelam@...vell.com, gakula@...vell.com,
        sgoutham@...vell.com
Subject: Re: [net-next PATCH] octeontx2-pf: Add TC feature for VFs

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@...emloft.net>:

On Thu, 10 Feb 2022 17:21:44 +0530 you wrote:
> This patch adds TC feature for VFs also. When MCAM
> rules are allocated for a VF then either TC or ntuple
> filters can be used. Below are the commands to use
> TC feature for a VF(say lbk0):
> 
> devlink dev param set pci/0002:01:00.1 name mcam_count value 16 \
>  cmode runtime
> ethtool -K lbk0 hw-tc-offload on
> ifconfig lbk0 up
> tc qdisc add dev lbk0 ingress
> tc filter add dev lbk0 parent ffff: protocol ip flower skip_sw \
>  dst_mac 98:03:9b:83:aa:12 action police rate 100Mbit burst 5000
> 
> [...]

Here is the summary with links:
  - [net-next] octeontx2-pf: Add TC feature for VFs
    https://git.kernel.org/netdev/net-next/c/4b0385bc8e6a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ