DPDK patches and discussions
 help / color / mirror / Atom feed
From: Junlong Wang <wang.junlong1@zte.com.cn>
To: stephen@networkplumber.org
Cc: dev@dpdk.org, Junlong Wang <wang.junlong1@zte.com.cn>
Subject: [PATCH v2 0/6] net/zxdh: fix meson.build issues in compilation
Date: Thu, 10 Jul 2025 18:56:37 +0800	[thread overview]
Message-ID: <20250710105643.516329-1-wang.junlong1@zte.com.cn> (raw)
In-Reply-To: <20250707055621.357606-1-wang.junlong1@zte.com.cn>


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

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

-- 
2.27.0

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

  parent reply	other threads:[~2025-07-10 11:04 UTC|newest]

Thread overview: 16+ 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 ` Junlong Wang [this message]
2025-07-10 10:56   ` [PATCH v2 1/6] net/zxdh: fix meson.build issues in compilation 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-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=20250710105643.516329-1-wang.junlong1@zte.com.cn \
    --to=wang.junlong1@zte.com.cn \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /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).