The fm10k driver changes include below features: - Checksum offload - Promiscuous Mode - MAC filter add/delete - VLAN stripping/insert - Vlan filter add/delete - A series of bug fixing
The following changes since commit 043ef28b391644229d9c4a671defb2304fefee69: acl: add new test cases (2015-06-18 18:12:47 +0200) are available in the git repository at: jing at dpdk.org:dpdk-fm10k-next.git master for you to fetch changes up to 95ecea959efeaef854553ff1ca4c02bf956b05c1: fm10k: update VLAN offload features (2015-06-19 03:10:28 -0400) ---------------------------------------------------------------- Chen Jing D(Mark) (9): fm10k: Fix improper RX buffer size assignment fm10k: Fix jumbo frame issue fm10k: Fix data integrity issue with multi-segment frame fm10k: Fix issue that MAC addr can't be set to silicon fm10k: Do sanity check on mac address fm10k: Add default mac/vlan filter to SM fm10k: Add promiscuous mode support fm10k: remove mbuf size sanity check fm10k: Fix improper max queue number for VF Shaopeng He (3): fm10k: update VLAN filter fm10k: add MAC filter fm10k: update VLAN offload features drivers/net/fm10k/fm10k.h | 29 ++- drivers/net/fm10k/fm10k_ethdev.c | 407 ++++++++++++++++++++++++++++++++++----- drivers/net/fm10k/fm10k_rxtx.c | 15 +- 3 files changed, 402 insertions(+), 49 deletions(-)