From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2E155106A for ; Tue, 13 Dec 2016 12:51:38 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 13 Dec 2016 03:51:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,341,1477983600"; d="scan'208";a="42049072" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga006.fm.intel.com with ESMTP; 13 Dec 2016 03:51:37 -0800 To: Harish Patil , Yong Wang References: <1480509129-27623-1-git-send-email-wang.yong19@zte.com.cn> <8bda30ef-8878-9032-967a-cf4a4430b493@intel.com> Cc: "dev@dpdk.org" From: Ferruh Yigit Message-ID: Date: Tue, 13 Dec 2016 11:51:36 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/qede: fix resource leak X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 11:51:39 -0000 On 12/12/2016 7:32 PM, Harish Patil wrote: > >> On 11/30/2016 12:32 PM, Yong Wang wrote: >>> Current code does not close 'fd' on function exit, leaking resources. >>> >>> Signed-off-by: Yong Wang >>> --- >> >> Add new mail address of the maintainer. >> >> CC: Harish Patil >> >> <...> >> > > Acked-by: Harish Patil > Applied to dpdk-next-net/master, thanks.