From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH 0/3] promiscuous mode enable on VF Date: Wed, 16 Jan 2019 12:42:52 +0800 Message-ID: <1547613775-58027-1-git-send-email-wei.zhao1@intel.com> Cc: stable@dpdk.org, wenzhuo.lu@intel.com, qi.z.zhang@intel.com To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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