Re: [dpdk-dev] [RFC v2 00/14] prefix network structures

2019-05-21 Thread Olivier Matz
Hi Ferruh, On Mon, May 20, 2019 at 06:11:35PM +0100, Ferruh Yigit wrote: > On 4/10/2019 9:32 AM, Olivier Matz wrote: > > This RFC targets 19.08. > > > > The rte_net headers conflict with the libc headers, because > > some definitions are duplicated, sometimes with few differences. > > > > This R

Re: [dpdk-dev] [RFC v2 00/14] prefix network structures

2019-05-20 Thread Ferruh Yigit
On 4/10/2019 9:32 AM, Olivier Matz wrote: > This RFC targets 19.08. > > The rte_net headers conflict with the libc headers, because > some definitions are duplicated, sometimes with few differences. > > This RFC adds the rte_ (or RTE_) prefix to all structures, functions > and defines in rte_net

[dpdk-dev] [RFC v2 00/14] prefix network structures

2019-04-10 Thread Olivier Matz
This RFC targets 19.08. The rte_net headers conflict with the libc headers, because some definitions are duplicated, sometimes with few differences. This RFC adds the rte_ (or RTE_) prefix to all structures, functions and defines in rte_net library. This is a big changeset, that will break the AP