DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Junlong Wang <wang.junlong1@zte.com.cn>
Cc: dev@dpdk.org
Subject: Re: [PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation
Date: Sun, 3 Aug 2025 13:29:33 -0700	[thread overview]
Message-ID: <20250803132933.59fb89d6@hermes.local> (raw)
In-Reply-To: <20250710105643.516329-1-wang.junlong1@zte.com.cn>

On Thu, 10 Jul 2025 18:56:37 +0800
Junlong Wang <wang.junlong1@zte.com.cn> wrote:

> v2:
>   - using structure assignment operation instead of memcpy.
>     mac_filter->mac = eth_dev->data->mac_addrs;
> 
> Junlong Wang (6):
>   net/zxdh: fix meson.build issues in compilation
>   net/zxdh: fix issues related to MAC configuration
>   net/zxdh: fix some VLAN related issues
>   net/zxdh: fix RSS related issues
>   net/zxdh: add support VLAN TPID set ops
>   net/zxdh: add support I510/511 PF device ID
> 
>  drivers/net/zxdh/meson.build       |   2 +-
>  drivers/net/zxdh/zxdh_common.c     |   2 +-
>  drivers/net/zxdh/zxdh_ethdev.c     | 109 ++++++++++++++++++++--
>  drivers/net/zxdh/zxdh_ethdev.h     |   7 +-
>  drivers/net/zxdh/zxdh_ethdev_ops.c | 144 ++++++++++++++++++++++-------
>  drivers/net/zxdh/zxdh_ethdev_ops.h |   1 +
>  drivers/net/zxdh/zxdh_msg.c        | 123 +++++++++++++++++++++---
>  drivers/net/zxdh/zxdh_msg.h        |  30 ++++++
>  drivers/net/zxdh/zxdh_pci.c        |   2 +
>  drivers/net/zxdh/zxdh_tables.c     |  70 ++++++++------
>  drivers/net/zxdh/zxdh_tables.h     |   7 +-
>  11 files changed, 416 insertions(+), 81 deletions(-)
> 

Queued to next-net for 25.11

  parent reply	other threads:[~2025-08-03 20:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-07  5:56 [PATCH v1 1/6] " Junlong Wang
2025-07-07  5:56 ` [PATCH v1 2/6] net/zxdh: fix issues related to MAC configuration Junlong Wang
2025-07-07 16:02   ` Stephen Hemminger
2025-07-07  5:56 ` [PATCH v1 3/6] net/zxdh: fix some VLAN related issues Junlong Wang
2025-07-07  5:56 ` [PATCH v1 4/6] net/zxdh: fix RSS " Junlong Wang
2025-07-07  5:56 ` [PATCH v1 5/6] net/zxdh: add support VLAN TPID set ops Junlong Wang
2025-07-07  5:56 ` [PATCH v1 6/6] net/zxdh: add support I510/511 PF device ID Junlong Wang
2025-07-10 10:56 ` [PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation Junlong Wang
2025-07-10 10:56   ` [PATCH v2 1/6] " Junlong Wang
2025-07-10 10:56   ` [PATCH v2 2/6] net/zxdh: fix issues related to MAC configuration Junlong Wang
2025-07-10 10:56   ` [PATCH v2 3/6] net/zxdh: fix some VLAN related issues Junlong Wang
2025-07-10 10:56   ` [PATCH v2 4/6] net/zxdh: fix RSS " Junlong Wang
2025-07-10 10:56   ` [PATCH v2 5/6] net/zxdh: add support VLAN TPID set ops Junlong Wang
2025-07-10 10:56   ` [PATCH v2 6/6] net/zxdh: add support I510/511 PF device ID Junlong Wang
2025-08-03 20:29   ` Stephen Hemminger [this message]
2025-07-10 11:19 ` [PATCH v2 1/6] net/zxdh: fix meson.build issues in compilation Junlong Wang
2025-07-10 11:19   ` [PATCH v2 2/6] net/zxdh: fix issues related to MAC configuration Junlong Wang

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=20250803132933.59fb89d6@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=wang.junlong1@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).