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 7F3FE8D3B for ; Sun, 14 Feb 2016 02:03:29 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 13 Feb 2016 17:03:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,443,1449561600"; d="scan'208";a="883962949" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 13 Feb 2016 17:03:20 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sat, 13 Feb 2016 17:03:19 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.172]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.209]) with mapi id 14.03.0248.002; Sun, 14 Feb 2016 09:03:17 +0800 From: "Lu, Wenzhuo" To: "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode on VF Thread-Index: AQHRRsb5vgu7t54BWUKxiqBWQfbkyp8h3uqAgAkaQNA= Date: Sun, 14 Feb 2016 01:03:16 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09090342A298@shsmsx102.ccr.corp.intel.com> References: <1451894836-27569-1-git-send-email-wenzhuo.lu@intel.com> <20160208140205.GA22364@bricha3-MOBL3> In-Reply-To: <20160208140205.GA22364@bricha3-MOBL3> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode on VF 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: Sun, 14 Feb 2016 01:03:30 -0000 Hi Bruce, Best regards Wenzhuo Lu > -----Original Message----- > From: Richardson, Bruce > Sent: Monday, February 8, 2016 10:02 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] ixgbe: support multicast promiscuous mode= on > VF >=20 > 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 > > --- >=20 > Hi Wenzhuo, >=20 > thanks for the patch. Is there a documentation update needed for this? Th= e > commit message in particular looks like it would be better in the officia= l user > documentation rather than just in the git history. Thanks for the comments. I'll send a V2 to update the doc. >=20 > Regards, > /Bruce