Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-19 Thread Chautru, Nicolas
l Goyal ; > dev ; Jerin Jacob ; Pavan Nikhilesh > ; Richardson, Bruce > ; Thomas Monjalon ; > Yigit, Ferruh ; Hemant Agrawal > > Subject: Re: [dpdk-dev] [PATCH v5] build: disable experimental API check > internally > > On Sat, Apr 18, 2020 at 9:46 PM Chautru, Nicolas

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-19 Thread David Marchand
On Sat, Apr 18, 2020 at 9:46 PM Chautru, Nicolas wrote: > It is probably just me but I having issue with this new patch. > I typically rebuild the PMD libraries directly when doing incremental changes > from the Makefile in the PMD directory (ie. not rebuilding full DPDK each > time, which still

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-18 Thread Chautru, Nicolas
Bruce > > ; Thomas Monjalon ; > > Yigit, Ferruh ; Hemant Agrawal > > ; Trahe, Fiona > > Subject: RE: [dpdk-dev] [PATCH v5] build: disable experimental API > > check internally > > > > Hi Davd, > > > > > -Original Message- > > > From

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread Trahe, Fiona
n Nikhilesh > > ; Richardson, Bruce ; > > Thomas > Monjalon > > ; Yigit, Ferruh ; Hemant > > Agrawal > > > > Subject: Re: [dpdk-dev] [PATCH v5] build: disable experimental API check > > internally > > > > On Fri, Apr 17, 2020 at 3:44 PM Trahe

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread Trahe, Fiona
2:23 PM > > > To: Trahe, Fiona > > > Cc: dev ; Jerin Jacob ; Pavan > > > Nikhilesh > > > ; Richardson, Bruce > > > ; Thomas > Monjalon > > > ; Yigit, Ferruh ; Hemant > > > Agrawal > > > > > > Subject: Re: [dpd

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread David Marchand
son, Bruce ; > > Thomas Monjalon > > ; Yigit, Ferruh ; Hemant > > Agrawal > > > > Subject: Re: [dpdk-dev] [PATCH v5] build: disable experimental API check > > internally > > > > On Fri, Apr 17, 2020 at 12:21 PM Trahe, Fiona wrote: > >

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread Thomas Monjalon
17/04/2020 15:44, Trahe, Fiona: > From: David Marchand > > On Fri, Apr 17, 2020 at 12:21 PM Trahe, Fiona wrote: > > > I see this is already applied. > > > > > > However, > > > rte_cryptodev_queue_pair_setup() calls > > > rte_cryptodev_sym_get_existing_header_session_size() > > > The former is a s

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread Trahe, Fiona
Hi David, > -Original Message- > From: David Marchand > Sent: Friday, April 17, 2020 2:23 PM > To: Trahe, Fiona > Cc: dev ; Jerin Jacob ; Pavan Nikhilesh > ; Richardson, Bruce ; > Thomas Monjalon > ; Yigit, Ferruh ; Hemant Agrawal > > Subject: Re: [dpdk-

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread David Marchand
On Fri, Apr 17, 2020 at 12:21 PM Trahe, Fiona wrote: > I see this is already applied. > > However, > rte_cryptodev_queue_pair_setup() calls > rte_cryptodev_sym_get_existing_header_session_size() > The former is a stable API, the latter is experimental. > So I expect the build to break when ALLOW_E

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-17 Thread Trahe, Fiona
- > From: dev On Behalf Of David Marchand > Sent: Tuesday, April 14, 2020 3:23 PM > To: dev > Cc: Jerin Jacob ; Pavan Nikhilesh > ; > Richardson, Bruce ; Thomas Monjalon > ; Yigit, > Ferruh ; Hemant Agrawal > Subject: Re: [dpdk-dev] [PATCH v5] build: disable experimental

Re: [dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-14 Thread David Marchand
On Mon, Apr 13, 2020 at 4:56 PM David Marchand wrote: > > From: Pavan Nikhilesh > > Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and > meson.build. Instead, enable ALLOW_EXPERIMENTAL_API flag across app, lib > and drivers. > This changes reduces the clutter across the proj

[dpdk-dev] [PATCH v5] build: disable experimental API check internally

2020-04-13 Thread David Marchand
From: Pavan Nikhilesh Remove setting ALLOW_EXPERIMENTAL_API individually for each Makefile and meson.build. Instead, enable ALLOW_EXPERIMENTAL_API flag across app, lib and drivers. This changes reduces the clutter across the project while still maintaining the functionality of ALLOW_EXPERIMENTAL_