From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 20D172C60 for ; Tue, 26 Jul 2016 04:57:13 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 25 Jul 2016 19:57:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,422,1464678000"; d="scan'208";a="145408641" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 25 Jul 2016 19:57:12 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 25 Jul 2016 19:57:12 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 25 Jul 2016 19:57:12 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Tue, 26 Jul 2016 10:57:10 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Mcnamara, John" CC: "dev@dpdk.org" , "Guo, Jia" Thread-Topic: [dpdk-dev] [PATCH v2] doc: add known issue about promiscuous mode for I40e VF Thread-Index: AQHR5uR4cI1nB42JvU6TW821LKTMN6AqBN4w Date: Tue, 26 Jul 2016 02:57:10 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E171E6A@SHSMSX103.ccr.corp.intel.com> References: <1469429035-35644-1-git-send-email-jia.guo@intel.com> <1469499863-53517-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1469499863-53517-1-git-send-email-jia.guo@intel.com> 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 Subject: Re: [dpdk-dev] [PATCH v2] doc: add known issue about promiscuous mode for I40e 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: Tue, 26 Jul 2016 02:57:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jeff Guo > Sent: Tuesday, July 26, 2016 10:24 AM > To: Mcnamara, John > Cc: dev@dpdk.org; Guo, Jia > Subject: [dpdk-dev] [PATCH v2] doc: add known issue about promiscuous > mode for I40e VF >=20 > When use i40e linux kernel driver as host driver and DPDK handler the i40= e > VF, the promiscuous mode doesn't work in i40e VF. It is not supported by > DPDK i40e VF driver right now. >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu