[dpdk-dev] [PATCH 3/4] i40e_vsi_release: do not use vsi until after NULL check

Ferruh Yigit ferruh.yigit at intel.com
Thu Sep 29 10:15:24 CEST 2016


On 9/28/2016 8:20 PM, John W. Linville wrote:
> Coverity: 127556
> 
> Signed-off-by: John W. Linville <linville at tuxdriver.com>

Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>


a few minor nits:
- patch subject tag/label should be "net/<driver>: ", so patch subject:
"net/i40e: do not use VSI until after NULL check"

- These are fixes, requires fixes line, for this patch:
Fixes: 440499cf5376 ("net/i40e: support floating VEB")

- For coverity fixes, defined usage is: "Coverity issue: XXXXX"

- Can be good to CC stable tree for these fixes.


Overall patch comment becomes something like:
"
net/i40e: do not use VSI until after NULL check

Coverity issue: 127556
Fixes: 440499cf5376 ("net/i40e: support floating VEB")

Signed-off-by: John W. Linville <linville at tuxdriver.com>
"





More information about the dev mailing list