From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6CCE22931 for ; Mon, 19 Sep 2016 16:44:37 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 19 Sep 2016 07:44:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="10832633" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.73]) by fmsmga006.fm.intel.com with SMTP; 19 Sep 2016 07:44:34 -0700 Received: by (sSMTP sendmail emulation); Mon, 19 Sep 2016 15:44:33 +0025 Date: Mon, 19 Sep 2016 15:44:33 +0100 From: Bruce Richardson To: Yong Wang Cc: stephen@networkplumber.org, dev@dpdk.org, gyang@vmware.com, diproiettod@vmware.com, jsnell@iki.fi Message-ID: <20160919144433.GA45548@bricha3-MOBL3> References: <1471997140-46527-2-git-send-email-yongwang@vmware.com> <1472498330-18591-1-git-send-email-yongwang@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1472498330-18591-1-git-send-email-yongwang@vmware.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 0/6] various vmxnet3 fixes and enhancement 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: Mon, 19 Sep 2016 14:44:37 -0000 On Mon, Aug 29, 2016 at 12:18:44PM -0700, Yong Wang wrote: > v3: > * fixed transposed # of tx/rx queue comparison > > v2: > * updated vmxnet3 feature doc. > * updated vmxnet3 guide to remove stale information. > > v1: This patchset includes a few bug fixes and some enhancement. > > * Fixed a bug with dev_configure memzone size; > * Enhanced error checks during device start. > * the driver will now report error if the rx queue number is > not a power of two, instead of waiting for the activation > to fail. > * Instead of returning -1 (which is interpreted as -EPERM) on > device activation failure, -EINVAL is returned now. > * Enabled LRO if requested. > > Yong Wang (6): > net/vmxnet3: improve error checks and return values > net/vmxnet3: coding style changes > net/vmxnet3: reallocate shared memzone on re-config > net/vmxnet3: update feature doc > net/vmxnet3: update nic doc > net/vmxnet3: enable lro > Applied to dpdk-next-net/rel_16_11 /Bruce