From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 14CC695C8
 for <dev@dpdk.org>; Wed,  3 Feb 2016 12:10:13 +0100 (CET)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga102.jf.intel.com with ESMTP; 03 Feb 2016 03:10:13 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,389,1449561600"; d="scan'208";a="646450868"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.159])
 by FMSMGA003.fm.intel.com with SMTP; 03 Feb 2016 03:10:11 -0800
Received: by  (sSMTP sendmail emulation); Wed, 03 Feb 2016 04:10:08 -0600
Date: Wed, 3 Feb 2016 04:10:08 -0700
From: Bruce Richardson <bruce.richardson@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Message-ID: <20160203111008.GA12800@bricha3-MOBL3>
References: <1449191107-14222-1-git-send-email-stephen@networkplumber.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1449191107-14222-1-git-send-email-stephen@networkplumber.org>
Organization: Intel Shannon Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 0/3] vmxnet3: bugfix and enhancements
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 03 Feb 2016 11:10:14 -0000

On Thu, Dec 03, 2015 at 05:05:04PM -0800, Stephen Hemminger wrote:
> A couple of fixes for vlan offload, and the patch to support
> multi-segment frames.
> 
> Charles (Chas) Williams (1):
>   vmxnet3: don't clear vf_table on restart
> 
> Stephen Hemminger (2):
>   vmxnet3: support mult-segment receive
>   vmxnet3: fix vlan_offload_set
> 
>  drivers/net/vmxnet3/vmxnet3_ethdev.c | 60 ++++++++++++++-------------
>  drivers/net/vmxnet3/vmxnet3_ring.h   |  2 +
>  drivers/net/vmxnet3/vmxnet3_rxtx.c   | 78 ++++++++++++++++++------------------
>  3 files changed, 74 insertions(+), 66 deletions(-)
> 
> -- 
> 2.1.4
> 
Hi Stephen,

is there any update on this patchset? There have been a couple of comments
made on it, so will you be sending a V2 for inclusion in the April release?

Regards,
/Bruce