From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 274E120F for ; Thu, 12 Mar 2015 18:15:11 +0100 (CET) Received: from uucp by smtp.tuxdriver.com with local-rmail (Exim 4.63) (envelope-from ) id 1YW6hR-0003D7-Bv; Thu, 12 Mar 2015 13:15:09 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.14.9/8.14.6) with ESMTP id t2CH9LHN028954; Thu, 12 Mar 2015 13:09:21 -0400 Received: (from linville@localhost) by localhost.localdomain (8.14.9/8.14.9/Submit) id t2CH9JtS028953; Thu, 12 Mar 2015 13:09:19 -0400 Date: Thu, 12 Mar 2015 13:09:19 -0400 From: "John W. Linville" To: Neil Horman Message-ID: <20150312170919.GA19053@tuxdriver.com> References: <1425958188-25041-1-git-send-email-changchun.ouyang@intel.com> <1426037641-4515-1-git-send-email-changchun.ouyang@intel.com> <533710CFB86FA344BFBF2D6802E60286D02B43@SHSMSX101.ccr.corp.intel.com> <20150312133846.GA15260@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150312133846.GA15260@hmsreliant.think-freely.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v7] af_packet: Fix some klocwork errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 17:15:11 -0000 On Thu, Mar 12, 2015 at 09:38:46AM -0400, Neil Horman wrote: > On Thu, Mar 12, 2015 at 10:43:24AM +0000, Qiu, Michael wrote: > > On 3/11/2015 9:34 AM, Ouyang Changchun wrote: > > > Fix possible memory leak issue: free kvlist before return; > > > Fix possible resource lost issue: close qssockfd before return; > > > > > > Signed-off-by: Changchun Ouyang > > > --- > > > Change in v7: > > > - Remove unnecessary '!= NULL' check before freeing it; > > > > > > Change in v6: > > > - Refine exit point; > > > > > > Change in v5: > > > - Initialize qsockfd with -1; > > > > > > Change in v4: > > > - Check sockfd in internals->rx_queue against 0; > > > > > > Change in v3: > > > - Also close sockets for all queues; > > > > > > Change in v2: > > > - Make the error exit point a common path. > > > > Acked-by: Michael Qiu > Acked-by: Neil Horman Acked-by: John W. Linville -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.