Some minor changes and fixes, including, link block check for KR, complete HW initialization even if SFP is not present, add VF xcast promiscuous mode.
Wenzhuo Lu (9): net/ixgbe/base: make a debug message simple net/ixgbe/base: remove X550em SFP iXFI setup net/ixgbe/base: add link block check for KR net/ixgbe/base: add bit for enabling L3/L4 filtering net/ixgbe/base: complete hw init when SFP not present net/ixgbe/base: disable FC for 15B0 net/ixgbe: support xcast promisc mode net/ixgbe/base: fix build error net/ixgbe/base: update readme doc/guides/rel_notes/release_17_05.rst | 8 +++++ drivers/net/ixgbe/base/README | 4 +-- drivers/net/ixgbe/base/ixgbe_common.c | 7 ++-- drivers/net/ixgbe/base/ixgbe_mbx.h | 8 +++++ drivers/net/ixgbe/base/ixgbe_phy.c | 23 ++----------- drivers/net/ixgbe/base/ixgbe_type.h | 1 + drivers/net/ixgbe/base/ixgbe_vf.c | 4 +++ drivers/net/ixgbe/base/ixgbe_x550.c | 63 +++++++++------------------------- drivers/net/ixgbe/ixgbe_ethdev.c | 6 ---- 9 files changed, 47 insertions(+), 77 deletions(-) -- 1.9.3