From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH 0/3] promiscuous mode enable on VF Date: Wed, 16 Jan 2019 09:28:50 +0100 Message-ID: References: <1547613775-58027-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: dev@dpdk.org, dpdk stable , Wenzhuo Lu , qi.z.zhang@intel.com To: Wei Zhao Return-path: Received: from mail-vs1-f44.google.com (mail-vs1-f44.google.com [209.85.217.44]) by dpdk.org (Postfix) with ESMTP id 207191041 for ; Wed, 16 Jan 2019 09:29:02 +0100 (CET) Received: by mail-vs1-f44.google.com with SMTP id p74so3421186vsc.0 for ; Wed, 16 Jan 2019 00:29:01 -0800 (PST) In-Reply-To: <1547613775-58027-1-git-send-email-wei.zhao1@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Jan 16, 2019 at 6:08 AM Wei Zhao wrote: > There is need to enable promiscuous mode enable on VF, > pf host should also enable to support that. > > Zhao Wei (3): > net/ixgbe: promiscuous mode enable on VF > net/ixgbe: enable promiscous mode on PF host > net/ixgbe: update API version > > drivers/net/ixgbe/ixgbe_ethdev.c | 21 +++++++++++ > drivers/net/ixgbe/ixgbe_ethdev.h | 1 + > drivers/net/ixgbe/ixgbe_pf.c | 79 > +++++++++++++++++++++++++++++----------- > 3 files changed, 79 insertions(+), 22 deletions(-) > > -- > 2.7.5 > This series looks more about a missing feature than a proper fix. We have a new pf/vf api supported in this series and a new behaviour for promiscuous. This is not stable material to me unless you expose a clear problem that this series wants to address. -- David Marchand