This patch set port some features of i40evf to iavf. Robin Zhang (8): net/iavf: use link status helper functions net/iavf: set min and max MTU for VF net/iavf: re-program promiscuous mode on VF interface net/iavf: optimize promiscuous ops net/iavf: add workaround promiscuous disable net/iavf: cleanup Tx buffers net/iavf: add extended stats net/iavf: support check DD bit of a RX descriptor
drivers/net/iavf/iavf_ethdev.c | 162 +++++++++++++++++++++------------ drivers/net/iavf/iavf_rxtx.c | 94 ++++++++++++++++++- drivers/net/iavf/iavf_rxtx.h | 2 + drivers/net/iavf/iavf_vchnl.c | 13 ++- 4 files changed, 209 insertions(+), 62 deletions(-) -- 2.17.1