mbox series

[v4,0/2] net/ixgbe: promiscuous mode enable on VF

Message ID 1552013177-70811-1-git-send-email-wei.zhao1@intel.com (mailing list archive)
Headers
Series net/ixgbe: promiscuous mode enable on VF |

Message

Zhao1, Wei March 8, 2019, 2:46 a.m. UTC
  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 information to release note

Wei Zhao (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 +
 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(-)
  

Comments

Qi Zhang March 8, 2019, 5:45 a.m. UTC | #1
> -----Original Message-----
> From: Zhao1, Wei
> Sent: Friday, March 8, 2019 10:46 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> 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
> 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 information to release note
> 
> Wei Zhao (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 +
> 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(-)
> 
> --
> 2.7.5

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel with minor reword on commit log and release notes.

Thanks
Qi