From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D92BB2C13 for ; Wed, 5 Jul 2017 12:28:04 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2017 03:28:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,311,1496127600"; d="scan'208";a="104619601" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 05 Jul 2017 03:28:01 -0700 To: Michal Krawczyk , mw@semihalf.com, gtzalik@amazon.com, matua@amazon.com, evgenys@amazon.com Cc: dev@dpdk.org References: <20170704135153.24140-1-mk@semihalf.com> From: Ferruh Yigit Message-ID: <3b1bd0b8-497c-ad82-8cbb-61bd274ce6c1@intel.com> Date: Wed, 5 Jul 2017 11:28:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170704135153.24140-1-mk@semihalf.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] ENA PMD memory management fixes 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: Wed, 05 Jul 2017 10:28:05 -0000 On 7/4/2017 2:51 PM, Michal Krawczyk wrote: > Hi, > > I am sending two patches fixing memory management issues. > One patch prevents from multiple release of one mbuf in some cases, and > the second one properly initializes allocated memory. > > Alexander Matushevsky (1): > net/ena: initialize memory in the allocation macros > > Michal Krawczyk (1): > net/ena: fix cleanup of the Tx bufs Series applied to dpdk-next-net/master, thanks.