All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geethasowjanya Akula <gakula@marvell.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Sunil Kovvuri Goutham" <sgoutham@marvell.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	Subbaraya Sundeep Bhatta <sbhatta@marvell.com>
Subject: Re: [EXT] Re: [PATCH v2] octeontx2-pf: Add RSS multi group support
Date: Wed, 9 Dec 2020 16:53:08 +0000	[thread overview]
Message-ID: <DM6PR18MB2602BAD0AE2BAA007EDC1345CDCC0@DM6PR18MB2602.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20201208133444.62618a42@kicinski-fedora-pc1c0hjn.DHCP.thefacebook.com>

Thanks, Jakub. Will address your comments in next version.


________________________________________
From: Jakub Kicinski <kuba@kernel.org>
Sent: Wednesday, December 9, 2020 3:04 AM
To: Geethasowjanya Akula
Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Sunil Kovvuri Goutham; davem@davemloft.net; Subbaraya Sundeep Bhatta
Subject: [EXT] Re: [PATCH v2] octeontx2-pf: Add RSS multi group support

External Email

----------------------------------------------------------------------
On Mon, 7 Dec 2020 21:40:18 +0530 Geetha sowjanya wrote:
> Hardware supports 8 RSS groups per interface. Currently we are using
> only group '0'. This patch allows user to create new RSS groups/contexts
> and use the same as destination for flow steering rules.
>
> usage:
> To steer the traffic to RQ 2,3
>
> ethtool -X eth0 weight 0 0 1 1 context new
> (It will print the allocated context id number)
> New RSS context is 1
>
> ethtool -N eth0 flow-type tcp4 dst-port 80 context 1 loc 1
>
> To delete the context
> ethtool -X eth0 context 1 delete
>
> When an RSS context is removed, the active classification
> rules using this context are also removed.
>
> Change-log:
> v2
> - Removed unrelated whitespace
> - Coverted otx2_get_rxfh() to use new function.

Thanks, I gave otx2_get_rxfh() as an example, please also convert
otx2_set_rxfh().

      reply	other threads:[~2020-12-09 16:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-07 16:10 [PATCH v2] octeontx2-pf: Add RSS multi group support Geetha sowjanya
2020-12-08 21:34 ` Jakub Kicinski
2020-12-09 16:53   ` Geethasowjanya Akula [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=DM6PR18MB2602BAD0AE2BAA007EDC1345CDCC0@DM6PR18MB2602.namprd18.prod.outlook.com \
    --to=gakula@marvell.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.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.