Re: [dpdk-dev] [PATCH] net: promote make rarp packet API as stable

2021-10-02 Thread David Marchand
On Thu, Sep 16, 2021 at 1:38 PM Olivier Matz wrote: > > On Wed, Sep 08, 2021 at 06:59:15PM +0800, Xiao Wang wrote: > > rte_net_make_rarp_packet was introduced in version v18.02, there was no > > change in this public API since then, and it's still being used by vhost > > lib and virtio driver, so

Re: [dpdk-dev] [PATCH] net: promote make rarp packet API as stable

2021-09-16 Thread Olivier Matz
On Wed, Sep 08, 2021 at 06:59:15PM +0800, Xiao Wang wrote: > rte_net_make_rarp_packet was introduced in version v18.02, there was no > change in this public API since then, and it's still being used by vhost > lib and virtio driver, so promote it as stable ABI. > > Signed-off-by: Xiao Wang Acked

Re: [dpdk-dev] [PATCH] net: promote make rarp packet API as stable

2021-09-07 Thread Xia, Chenbo
> -Original Message- > From: dev On Behalf Of Xiao Wang > Sent: Wednesday, September 8, 2021 6:59 PM > To: olivier.m...@6wind.com > Cc: dev@dpdk.org; Wang, Xiao W > Subject: [dpdk-dev] [PATCH] net: promote make rarp packet API as stable > > rte_net_make_rarp_

Re: [dpdk-dev] [PATCH] net: promote make rarp packet API as stable

2021-09-07 Thread Stephen Hemminger
On Wed, 8 Sep 2021 18:59:15 +0800 Xiao Wang wrote: > rte_net_make_rarp_packet was introduced in version v18.02, there was no > change in this public API since then, and it's still being used by vhost > lib and virtio driver, so promote it as stable ABI. > > Signed-off-by: Xiao Wang Acked-by:

[dpdk-dev] [PATCH] net: promote make rarp packet API as stable

2021-09-07 Thread Xiao Wang
rte_net_make_rarp_packet was introduced in version v18.02, there was no change in this public API since then, and it's still being used by vhost lib and virtio driver, so promote it as stable ABI. Signed-off-by: Xiao Wang --- lib/net/rte_arp.h | 4 lib/net/version.map | 2 +- 2 files chan