netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/3] Extend action skbedit to RX queue mapping
@ 2022-08-30  9:28 Amritha Nambiar
  2022-08-30  9:28 ` [net-next PATCH 1/3] act_skbedit: Add support for action skbedit " Amritha Nambiar
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Amritha Nambiar @ 2022-08-30  9:28 UTC (permalink / raw)
  To: netdev, kuba
  Cc: alexander.h.duyck, jhs, jiri, xiyou.wangcong, vinicius.gomes,
	sridhar.samudrala, amritha.nambiar

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.

---

Amritha Nambiar (3):
      act_skbedit: Add support for action skbedit RX queue mapping
      act_skbedit: Offload skbedit queue mapping for receive queue
      ice: Enable RX queue selection using skbedit action


 drivers/net/ethernet/intel/ice/ice.h        |   15 +
 drivers/net/ethernet/intel/ice/ice_main.c   |    2 
 drivers/net/ethernet/intel/ice/ice_tc_lib.c |  351 +++++++++++++++++++--------
 drivers/net/ethernet/intel/ice/ice_tc_lib.h |   40 ++-
 include/net/act_api.h                       |    1 
 include/net/flow_offload.h                  |    2 
 include/net/tc_act/tc_skbedit.h             |   11 +
 net/sched/act_skbedit.c                     |   40 ++-
 net/sched/cls_api.c                         |    7 +
 9 files changed, 352 insertions(+), 117 deletions(-)

--

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-02  8:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [net-next PATCH 0/3] Extend action skbedit to RX queue mapping Jakub Kicinski
2022-09-02  8:37   ` Nambiar, Amritha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).