mbox series

[v3,0/3] announce bonding macro and function change

Message ID 20230718082856.2235450-1-chaoyong.he@corigine.com (mailing list archive)
Headers
Series announce bonding macro and function change |

Message

Chaoyong He July 18, 2023, 8:28 a.m. UTC
  In order to support inclusive naming, some of the macro and function in
DPDK will need to be renamed. Do this through deprecation process now
for 23.07.

---
v3:
* Adjust the statement in 'deprecation.rst' document.
v2:
* Drop the rename of function and data struct in the logics.
---

Chaoyong He (2):
  doc: announce bonding data change
  doc: announce bonding function change

Long Wu (1):
  doc: announce bonding macro change

 app/test-pmd/testpmd.c                 |  2 +-
 doc/guides/rel_notes/deprecation.rst   | 17 +++++++++++++++++
 drivers/net/bonding/rte_eth_bond_api.c |  6 +++---
 lib/ethdev/rte_ethdev.h                |  5 +++--
 4 files changed, 24 insertions(+), 6 deletions(-)
  

Comments

Chaoyong He July 26, 2023, 9:06 a.m. UTC | #1
A gentle ping~

Could anyone kindly enough give us a 4th 'Acked-by' to make it can be merged into v23.07?

Thanks very much!

> -----Original Message-----
> From: Chaoyong He
> Sent: Tuesday, July 18, 2023 4:29 PM
> To: dev@dpdk.org
> Cc: oss-drivers <oss-drivers@corigine.com>; Niklas Soderlund
> <niklas.soderlund@corigine.com>; Chaoyong He
> <chaoyong.he@corigine.com>
> Subject: [PATCH v3 0/3] announce bonding macro and function change
> 
> In order to support inclusive naming, some of the macro and function in DPDK
> will need to be renamed. Do this through deprecation process now for 23.07.
> 
> ---
> v3:
> * Adjust the statement in 'deprecation.rst' document.
> v2:
> * Drop the rename of function and data struct in the logics.
> ---
> 
> Chaoyong He (2):
>   doc: announce bonding data change
>   doc: announce bonding function change
> 
> Long Wu (1):
>   doc: announce bonding macro change
> 
>  app/test-pmd/testpmd.c                 |  2 +-
>  doc/guides/rel_notes/deprecation.rst   | 17 +++++++++++++++++
>  drivers/net/bonding/rte_eth_bond_api.c |  6 +++---
>  lib/ethdev/rte_ethdev.h                |  5 +++--
>  4 files changed, 24 insertions(+), 6 deletions(-)
> 
> --
> 2.39.1
  
Thomas Monjalon July 28, 2023, 1:54 p.m. UTC | #2
18/07/2023 10:28, Chaoyong He:
> In order to support inclusive naming, some of the macro and function in
> DPDK will need to be renamed. Do this through deprecation process now
> for 23.07.
> 
> ---
> v3:
> * Adjust the statement in 'deprecation.rst' document.
> v2:
> * Drop the rename of function and data struct in the logics.
> ---
> 
> Chaoyong He (2):
>   doc: announce bonding data change
>   doc: announce bonding function change
> 
> Long Wu (1):
>   doc: announce bonding macro change

Applied, thanks.