From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B5A7A37A6 for ; Thu, 1 Sep 2016 04:38:32 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 31 Aug 2016 19:38:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,264,1470726000"; d="scan'208";a="1049931642" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 31 Aug 2016 19:38:30 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 31 Aug 2016 19:38:30 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.91]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.102]) with mapi id 14.03.0248.002; Thu, 1 Sep 2016 10:38:28 +0800 From: "Xing, Beilei" To: "Kylulin, Yury" , "Zhang, Helin" , "Ananyev, Konstantin" , "Wu, Jingjing" CC: "Lu, Wenzhuo" , "dev@dpdk.org" , "Kylulin, Yury" Thread-Topic: [dpdk-dev] [PATCH 2/2] net/i40e: fix mbufs leakage during Rx queue release Thread-Index: AQHSAhYc/cWmRtmL+k+F7zLwUYKEYqBj7z3w Date: Thu, 1 Sep 2016 02:38:27 +0000 Message-ID: <94479800C636CB44BD422CB454846E012E92F076@SHSMSX101.ccr.corp.intel.com> References: <1472489448-15911-1-git-send-email-yury.kylulin@intel.com> <1472489448-15911-3-git-send-email-yury.kylulin@intel.com> In-Reply-To: <1472489448-15911-3-git-send-email-yury.kylulin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] net/i40e: fix mbufs leakage during Rx queue release 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, 01 Sep 2016 02:38:33 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yury Kylulin > Sent: Tuesday, August 30, 2016 12:51 AM > To: Zhang, Helin ; Ananyev, Konstantin > ; Wu, Jingjing > Cc: Lu, Wenzhuo ; dev@dpdk.org; Kylulin, Yury > > Subject: [dpdk-dev] [PATCH 2/2] net/i40e: fix mbufs leakage during Rx > queue release >=20 > For the vector PMD release all mbufs from the Rx queue if no packets > received after device start. >=20 > Fixes: 9ed94e5bb04e ("i40e: add vector Rx") >=20 > Signed-off-by: Yury Kylulin Acked-by: Beilei Xing