DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 20.11 0/7] backport feature support to DPDK 20.11
@ 2021-09-10  8:08 Wenjun Wu
  2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 1/7] net/ice: add priority check for flow filters Wenjun Wu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Wenjun Wu @ 2021-09-10  8:08 UTC (permalink / raw)
  To: dev, qi.z.zhang; +Cc: Wenjun Wu

Below patches are target to DPDK 20.11.
They are based on the previous patch set in
http://patches.dpdk.org/project/dpdk/list/?series=18158&state=%2A&archive=both.
They are not for LTS upstream, just for users to cherrypick.

feature includes
1. flow priority for switch.
2. support maximum to 256 queues in PF.
3. support L4 QinQ filter.
4. support 6 tuple.

Steve Yang (1):
  net/ice/base: support L4 for QinQ switch filter

Wenjun Wu (4):
  net/ice: support 256 queues
  net/ice: fix error set of queue number
  net/ice: support 6-tuple RSS
  net/ice: add L4 support for QinQ switch filter

Yuying Zhang (2):
  net/ice: add priority check for flow filters
  net/ice: refine flow priority usage

 drivers/net/ice/base/ice_switch.c   | 176 +++++++++++++++++++++++++++-
 drivers/net/ice/ice_acl_filter.c    |   5 +-
 drivers/net/ice/ice_ethdev.c        |   8 +-
 drivers/net/ice/ice_ethdev.h        |   4 +-
 drivers/net/ice/ice_fdir_filter.c   |   5 +-
 drivers/net/ice/ice_generic_flow.c  |   4 +-
 drivers/net/ice/ice_hash.c          |  20 +++-
 drivers/net/ice/ice_switch_filter.c |  35 +++++-
 8 files changed, 238 insertions(+), 19 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-09-10  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  8:08 [dpdk-dev] [PATCH 20.11 0/7] backport feature support to DPDK 20.11 Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 1/7] net/ice: add priority check for flow filters Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 2/7] net/ice: refine flow priority usage Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 3/7] net/ice: support 256 queues Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 4/7] net/ice: fix error set of queue number Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 5/7] net/ice: support 6-tuple RSS Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 6/7] net/ice: add L4 support for QinQ switch filter Wenjun Wu
2021-09-10  8:08 ` [dpdk-dev] [PATCH 20.11 7/7] net/ice/base: support L4 " Wenjun Wu

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).