[dpdk-dev] [dpdk-stable] [PATCH] net/sfc: fix type of opaque pointer in perf profile handler

Ferruh Yigit ferruh.yigit at intel.com
Tue Mar 27 21:12:54 CEST 2018


On 3/24/2018 6:42 AM, Andrew Rybchenko wrote:
> From: Roman Zhukov <Roman.Zhukov at oktetlabs.ru>
> 
> The 'opaque' pointer in handler function is the last argument
> of sfc_kvargs_process() function and it is pointer to the adapter
> 'evq_flags' that has a uint32_t type. So 'value' must be pointer
> to uint32_t.
> 
> Fixes: c22d3c508e0c ("net/sfc: support parameter to choose performance profile")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Roman Zhukov <Roman.Zhukov at oktetlabs.ru>
> Signed-off-by: Andrew Rybchenko <arybchenko at solarflare.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list