From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B278B2FDD for ; Fri, 11 Mar 2016 17:25:48 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 11 Mar 2016 08:25:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="scan'208";a="934785454" Received: from cberenge-mobl.ger.corp.intel.com ([10.252.22.153]) by fmsmga002.fm.intel.com with SMTP; 11 Mar 2016 08:25:35 -0800 Received: by (sSMTP sendmail emulation); Fri, 11 Mar 2016 16:25:35 +0025 Date: Fri, 11 Mar 2016 16:25:35 +0000 From: Bruce Richardson To: Remy Horton Message-ID: <20160311162534.GC19860@bricha3-MOBL3> References: <1457114882-22125-1-git-send-email-stephen@networkplumber.org> <56DDB51B.9030009@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56DDB51B.9030009@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3 v3] vmxnet3 driver patches 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: Fri, 11 Mar 2016 16:25:49 -0000 On Mon, Mar 07, 2016 at 05:06:35PM +0000, Remy Horton wrote: > > > On 04/03/2016 18:07, Stephen Hemminger wrote: > >This is update/rebase of vmxnet3 driver patches. > >It incorporates minor feedback from Yong Wang and merges two related > >vlan offload patches. > > > >I know the mac address set conflicts the recently posted patch > >(not yet merged). But this version has been used for quite a while > >internally. > > > >Charles (Chas) Williams (1): > > vmxnet3: Fix VLAN filtering > > > >Stephen Hemminger (2): > > vmxnet3: support jumbo frames > > vmxnet3: support setting mac address > > > > drivers/net/vmxnet3/vmxnet3_ethdev.c | 109 +++++++++++++++++------------------ > > drivers/net/vmxnet3/vmxnet3_ring.h | 2 + > > drivers/net/vmxnet3/vmxnet3_rxtx.c | 80 +++++++++++++------------ > > 3 files changed, 98 insertions(+), 93 deletions(-) > > > > Acked-by: Remy Horton > > Release notes not needing updating? Applied to dpdk-next-net/rel_16_04 with a small release note addition /Bruce