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

2019-03-07 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Friday, March 8, 2019 10:46 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/2] net/ixgbe: promiscuous mode enable on VF > > There is need to enable promiscuous mode enable on VF, pf host should also > enabl

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

2019-03-07 Thread Wei Zhao
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 v4: --add infor