From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] fm10k: update MAC/VLAN filter and VLAN offload features Date: Mon, 22 Jun 2015 16:21:36 +0200 Message-ID: <13679720.bWdjavS9oV@xps13> References: <1434331439-31223-1-git-send-email-shaopeng.he@intel.com> <1434612081-8982-1-git-send-email-shaopeng.he@intel.com> <4341B239C0EFF9468EE453F9E9F4604D0170DADB@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "He, Shaopeng" Return-path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id C8B9E5A6F for ; Mon, 22 Jun 2015 16:22:37 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so77020146wic.0 for ; Mon, 22 Jun 2015 07:22:37 -0700 (PDT) In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D0170DADB@shsmsx102.ccr.corp.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 > > Acked-by : Jing Chen Applied, thanks