DPDK patches and discussions
 help / color / mirror / Atom feed
From: Chaoyong He <chaoyong.he@corigine.com>
To: dev@dpdk.org
Cc: oss-drivers@corigine.com, niklas.soderlund@corigine.com,
	Chaoyong He <chaoyong.he@corigine.com>
Subject: [PATCH v5 0/2] replace master/slave to main/member
Date: Wed, 16 Aug 2023 14:27:08 +0800	[thread overview]
Message-ID: <20230816062710.2188087-1-chaoyong.he@corigine.com> (raw)
In-Reply-To: <20230518084458.1531512-1-chaoyong.he@corigine.com>

This patch series aims to replace all the master/slave to main/member
in the bonding PMD. 

---
v5:
* Rebase to DPDK v23.11.
v4:
* Fix the doc compile problem.
v3:
* Fix the check warning about 'CamelCase'.
v2:
* Modify related doc.
* Add 'RTE_DEPRECATED' to related APIs.
---

Long Wu (2):
  ethdev: remove bonding deprecated macro
  net/bonding: replace master/slave to main/member

 app/test-pmd/testpmd.c                        |  113 +-
 app/test-pmd/testpmd.h                        |    8 +-
 app/test/test_link_bonding.c                  | 2792 +++++++++--------
 app/test/test_link_bonding_mode4.c            |  588 ++--
 app/test/test_link_bonding_rssconf.c          |  166 +-
 doc/guides/howto/lm_bond_virtio_sriov.rst     |   24 +-
 doc/guides/nics/bnxt.rst                      |    4 +-
 doc/guides/prog_guide/img/bond-mode-1.svg     |    2 +-
 .../link_bonding_poll_mode_drv_lib.rst        |  230 +-
 doc/guides/rel_notes/deprecation.rst          |   19 -
 doc/guides/rel_notes/release_23_11.rst        |   19 +
 drivers/net/bonding/bonding_testpmd.c         |  178 +-
 drivers/net/bonding/eth_bond_8023ad_private.h |   40 +-
 drivers/net/bonding/eth_bond_private.h        |  108 +-
 drivers/net/bonding/rte_eth_bond.h            |   96 +-
 drivers/net/bonding/rte_eth_bond_8023ad.c     |  372 +--
 drivers/net/bonding/rte_eth_bond_8023ad.h     |   67 +-
 drivers/net/bonding/rte_eth_bond_alb.c        |   44 +-
 drivers/net/bonding/rte_eth_bond_alb.h        |   20 +-
 drivers/net/bonding/rte_eth_bond_api.c        |  482 +--
 drivers/net/bonding/rte_eth_bond_args.c       |   32 +-
 drivers/net/bonding/rte_eth_bond_flow.c       |   54 +-
 drivers/net/bonding/rte_eth_bond_pmd.c        | 1384 ++++----
 drivers/net/bonding/version.map               |   15 +-
 examples/bond/main.c                          |   40 +-
 lib/ethdev/rte_ethdev.h                       |    1 -
 26 files changed, 3488 insertions(+), 3410 deletions(-)

-- 
2.39.1


  parent reply	other threads:[~2023-08-16  6:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  6:59 [PATCH] net/bonding: " Chaoyong He
2023-05-17 14:52 ` Stephen Hemminger
2023-05-18  3:26   ` Chaoyong He
2023-05-18  6:32 ` [PATCH v2] " Chaoyong He
2023-05-18  7:01   ` [PATCH v3] " Chaoyong He
2023-05-18  8:44     ` [PATCH v4] " Chaoyong He
2023-05-18 15:39       ` Stephen Hemminger
2023-06-02 15:05         ` Ferruh Yigit
2023-08-16  6:27       ` Chaoyong He [this message]
2023-08-16  6:27         ` [PATCH v5 1/2] ethdev: remove bonding deprecated macro Chaoyong He
2023-08-17  2:28           ` lihuisong (C)
2023-08-16  6:27         ` [PATCH v5 2/2] net/bonding: replace master/slave to main/member Chaoyong He
2023-08-16 14:42           ` Stephen Hemminger
2023-08-17  2:36           ` lihuisong (C)
2023-08-18  2:44           ` [PATCH] app/test: fix reference to master in bonding test Stephen Hemminger
2023-08-21 15:59             ` Tyler Retzlaff
2023-09-21 16:10             ` Ferruh Yigit
2023-09-20 14:00         ` [PATCH v5 0/2] replace master/slave to main/member Ferruh Yigit

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=20230816062710.2188087-1-chaoyong.he@corigine.com \
    --to=chaoyong.he@corigine.com \
    --cc=dev@dpdk.org \
    --cc=niklas.soderlund@corigine.com \
    --cc=oss-drivers@corigine.com \
    /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).