From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Qi Z" Subject: Re: [PATCH v4 0/2] net/ixgbe: promiscuous mode enable on VF Date: Fri, 8 Mar 2019 05:45:29 +0000 Message-ID: <039ED4275CED7440929022BC67E706115334954E@SHSMSX103.ccr.corp.intel.com> References: <1550042334-60187-1-git-send-email-wei.zhao1@intel.com> <1552013177-70811-1-git-send-email-wei.zhao1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "stable@dpdk.org" To: "Zhao1, Wei" , "dev@dpdk.org" Return-path: In-Reply-To: <1552013177-70811-1-git-send-email-wei.zhao1@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhao1, Wei > Sent: Friday, March 8, 2019 10:46 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/2] net/ixgbe: promiscuous mode enable on VF >=20 > There is need to enable promiscuous mode enable on VF, pf host should als= o > enable to support that. >=20 > v2: > --fix typo in commit log. >=20 > v3: > --delete unnecessary commit log infomation --merge 2 patch into 1 --chang= e > patch headline name --add promiscuous enable support infomation into doc >=20 > v4: > --add information to release note >=20 > Wei Zhao (2): > net/ixgbe: promiscuous mode enable on VF > net/ixgbe: add VF promiscuous mode support when PF as host >=20 > doc/guides/nics/features/ixgbe_vf.ini | 1 + > doc/guides/rel_notes/release_19_05.rst | 5 +++ > drivers/net/ixgbe/ixgbe_ethdev.c | 21 +++++++++ > drivers/net/ixgbe/ixgbe_ethdev.h | 1 + > drivers/net/ixgbe/ixgbe_pf.c | 79 > ++++++++++++++++++++++++---------- > 5 files changed, 85 insertions(+), 22 deletions(-) >=20 > -- > 2.7.5 Acked-by: Qi Zhang Applied to dpdk-next-net-intel with minor reword on commit log and release = notes. Thanks Qi