On Wed, Jan 22, 2025 at 03:48:11PM +0000, Bruce Richardson wrote: > On Wed, Jan 22, 2025 at 07:20:44AM -0800, Andre Muezerie wrote: > > This patch avoids warnings like the one below emitted by MSVC: > > > > ../drivers/common/idpf/idpf_common_rxtx_avx512.c(139): > > warning C4098: 'idpf_singleq_rearm': > > 'void' function returning a value > > > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > > --- > > drivers/net/i40e/i40e_rxtx_vec_avx2.c | 2 +- > > drivers/net/i40e/i40e_rxtx_vec_avx512.c | 2 +- > > drivers/net/iavf/iavf_rxtx_vec_avx2.c | 2 +- > > drivers/net/ice/ice_rxtx_vec_avx2.c | 2 +- > > 4 files changed, 4 insertions(+), 4 deletions(-) > > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Fixes: 0604b1f2208f ("net/i40e: fix crash in AVX512") Fixes: 4eb3dcce7c5d ("net/iavf: fix crash in AVX512") Fixes: 20daa1c978b7 ("net/ice: fix crash in AVX512") Cc: sta...@dpdk.org Patch applied to dpdk-next-net-intel Thanks, /Bruce