DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/2] add support flow director ops
@ 2025-06-17  9:31 Bingbin Chen
  2025-06-17  9:32 ` [PATCH v1 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
  2025-06-17  9:32 ` [PATCH v1 2/2] net/zxdh: add support flow director ops Bingbin Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Bingbin Chen @ 2025-06-17  9:31 UTC (permalink / raw)
  To: stephen, wang.junlong1, yang.yonggang; +Cc: dev, Bingbin Chen


[-- Attachment #1.1.1: Type: text/plain, Size: 1073 bytes --]

V1:
  - add support flow director ops.

Bingbin Chen (2):
  net/zxdh: npsdk add flow director table ops
  net/zxdh: add support flow director ops

 doc/guides/nics/features/zxdh.ini  |   16 +
 doc/guides/nics/zxdh.rst           |    1 +
 drivers/net/zxdh/meson.build       |    1 +
 drivers/net/zxdh/zxdh_common.h     |    1 +
 drivers/net/zxdh/zxdh_ethdev.c     |   27 +
 drivers/net/zxdh/zxdh_ethdev.h     |   13 +-
 drivers/net/zxdh/zxdh_ethdev_ops.c |    2 +-
 drivers/net/zxdh/zxdh_ethdev_ops.h |    1 +
 drivers/net/zxdh/zxdh_flow.c       | 2004 ++++++++++++++++++++++++++++
 drivers/net/zxdh/zxdh_flow.h       |  237 ++++
 drivers/net/zxdh/zxdh_msg.c        |  263 +++-
 drivers/net/zxdh/zxdh_msg.h        |   31 +-
 drivers/net/zxdh/zxdh_np.c         | 1664 +++++++++++++++++++++++
 drivers/net/zxdh/zxdh_np.h         |   42 +-
 drivers/net/zxdh/zxdh_tables.h     |   10 +-
 15 files changed, 4241 insertions(+), 72 deletions(-)
 create mode 100644 drivers/net/zxdh/zxdh_flow.c
 create mode 100644 drivers/net/zxdh/zxdh_flow.h

-- 
2.27.0

[-- Attachment #1.1.2: Type: text/html , Size: 2211 bytes --]

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

end of thread, other threads:[~2025-06-17 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-17  9:31 [PATCH v1 0/2] add support flow director ops Bingbin Chen
2025-06-17  9:32 ` [PATCH v1 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
2025-06-17 14:07   ` Stephen Hemminger
2025-06-17 14:08   ` Stephen Hemminger
2025-06-17  9:32 ` [PATCH v1 2/2] net/zxdh: add support flow director ops Bingbin Chen

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