[PATCH v2 1/2] drivers/common: fix void function returning a value
Bruce Richardson
bruce.richardson at intel.com
Mon Feb 10 12:35:58 CET 2025
On Wed, Jan 22, 2025 at 03:47:29PM +0000, Bruce Richardson wrote:
> On Wed, Jan 22, 2025 at 07:20:43AM -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 <andremue at linux.microsoft.com>
> > ---
> > drivers/common/idpf/idpf_common_rxtx_avx512.c | 12 ++++++++----
> > 1 file changed, 8 insertions(+), 4 deletions(-)
> >
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
Fixes: 5bf87b45b2c8 ("net/idpf: add AVX512 data path for single queue model")
Fixes: e528d7c74819 ("common/idpf: add AVX512 data path for split queue model")
Cc: stable at dpdk.org
patch applied to dpdk-next-net-intel
Thanks,
/Bruce
More information about the dev
mailing list