From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: add known issue about promiscuous mode for I40e VF Date: Thu, 28 Jul 2016 17:12:21 +0200 Message-ID: <1806289.lzW48cN34H@xps13> References: <1469499863-53517-1-git-send-email-jia.guo@intel.com> <1469588194-55997-1-git-send-email-jia.guo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "Guo, Jia" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 6BB42377E for ; Thu, 28 Jul 2016 17:12:23 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id o80so112902596wme.1 for ; Thu, 28 Jul 2016 08:12:23 -0700 (PDT) In-Reply-To: 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" > > When use i40e linux kernel driver as host driver and DPDK handler the i40e > > VF, the promiscuous mode doesn't work in i40e VF. It is not supported by > > DPDK i40e VF driver right now. > > > > Signed-off-by: Jeff Guo > > Acked-by: John McNamara Applied, thanks