[dpdk-dev] [PATCH 2/3] net/cxgbe: remove unused variable usage

Ferruh Yigit ferruh.yigit at intel.com
Thu Jan 26 12:05:22 CET 2017


On 1/26/2017 4:41 AM, Rahul Lakkireddy wrote:
> On Wednesday, January 01/25/17, 2017 at 17:43:57 +0530, Ferruh Yigit wrote:
>> On 1/24/2017 8:48 PM, Emmanuel Roullit wrote:
>>> Found with clang static analysis:
>>> drivers/net/cxgbe/sge.c:900:3: warning:
>>> Value stored to 'in_use' is never read
>>>         in_use += q->size;
>>>         ^         ~~~~~~~
>>>
>>> Fixes: c167acb61278 ("net/cxgbe: use I/O device memory read/write API")
> 
> This fixes line seems to be wrong.  Should be:
> 

> 
>>>
>>> Signed-off-by: Emmanuel Roullit <emmanuel.roullit at gmail.com>

> Fixes: 4a01078b4fd1 ("cxgbe: add Tx support")
Cc: stable at dpdk.org

Acked-by: Rahul Lakkireddy <rahul.lakkireddy at chelsio.com>


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

(patch 2/3 and 3/3 merged)


More information about the dev mailing list