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 0B4BF2BE1 for ; Wed, 28 Jun 2017 14:52:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 05:52:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,275,1496127600"; d="scan'208";a="1165628811" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga001.fm.intel.com with ESMTP; 28 Jun 2017 05:52:07 -0700 From: Ferruh Yigit To: "Charles (Chas) Williams" , dev@dpdk.org Cc: skhare@vmware.com References: <1495216560-12920-1-git-send-email-ciwillia@brocade.com> <1497528973-16330-1-git-send-email-ciwillia@brocade.com> Message-ID: <146230d4-ce9e-ab6d-74ac-ab37c469fd52@intel.com> Date: Wed, 28 Jun 2017 13:52:07 +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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH V2 0/6] some local vmxnet3 patches 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, 28 Jun 2017 12:52:21 -0000 On 6/28/2017 12:30 PM, Ferruh Yigit wrote: > On 6/15/2017 1:16 PM, Charles (Chas) Williams wrote: >> This series addresses some local issues with the vmxnet3 driver that >> others might find of interest. >> >> Changes in v2: >> >> - net/vmxnet3: Implement retrieval of extended stats >> >> .id field wasn't being filled in xstats. >> >> - net/vmxnet3: receive queue memory leak >> >> The leak and buffer reallcation were split. The buffer reallocation >> patch may be superceded by another commit so isn't included in this >> series while under discussion. >> > > Series applied to dpdk-next-net/master, thanks. Hi Charles, Patches require vmxnet3.ini update, "Extended stats" and "Link status event" ones I guess. I missed them to before getting patchset. Would you mind sending another patch to update features document? Thanks, ferruh