All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Subbaraya Sundeep <sbhatta@marvell.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	sundeep.lkml@gmail.com, hkelam@marvell.com, gakula@marvell.com,
	sgoutham@marvell.com
Subject: Re: [net-next PATCH] octeontx2-pf: Add TC feature for VFs
Date: Thu, 10 Feb 2022 15:40:09 +0000	[thread overview]
Message-ID: <164450760948.15967.13752904728813083905.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <1644493904-10734-1-git-send-email-sbhatta@marvell.com>

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.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



      reply	other threads:[~2022-02-10 15:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 11:51 [net-next PATCH] octeontx2-pf: Add TC feature for VFs Subbaraya Sundeep
2022-02-10 15:40 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164450760948.15967.13752904728813083905.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=gakula@marvell.com \
    --cc=hkelam@marvell.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=sundeep.lkml@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.