From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p6w34BFQF+ygXFNkoquyeozFkmEjKVHhZk429eRbgqA=; b=FSTrD4r47d9ClW8GmB+LJWMqS8ysvaRUDdtT/cQdbMW3ZgkNbSbLxCadQ362HPps9/ HX0YUkU8OIDu2erSwZJJ4YbFxnGCzf6U0xguQ49um0WPj7zCUXvQf8WQBY63+50pq+16 5gHdxXDpZCjLeV6GcL1++hc3GGhvEwM9ytWMrwYdCi+zWjnGydvaZ3MYa7fvZzVtddUw ZzZIkQn4WRauPPfkP409dj0uGOKw4mJhT1wIZDFsHwqN4Durw9bIw36EjcC9/NbNczVC taDOLqh1Hz5hJH4Bn4eAeUDSnbt0kw/xNOaS36dUvk7YDCtNaCC6MECMtkGxuulMRGv4 JaVA== X-Gm-Message-State: AJcUukeOgGOE7j0lLEmX5DSsgzlmSCcA7kl02ffSbJc6nYrfXFxk7KiU VXcJEPwnHCDQ287JVjBRz9njaHsVHmktkJ4DeyTHyg== X-Google-Smtp-Source: ALg8bN5sWVuJmlJjwhW84RhZgzmWySo+gPbCCPodp1EPCL2FyrEtRKVpcg39T8IePTL7WhoklekwNXiqTId/GH3db/k= X-Received: by 2002:a67:f085:: with SMTP id i5mr3193129vsl.198.1547627341378; Wed, 16 Jan 2019 00:29:01 -0800 (PST) MIME-Version: 1.0 References: <1547613775-58027-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1547613775-58027-1-git-send-email-wei.zhao1@intel.com> From: David Marchand Date: Wed, 16 Jan 2019 09:28:50 +0100 Message-ID: To: Wei Zhao Cc: dev@dpdk.org, dpdk stable , Wenzhuo Lu , qi.z.zhang@intel.com Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/3] promiscuous mode enable on VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2019 08:29:02 -0000 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