Re: [ovs-dev] [PATCH v7 1/9] dpif-netdev: Refactor per thread recirc data allocation.

2022-11-21 Thread Eelco Chaudron
> From: Kumar Amber > > The refactor allows us to use *recirc_depth_get() to obtain > the depth across ovs which was previously limited to only > dpif-netdev.c. The patch enables the use of recirc_depth_get() > function in avx512 dpif. > > Signed-off-by: Kumar Amber > Signed-off-by: Cian

[ovs-dev] [PATCH v7 1/9] dpif-netdev: Refactor per thread recirc data allocation.

2022-10-12 Thread Cian Ferriter
From: Kumar Amber The refactor allows us to use *recirc_depth_get() to obtain the depth across ovs which was previously limited to only dpif-netdev.c. The patch enables the use of recirc_depth_get() function in avx512 dpif. Signed-off-by: Kumar Amber Signed-off-by: Cian Ferriter