From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-000f0801.pphosted.com (mx0b-000f0801.pphosted.com [67.231.152.113]) by dpdk.org (Postfix) with ESMTP id 0FCC5235 for ; Wed, 28 Jun 2017 19:15:56 +0200 (CEST) Received: from pps.filterd (m0048192.ppops.net [127.0.0.1]) by mx0b-000f0801.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v5SH32KP013532; Wed, 28 Jun 2017 10:15:56 -0700 Received: from brmwp-exmb11.corp.brocade.com ([208.47.132.227]) by mx0b-000f0801.pphosted.com with ESMTP id 2b9qbywmf7-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Wed, 28 Jun 2017 10:15:56 -0700 Received: from [10.252.70.2] (10.252.70.2) by BRMWP-EXMB11.corp.brocade.com (172.16.59.77) with Microsoft SMTP Server (TLS) id 15.0.1293.2; Wed, 28 Jun 2017 11:15:53 -0600 To: Ferruh Yigit , 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> CC: From: "Charles (Chas) Williams" Message-ID: Date: Wed, 28 Jun 2017 13:15:47 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <146230d4-ce9e-ab6d-74ac-ab37c469fd52@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: hq1wp-excas12.corp.brocade.com (10.70.38.22) To BRMWP-EXMB11.corp.brocade.com (172.16.59.77) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-06-28_11:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706280272 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 17:15:57 -0000 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. ; 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