From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH V2 0/6] some local vmxnet3 patches Date: Wed, 28 Jun 2017 18:54:44 +0100 Message-ID: <98a2775e-19ae-833e-77c6-43a95deb475c@intel.com> References: <1495216560-12920-1-git-send-email-ciwillia@brocade.com> <1497528973-16330-1-git-send-email-ciwillia@brocade.com> <146230d4-ce9e-ab6d-74ac-ab37c469fd52@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: skhare@vmware.com To: "Charles (Chas) Williams" , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0D6782C13 for ; Wed, 28 Jun 2017 19:54:46 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/28/2017 6:15 PM, Charles (Chas) Williams wrote: > > > On 06/28/2017 08:52 AM, Ferruh Yigit wrote: >> 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 >> > > Curiously, the vmxnet3 already indicates that it is handling link > status event interrupts. You are right, this can be by mistake. > > > ; Supported features of the 'vmxnet3' network poll mode driver. > ; > ; Refer to default.ini for the full list of available PMD features. > ; > [Features] > Speed capabilities = P > Link status = Y > Link status event = Y >