From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shaopeng He Subject: [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload features Date: Thu, 18 Jun 2015 15:21:18 +0800 Message-ID: <1434612081-8982-1-git-send-email-shaopeng.he@intel.com> References: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> Cc: Shaopeng He 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 51F1BC30E for ; Thu, 18 Jun 2015 09:21:31 +0200 (CEST) In-Reply-To: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> 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" v3 changes: - add more result check for MAC table mailbox operation for VLAN filter - remove two extra indentation tabs v2 changes: - add result check when updating MAC address table for VLAN filter - move VLAN Table updating to the end of VLAN filter process - release mailbox lock immediately after each mailbox related operation - update the value of rx_offload_capa and tx_offload_capa - fix miscelleous review comments The patch series introduce changes for MAC/VLAN filter and VLAN offload features. MAC filter is newly added, VLAN filter is updated to add/delete one static entry in MAC table for each combination of VLAN and MAC address. For VLAN offload features, Fm10k PF/VF does not support QinQ; and VLAN strip and filter are always on. Shaopeng He (3): fm10k: update VLAN filter fm10k: add MAC filter fm10k: update VLAN offload features drivers/net/fm10k/fm10k.h | 24 ++++++ drivers/net/fm10k/fm10k_ethdev.c | 182 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 194 insertions(+), 12 deletions(-) -- 1.9.3