From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5AC5AC406 for ; Thu, 18 Jun 2015 10:23:05 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 18 Jun 2015 01:23:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="729790728" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by fmsmga001.fm.intel.com with ESMTP; 18 Jun 2015 01:23:04 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX106.gar.corp.intel.com (10.221.44.98) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 18 Jun 2015 16:23:02 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.146]) with mapi id 14.03.0224.002; Thu, 18 Jun 2015 16:23:01 +0800 From: "Chen, Jing D" To: "He, Shaopeng" , "dev@dpdk.org" Thread-Topic: [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload features Thread-Index: AQHQqZdyP/4tHLyee0mkqk/d4/YUCZ2x7K1g Date: Thu, 18 Jun 2015 08:23:00 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D0170DADB@shsmsx102.ccr.corp.intel.com> References: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> <1434612081-8982-1-git-send-email-shaopeng.he@intel.com> In-Reply-To: <1434612081-8982-1-git-send-email-shaopeng.he@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 08:23:05 -0000 > -----Original Message----- > From: He, Shaopeng > Sent: Thursday, June 18, 2015 3:21 PM > To: dev@dpdk.org > Cc: Chen, Jing D; Qiu, Michael; He, Shaopeng > Subject: [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload > features >=20 > v3 changes: > - add more result check for MAC table mailbox operation for VLAN filter > - remove two extra indentation tabs >=20 > 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 >=20 > 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. >=20 > Shaopeng He (3): > fm10k: update VLAN filter > fm10k: add MAC filter > fm10k: update VLAN offload features >=20 > drivers/net/fm10k/fm10k.h | 24 ++++++ > drivers/net/fm10k/fm10k_ethdev.c | 182 > ++++++++++++++++++++++++++++++++++++--- > 2 files changed, 194 insertions(+), 12 deletions(-) >=20 > -- > 1.9.3 Acked-by : Jing Chen