Re: [ovs-dev] [PATCH] netdev-dpdk: Fix build with experimental API.

2023-08-08 Thread David Marchand
On Tue, Aug 8, 2023 at 3:14 PM Ilya Maximets wrote: > > On 8/8/23 09:17, David Marchand wrote: > > On Thu, Jul 13, 2023 at 11:02 AM Viacheslav Galaktionov via dev > > wrote: > >> > >> The set_error function is now used regardless of whether experimental APIs > >> are allowed or not, so it must be

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix build with experimental API.

2023-08-08 Thread Ilya Maximets
On 8/8/23 09:17, David Marchand wrote: > On Thu, Jul 13, 2023 at 11:02 AM Viacheslav Galaktionov via dev > wrote: >> >> The set_error function is now used regardless of whether experimental APIs >> are allowed or not, so it must be defined unconditionally. >> >> Fixes: fc06ea9a1883 ("netdev-dpdk:

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix build with experimental API.

2023-08-08 Thread David Marchand
On Thu, Jul 13, 2023 at 11:02 AM Viacheslav Galaktionov via dev wrote: > > The set_error function is now used regardless of whether experimental APIs > are allowed or not, so it must be defined unconditionally. > > Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.") > Signed

Re: [ovs-dev] [PATCH] netdev-dpdk: Fix build with experimental API.

2023-07-13 Thread Ilya Maximets
On 7/13/23 10:55, Viacheslav Galaktionov via dev wrote: > The set_error function is now used regardless of whether experimental APIs > are allowed or not, so it must be defined unconditionally. > > Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.") > Signed-off-by: Viachesl

[ovs-dev] [PATCH] netdev-dpdk: Fix build with experimental API.

2023-07-13 Thread Viacheslav Galaktionov via dev
The set_error function is now used regardless of whether experimental APIs are allowed or not, so it must be defined unconditionally. Fixes: fc06ea9a1883 ("netdev-dpdk: Add custom rx-steering configuration.") Signed-off-by: Viacheslav Galaktionov Acked-by: Ivan Malov --- lib/netdev-dpdk.h | 22