From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 2086B2BAC
 for <dev@dpdk.org>; Wed, 29 Jun 2016 16:22:19 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga103.fm.intel.com with ESMTP; 29 Jun 2016 07:22:18 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,546,1459839600"; d="scan'208";a="1012059582"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.81])
 by fmsmga002.fm.intel.com with SMTP; 29 Jun 2016 07:22:18 -0700
Received: by  (sSMTP sendmail emulation); Wed, 29 Jun 2016 15:22:16 +0025
Date: Wed, 29 Jun 2016 15:22:16 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>
Cc: "Tao, Zhe" <zhe.tao@intel.com>, "dev@dpdk.org" <dev@dpdk.org>,
 "Wu, Jingjing" <jingjing.wu@intel.com>
Message-ID: <20160629142215.GA7264@bricha3-MOBL3>
References: <1467012016-8273-1-git-send-email-zhe.tao@intel.com>
 <1467205563-25901-1-git-send-email-zhe.tao@intel.com>
 <1467205563-25901-3-git-send-email-zhe.tao@intel.com>
 <B27915DBBA3421428155699D51E4CFE202588EAB@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <B27915DBBA3421428155699D51E4CFE202588EAB@IRSMSX103.ger.corp.intel.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v15 2/2] i40e: add device args to enable a
 floating VEB
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, 29 Jun 2016 14:22:20 -0000

On Wed, Jun 29, 2016 at 01:47:27PM +0000, Mcnamara, John wrote:
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhe Tao
> > Sent: Wednesday, June 29, 2016 2:06 PM
> > To: dev@dpdk.org
> > Cc: Tao, Zhe <zhe.tao@intel.com>; Wu, Jingjing <jingjing.wu@intel.com>
> > Subject: [dpdk-dev] [PATCH v15 2/2] i40e: add device args to enable a
> > floating VEB
> > 
> > The standard Virtual Ethernet Bridge(VEB) definition in 1Qbg is a bridge
> > which has an uplink port to the outside world (maybe another bridge), but
> > a "floating" VEB is a special VEB without an uplink port to the outside.
> > ...
> > 
> > Signed-off-by: Zhe Tao <zhe.tao@intel.com>
> 
> Documentation part:
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>
> 
Patchset applied to dpdk-next-net/rel_16_07

Thanks for the work going through so many revisions.

/Bruce