From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/sfc: fix type of opaque pointer in perf profile handler Date: Tue, 27 Mar 2018 20:12:54 +0100 Message-ID: References: <1521873743-9393-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Roman Zhukov , stable@dpdk.org To: Andrew Rybchenko , dev@dpdk.org Return-path: In-Reply-To: <1521873743-9393-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 3/24/2018 6:42 AM, Andrew Rybchenko wrote: > From: Roman Zhukov > > 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@dpdk.org > > Signed-off-by: Roman Zhukov > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.