From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yong Wang Subject: [PATCH 0/4] various vmxnet3 fixes and enhancement Date: Fri, 12 Aug 2016 17:58:25 -0700 Message-ID: <1471049909-18117-1-git-send-email-yongwang@vmware.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , Yong Wang To: Return-path: Received: from EX13-EDG-OU-002.vmware.com (ex13-edg-ou-002.vmware.com [208.91.0.190]) by dpdk.org (Postfix) with ESMTP id E2C075A35 for ; Sat, 13 Aug 2016 03:15:02 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset includes a few bug fixes and some enhancement. (1) a bug fix with dev_configure memzone size; (2) enhanced error checks during device start. In particular, 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 to avoid confusion. (3) enables LRO if requested. Yong Wang (4): net/vmxnet3: improve error checks and return values net/vmxnet3: coding style changes net/vmxnet3: reallocate shared memzone on re-config net/vmxnet3: enable lro drivers/net/vmxnet3/vmxnet3_ethdev.c | 125 +++++++++++++++++++++-------------- drivers/net/vmxnet3/vmxnet3_ethdev.h | 32 +++++---- drivers/net/vmxnet3/vmxnet3_ring.h | 22 +++--- drivers/net/vmxnet3/vmxnet3_rxtx.c | 59 +++++++++-------- 4 files changed, 134 insertions(+), 104 deletions(-) -- 1.9.1