[dpdk-stable] [PATCH v16 6/9] app/testpmd: fix parse_fec_mode return type name

Andrew Rybchenko andrew.rybchenko at oktetlabs.ru
Thu Jul 1 15:34:32 CEST 2021


On 6/29/21 11:50 PM, Jie Zhou wrote:
> Passing an uint32_t pointer to an enum pointer parameter causes
> pointer-sign warning on Windows (converts between pointers to
> integer types with different sign), since enum is implicitly
> converted to int on Windows.
> 
> And the current enum pointer parameter of that function is actually
> misleading and should be fixed as an uint32_t pointer parameter.
> 
> Fixes: b19da32e3151 ("app/testpmd: add FEC command")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Jie Zhou <jizh at linux.microsoft.com>

Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>

I'll fix summary on apply:
app/testpmd: fix FEC mode parse output parameter type


More information about the stable mailing list