From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/3 v3] vmxnet3 driver patches Date: Fri, 11 Mar 2016 16:25:35 +0000 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 Cc: dev@dpdk.org To: Remy Horton 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) Content-Disposition: inline In-Reply-To: <56DDB51B.9030009@intel.com> 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" 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