DPDK patches and discussions
 help / color / mirror / Atom feed
From: Patrick Robb <probb@iol.unh.edu>
To: Bingbin Chen <chen.bingbin@zte.com.cn>
Cc: stephen@networkplumber.org, ivan.malov@arknetworks.am,
	 wang.junlong1@zte.com.cn, yang.yonggang@zte.com.cn,
	dev@dpdk.org
Subject: Re: [PATCH v5 0/2] add support flow director ops
Date: Fri, 15 Aug 2025 11:23:56 -0400	[thread overview]
Message-ID: <CAJvnSUDdX8u8AfQ388vAbowmv3DTYES69Hkp6u-dRaDZc5O7-Q@mail.gmail.com> (raw)
In-Reply-To: <20250814025248.2194951-1-chen.bingbin@zte.com.cn>

[-- Attachment #1: Type: text/plain, Size: 1640 bytes --]

Sending a CI testing retest for the v5 of this series because of a
suspected false failure on the packet capture testsuite.

On Wed, Aug 13, 2025 at 11:03 PM Bingbin Chen <chen.bingbin@zte.com.cn>
wrote:

> v5:
>   - modify some error level printing information,
>     and other issues from Maintainer's.
>
> V4:
>   - replace rte_malloc with calloc in the flow_dev_dump function.
>
> V3:
>   - fix several checkpatch warnings.
>
> V2:
>   - resolve code style and gcc compilation issue.
>
> 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     |   26 +
>  drivers/net/zxdh/zxdh_ethdev.h     |   12 +-
>  drivers/net/zxdh/zxdh_ethdev_ops.c |    2 +-
>  drivers/net/zxdh/zxdh_ethdev_ops.h |    1 +
>  drivers/net/zxdh/zxdh_flow.c       | 2017 ++++++++++++++++++++++++++++
>  drivers/net/zxdh/zxdh_flow.h       |  240 ++++
>  drivers/net/zxdh/zxdh_msg.c        |  264 +++-
>  drivers/net/zxdh/zxdh_msg.h        |   31 +-
>  drivers/net/zxdh/zxdh_np.c         | 1638 ++++++++++++++++++++++
>  drivers/net/zxdh/zxdh_np.h         |   31 +-
>  drivers/net/zxdh/zxdh_tables.h     |   10 +-
>  15 files changed, 4217 insertions(+), 74 deletions(-)
>  create mode 100644 drivers/net/zxdh/zxdh_flow.c
>  create mode 100644 drivers/net/zxdh/zxdh_flow.h
>
> --
> 2.27.0
>

[-- Attachment #2: Type: text/html, Size: 2209 bytes --]

      parent reply	other threads:[~2025-08-15 15:30 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-17  9:31 [PATCH v1 " 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
2025-06-18  7:49 ` [PATCH v2 0/2] " Bingbin Chen
2025-06-18  7:49   ` [PATCH v2 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
2025-06-18  7:49   ` [PATCH v2 2/2] net/zxdh: add support flow director ops Bingbin Chen
2025-06-30 16:56     ` Stephen Hemminger
2025-07-02  7:34   ` [PATCH v3 0/2] " Bingbin Chen
2025-07-02  7:34     ` [PATCH v3 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
2025-07-02  7:34     ` [PATCH v3 2/2] net/zxdh: add support flow director ops Bingbin Chen
2025-07-02 15:02       ` Stephen Hemminger
2025-08-03 17:34       ` Stephen Hemminger
2025-08-08  7:10     ` [PATCH v4 0/2] " Junlong Wang
2025-08-08  7:10       ` [PATCH v4 1/2] net/zxdh: npsdk add flow director table ops Junlong Wang
2025-08-08  7:10       ` [PATCH v4 2/2] net/zxdh: add support flow director ops Junlong Wang
2025-08-08  9:15         ` Ivan Malov
2025-08-08 16:12         ` Stephen Hemminger
2025-08-12  1:23         ` [v4,2/2] " Junlong Wang
2025-08-12  4:04           ` Ivan Malov
2025-08-12  7:19         ` Junlong Wang
2025-08-12  7:36           ` Ivan Malov
2025-08-12 10:47         ` Junlong Wang
2025-08-14  2:52       ` [PATCH v5 0/2] " Bingbin Chen
2025-08-14  2:52         ` [PATCH v5 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
2025-08-14  2:52         ` [PATCH v5 2/2] net/zxdh: add support flow director ops Bingbin Chen
2025-08-14 16:59           ` Stephen Hemminger
2025-08-15  1:33             ` fengchengwen
2025-08-15 16:01               ` Stephen Hemminger
2025-08-15  7:42         ` [PATCH v6 0/2] " Bingbin Chen
2025-08-15  7:42           ` [PATCH v6 1/2] net/zxdh: npsdk add flow director table ops Bingbin Chen
2025-08-15  7:42           ` [PATCH v6 2/2] net/zxdh: add support flow director ops Bingbin Chen
2025-08-15  8:00             ` Ivan Malov
2025-08-15 15:23         ` Patrick Robb [this message]

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=CAJvnSUDdX8u8AfQ388vAbowmv3DTYES69Hkp6u-dRaDZc5O7-Q@mail.gmail.com \
    --to=probb@iol.unh.edu \
    --cc=chen.bingbin@zte.com.cn \
    --cc=dev@dpdk.org \
    --cc=ivan.malov@arknetworks.am \
    --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).