Re: [ovs-dev] [PATCH dpdk-latest 3/3] netdev-dpdk: Remove experimental API flag.

2020-04-28 Thread David Marchand
Hello Ilya, On Mon, Apr 27, 2020 at 5:47 PM Ilya Maximets wrote: > > On 4/27/20 12:25 PM, David Marchand wrote: > > rfc4115 meter APIs are now part of 20.02 stable ABI so we can remove the > > forced ALLOW_EXPERIMENTAL_API define. > > Still, compiling against DPDK experimental API could bite us w

Re: [ovs-dev] [PATCH dpdk-latest 3/3] netdev-dpdk: Remove experimental API flag.

2020-04-27 Thread Ilya Maximets
On 4/27/20 12:25 PM, David Marchand wrote: > rfc4115 meter APIs are now part of 20.02 stable ABI so we can remove the > forced ALLOW_EXPERIMENTAL_API define. > Still, compiling against DPDK experimental API could bite us when we need > one of them, add dedicated jobs in Travis. Hi, David. I didn'

[ovs-dev] [PATCH dpdk-latest 3/3] netdev-dpdk: Remove experimental API flag.

2020-04-27 Thread David Marchand
rfc4115 meter APIs are now part of 20.02 stable ABI so we can remove the forced ALLOW_EXPERIMENTAL_API define. Still, compiling against DPDK experimental API could bite us when we need one of them, add dedicated jobs in Travis. Signed-off-by: David Marchand --- .travis.yml| 4 .