DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/hns3: support more flow pattern match
@ 2024-10-18  6:19 Jie Hai
  2024-10-18  6:19 ` [PATCH 1/4] net/hns3: restrict FDIR only support one tunnel header Jie Hai
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jie Hai @ 2024-10-18  6:19 UTC (permalink / raw)
  To: dev, thomas, ferruh.yigit, Yisen Zhuang; +Cc: lihuisong, fengchengwen, haijie1

1. support general tunnel flow match
2. support outer VLAN flow match

Chengwen Feng (4):
  net/hns3: restrict FDIR only support one tunnel header
  net/hns3: support general tunnel flow match
  net/hns3: add FDIR VLAN match mode param string
  net/hns3: support outer VLAN flow match

 doc/guides/nics/features/hns3.ini |   3 +-
 doc/guides/nics/hns3.rst          |  10 +++
 drivers/net/hns3/hns3_common.c    |  25 +++++-
 drivers/net/hns3/hns3_common.h    |   1 +
 drivers/net/hns3/hns3_dump.c      |   4 +-
 drivers/net/hns3/hns3_ethdev.c    |   6 +-
 drivers/net/hns3/hns3_fdir.c      | 103 ++++++++++++++++++++++++
 drivers/net/hns3/hns3_fdir.h      |  51 ++++++++++++
 drivers/net/hns3/hns3_flow.c      | 129 +++++++++++++++++++++++++++---
 9 files changed, 318 insertions(+), 14 deletions(-)
 mode change 100644 => 100755 drivers/net/hns3/hns3_common.c

-- 
2.22.0


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

end of thread, other threads:[~2024-10-18 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18  6:19 [PATCH 0/4] net/hns3: support more flow pattern match Jie Hai
2024-10-18  6:19 ` [PATCH 1/4] net/hns3: restrict FDIR only support one tunnel header Jie Hai
2024-10-18  6:19 ` [PATCH 2/4] net/hns3: support general tunnel flow match Jie Hai
2024-10-18  6:19 ` [PATCH 3/4] net/hns3: add FDIR VLAN match mode param string Jie Hai
2024-10-18  6:19 ` [PATCH 4/4] net/hns3: support outer VLAN flow match Jie Hai
2024-10-18 16:41   ` Stephen Hemminger

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