DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bingbin Chen <chen.bingbin@zte.com.cn>
To: stephen@networkplumber.org, wang.junlong1@zte.com.cn,
	yang.yonggang@zte.com.cn
Cc: dev@dpdk.org, Bingbin Chen <chen.bingbin@zte.com.cn>
Subject: [PATCH v1 0/2] add support flow director ops
Date: Tue, 17 Jun 2025 17:31:14 +0800	[thread overview]
Message-ID: <20250617093114.3570444-1-chen.bingbin@zte.com.cn> (raw)


[-- 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 --]

             reply	other threads:[~2025-06-17  9:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17  9:31 Bingbin Chen [this message]
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

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=20250617093114.3570444-1-chen.bingbin@zte.com.cn \
    --to=chen.bingbin@zte.com.cn \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    --cc=wang.junlong1@zte.com.cn \
    --cc=yang.yonggang@zte.com.cn \
    /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 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).