Re: [PATCH] net/virtio: restore some optimisations with AVX512

2022-05-05 Thread Maxime Coquelin
On 4/11/22 17:04, David Marchand wrote: Those optimisations were only enabled with make builds, fix the meson part. Fixes: 77d66da83834 ("net/virtio: add vectorized packed ring Rx") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/virtio/meson.build | 6 +++--- 1 file ch

Re: [PATCH] net/virtio: restore some optimisations with AVX512

2022-04-19 Thread Maxime Coquelin
Hi Marvin, On 4/11/22 17:04, David Marchand wrote: Those optimisations were only enabled with make builds, fix the meson part. Fixes: 77d66da83834 ("net/virtio: add vectorized packed ring Rx") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/virtio/meson.build | 6 +++---

[PATCH] net/virtio: restore some optimisations with AVX512

2022-04-11 Thread David Marchand
Those optimisations were only enabled with make builds, fix the meson part. Fixes: 77d66da83834 ("net/virtio: add vectorized packed ring Rx") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/virtio/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --