From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2086B2BAC for ; 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 To: "Mcnamara, John" Cc: "Tao, Zhe" , "dev@dpdk.org" , "Wu, Jingjing" 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Wu, Jingjing > > 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 > > Documentation part: > > Acked-by: John McNamara > Patchset applied to dpdk-next-net/rel_16_07 Thanks for the work going through so many revisions. /Bruce