From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 18 Jun 2015 00:21:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="713108033" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga001.jf.intel.com with ESMTP; 18 Jun 2015 00:21:29 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t5I7LRLJ010142; Thu, 18 Jun 2015 15:21:27 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t5I7LNE9009025; Thu, 18 Jun 2015 15:21:25 +0800 Received: (from heshaope@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t5I7LNiN009021; Thu, 18 Jun 2015 15:21:23 +0800 From: Shaopeng He To: dev@dpdk.org Date: Thu, 18 Jun 2015 15:21:18 +0800 Message-Id: <1434612081-8982-1-git-send-email-shaopeng.he@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> References: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> Cc: Shaopeng He Subject: [dpdk-dev] [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 07:21:31 -0000 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