mbox series

[v2,0/3] net/ixgbe: promiscuous mode enable on VF

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

Message

Zhao1, Wei Jan. 16, 2019, 5:01 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.

Zhao Wei (3):
  net/ixgbe: promiscuous mode enable on VF
  net/ixgbe: enable promiscuous mode on PF host
  net/ixgbe: update API version

 drivers/net/ixgbe/ixgbe_ethdev.c | 21 +++++++++++
 drivers/net/ixgbe/ixgbe_ethdev.h |  1 +
 drivers/net/ixgbe/ixgbe_pf.c     | 79 +++++++++++++++++++++++++++++-----------
 3 files changed, 79 insertions(+), 22 deletions(-)