Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-29 Thread Thomas Monjalon
29/05/2019 19:29, David Marchand: > On Wed, May 29, 2019 at 6:50 PM Olivier Matz wrote: > > By the way, here is below a script that can be used to ease the > > porting of an application. It includes modifications proposed by > > David [1]. > > > > It is probably not 100% reliable, but it will do m

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-29 Thread David Marchand
On Wed, May 29, 2019 at 6:50 PM Olivier Matz wrote: > On Wed, May 29, 2019 at 09:59:11AM +0200, David Marchand wrote: > > On Fri, May 24, 2019 at 1:38 PM Ferruh Yigit > wrote: > > > > > On 5/21/2019 5:13 PM, Olivier Matz wrote: > > > > The rte_net headers conflict with the libc headers, because

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-29 Thread Olivier Matz
On Wed, May 29, 2019 at 09:59:11AM +0200, David Marchand wrote: > On Fri, May 24, 2019 at 1:38 PM Ferruh Yigit wrote: > > > On 5/21/2019 5:13 PM, Olivier Matz wrote: > > > The rte_net headers conflict with the libc headers, because > > > some definitions are duplicated, sometimes with few differe

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-29 Thread David Marchand
On Fri, May 24, 2019 at 1:38 PM Ferruh Yigit wrote: > On 5/21/2019 5:13 PM, Olivier Matz wrote: > > The rte_net headers conflict with the libc headers, because > > some definitions are duplicated, sometimes with few differences. > > > > This patchset adds the rte_ (or RTE_) prefix to all structur

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-24 Thread Ferruh Yigit
On 5/21/2019 5:13 PM, Olivier Matz wrote: > The rte_net headers conflict with the libc headers, because > some definitions are duplicated, sometimes with few differences. > > This patchset adds the rte_ (or RTE_) prefix to all structures, functions > and defines in rte_net library. This is a big c

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-23 Thread Maxime Coquelin
On 5/21/19 6:13 PM, Olivier Matz wrote: The rte_net headers conflict with the libc headers, because some definitions are duplicated, sometimes with few differences. This patchset adds the rte_ (or RTE_) prefix to all structures, functions and defines in rte_net library. This is a big changese

Re: [dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-21 Thread Stephen Hemminger
On Tue, 21 May 2019 18:13:00 +0200 Olivier Matz wrote: > The rte_net headers conflict with the libc headers, because > some definitions are duplicated, sometimes with few differences. > > This patchset adds the rte_ (or RTE_) prefix to all structures, functions > and defines in rte_net library.

[dpdk-dev] [PATCH 00/15] prefix network structures

2019-05-21 Thread Olivier Matz
The rte_net headers conflict with the libc headers, because some definitions are duplicated, sometimes with few differences. This patchset 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 API of many functions,