From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Chen Jing D(Mark)" Subject: [PULL REQUEST] fm10k: new features promisc, mac/vlan, checksum Date: Fri, 19 Jun 2015 16:29:59 +0800 Message-ID: <1434702599-19478-1-git-send-email-jing.d.chen@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6885DC4E0 for ; Fri, 19 Jun 2015 10:30:05 +0200 (CEST) Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shvmail01.sh.intel.com with ESMTP id t5J8U16H006548 for ; Fri, 19 Jun 2015 16:30:01 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5J8TxKJ019513 for ; Fri, 19 Jun 2015 16:30:01 +0800 Received: (from jingche2@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id t5J8TxbF019509 for dev@dpdk.org; Fri, 19 Jun 2015 16:29:59 +0800 List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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@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(-)