From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 3/4] i40e_vsi_release: do not use vsi until after NULL check Date: Thu, 29 Sep 2016 09:15:24 +0100 Message-ID: References: <1475090404-20707-1-git-send-email-linville@tuxdriver.com> <1475090404-20707-4-git-send-email-linville@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dpdk stable To: "John W. Linville" , dev@dpdk.org Return-path: In-Reply-To: <1475090404-20707-4-git-send-email-linville@tuxdriver.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/28/2016 8:20 PM, John W. Linville wrote: > Coverity: 127556 > > Signed-off-by: John W. Linville Acked-by: Ferruh Yigit a few minor nits: - patch subject tag/label should be "net/: ", 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 "