Re: [ovs-dev] [PATCH v7 5/9] dpif-netdev: Add function pointer for dpif re-circulate.

2022-11-21 Thread Eelco Chaudron
On 12 Oct 2022, at 13:55, Cian Ferriter wrote: > From: Kumar Amber > > This patch adds support for selecting the recirculation > implementation based on the DPIF implementation. > > Signed-off-by: Kumar Amber > Signed-off-by: Cian Ferriter > Co-authored-by: Cian Ferriter > Acked-by: Sunil Pai

[ovs-dev] [PATCH v7 5/9] dpif-netdev: Add function pointer for dpif re-circulate.

2022-10-12 Thread Cian Ferriter
From: Kumar Amber This patch adds support for selecting the recirculation implementation based on the DPIF implementation. Signed-off-by: Kumar Amber Signed-off-by: Cian Ferriter Co-authored-by: Cian Ferriter Acked-by: Sunil Pai G --- lib/dpif-netdev-private-dpif.c | 73