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 589589A88 for ; Tue, 7 Jun 2016 14:37:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 07 Jun 2016 05:37:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,433,1459839600"; d="scan'208";a="715217505" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.81]) by FMSMGA003.fm.intel.com with SMTP; 07 Jun 2016 05:37:19 -0700 Received: by (sSMTP sendmail emulation); Tue, 07 Jun 2016 13:37:18 +0025 Date: Tue, 7 Jun 2016 13:37:18 +0100 From: Bruce Richardson To: Rasesh Mody Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com, Sony Chacko Message-ID: <20160607123717.GA6948@bricha3-MOBL3> References: <1462595421-22505-1-git-send-email-rasesh.mody@qlogic.com> <1462595421-22505-9-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462595421-22505-9-git-send-email-rasesh.mody@qlogic.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 8/9] qede: enable vf-vf traffic with unmatched dest addr 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, 07 Jun 2016 12:37:22 -0000 On Fri, May 06, 2016 at 09:30:20PM -0700, Rasesh Mody wrote: > From: Sony Chacko > > This patch enables VF to VF traffic with unmatched destination address. > > Signed-off-by: Sony Chacko I think this patch needs more detail in the commit log to explain how this actually works. Is it the case that this allows a VF to be the default destination for unmatched traffic, or something else? Does this need a documentation update to describe the feature? Regards, /Bruce