Re: [dpdk-dev] [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF

2019-03-07 Thread Zhao1, Wei
Hi ,qi New v4 has been commit, thanks. > -Original Message- > From: Zhang, Qi Z > Sent: Friday, March 1, 2019 3:53 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: sta...@dpdk.org > Subject: RE: [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF > > HI > > > -Original Message---

Re: [dpdk-dev] [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF

2019-02-28 Thread Zhang, Qi Z
HI > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, February 13, 2019 3:19 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Zhao1, Wei > > Subject: [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF > > There is need to enable two ops of promiscuous_enable and >

[dpdk-dev] [PATCH v3 1/2] net/ixgbe: promiscuous mode enable on VF

2019-02-12 Thread Wei Zhao
There is need to enable two ops of promiscuous_enable and promiscuous_disable on VF. Signed-off-by: Wei Zhao --- doc/guides/nics/features/ixgbe_vf.ini | 1 + drivers/net/ixgbe/ixgbe_ethdev.c | 20 2 files changed, 21 insertions(+) diff --git a/doc/guides/nics/features