From: Jakub Kicinski <kuba@kernel.org>
To: Amritha Nambiar <amritha.nambiar@intel.com>
Cc: netdev@vger.kernel.org, alexander.h.duyck@intel.com,
jhs@mojatatu.com, jiri@resnulli.us, xiyou.wangcong@gmail.com,
vinicius.gomes@intel.com, sridhar.samudrala@intel.com
Subject: Re: [net-next PATCH 0/3] Extend action skbedit to RX queue mapping
Date: Wed, 31 Aug 2022 19:46:11 -0700 [thread overview]
Message-ID: <20220831194611.4113660a@kernel.org> (raw)
In-Reply-To: <166185158175.65874.17492440987811366231.stgit@anambiarhost.jf.intel.com>
On Tue, 30 Aug 2022 02:28:39 -0700 Amritha Nambiar wrote:
> Based on the discussion on
> https://lore.kernel.org/netdev/20220429171717.5b0b2a81@kernel.org/,
> the following series extends skbedit tc action to RX queue mapping.
> Currently, skbedit action in tc allows overriding of transmit queue.
> Extending this ability of skedit action supports the selection of receive
> queue for incoming packets. Offloading this action is added for receive
> side. Enabled ice driver to offload this type of filter into the
> hardware for accepting packets to the device's receive queue.
Thinking about this again - is redirecting to a queue really the most
useful API to expose? Wouldn't users want to redirect to a set of
queues, i.e. RSS context?
Or in your case the redirect to a set of queues is done by assigning
a class?
Either way we should start documenting things, so please find (/create)
some place under Documentation/networking where we can make notes for
posterity.
next prev parent reply other threads:[~2022-09-01 2:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-30 9:28 [net-next PATCH 0/3] Extend action skbedit to RX queue mapping Amritha Nambiar
2022-08-30 9:28 ` [net-next PATCH 1/3] act_skbedit: Add support for action skbedit " Amritha Nambiar
2022-08-30 9:28 ` [net-next PATCH 2/3] act_skbedit: Offload skbedit queue mapping for receive queue Amritha Nambiar
2022-08-30 9:28 ` [net-next PATCH 3/3] ice: Enable RX queue selection using skbedit action Amritha Nambiar
2022-09-01 2:46 ` Jakub Kicinski [this message]
2022-09-02 8:37 ` [net-next PATCH 0/3] Extend action skbedit to RX queue mapping Nambiar, Amritha
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=20220831194611.4113660a@kernel.org \
--to=kuba@kernel.org \
--cc=alexander.h.duyck@intel.com \
--cc=amritha.nambiar@intel.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=sridhar.samudrala@intel.com \
--cc=vinicius.gomes@intel.com \
--cc=xiyou.wangcong@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.