From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH v3 0/2] net/ixgbe: promiscuous mode enable on VF Date: Wed, 13 Feb 2019 15:18:52 +0800 Message-ID: <1550042334-60187-1-git-send-email-wei.zhao1@intel.com> References: <1547614920-59680-1-git-send-email-wei.zhao1@intel.com> Cc: stable@dpdk.org, qi.z.zhang@intel.com To: dev@dpdk.org Return-path: In-Reply-To: <1547614920-59680-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" There is need to enable promiscuous mode enable on VF, pf host should also enable to support that. v2: --fix typo in commit log. v3: --delete unnecessary commit log infomation --merge 2 patch into 1 --change patch headline name --add promiscuous enable support infomation into doc Zhao Wei (2): net/ixgbe: promiscuous mode enable on VF net/ixgbe: add VF promiscuous mode support when PF as host doc/guides/nics/features/ixgbe_vf.ini | 1 + drivers/net/ixgbe/ixgbe_ethdev.c | 21 ++++++++++ drivers/net/ixgbe/ixgbe_ethdev.h | 1 + drivers/net/ixgbe/ixgbe_pf.c | 79 +++++++++++++++++++++++++---------- 4 files changed, 80 insertions(+), 22 deletions(-) -- 2.7.5