From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] ixgbe: support multicast promiscuous mode on VF Date: Mon, 8 Feb 2016 14:02:05 +0000 Message-ID: <20160208140205.GA22364@bricha3-MOBL3> References: <1451894836-27569-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 576FA559C for ; Mon, 8 Feb 2016 15:02:09 +0100 (CET) Content-Disposition: inline In-Reply-To: <1451894836-27569-1-git-send-email-wenzhuo.lu@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, Jan 04, 2016 at 04:07:16PM +0800, Wenzhuo Lu wrote: > Add multicast promiscuous mode support on ixgbe VF driver. > > Please note if we want to use this promiscuous mode, we need both PF > and VF driver to support it. The reason is this VF feature is > configged on PF. > If use kernel PF driver + dpdk VF driver, make sure kernel PF driver > support VF multicast promiscuous mode. If use dpdk PF + dpdk VF, > better make sure PF driver is the same version as VF. > > Signed-off-by: Wenzhuo Lu > --- Hi Wenzhuo, thanks for the patch. Is there a documentation update needed for this? The commit message in particular looks like it would be better in the official user documentation rather than just in the git history. Regards, /Bruce