From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DA5BDAD88 for ; Tue, 10 May 2016 17:04:06 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP; 10 May 2016 08:04:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,604,1455004800"; d="scan'208";a="803098613" Received: from unknown ([10.252.14.197]) by orsmga003.jf.intel.com with SMTP; 10 May 2016 08:04:02 -0700 Received: by (sSMTP sendmail emulation); Tue, 10 May 2016 16:04:01 +0025 Date: Tue, 10 May 2016 16:04:01 +0100 From: Bruce Richardson To: John Guzik Cc: dev@dpdk.org Message-ID: <20160510150400.GC14508@bricha3-MOBL3> References: <1460502484-15873-1-git-send-email-john@shieldxnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460502484-15873-1-git-send-email-john@shieldxnetworks.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] vmxnet3: VLAN tag on end packet, not first 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: Tue, 10 May 2016 15:04:07 -0000 On Tue, Apr 12, 2016 at 04:08:04PM -0700, John Guzik wrote: > Signed-off-by: John Guzik > Fixes: 9fd5e98b > > --- > drivers/net/vmxnet3/vmxnet3_rxtx.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > Applied to dpdk-next-net/rel_16_07, with corrected fixes line, maintainer ack from V1, and updated commit message. Thanks, /Bruce