From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40527A04DB; Thu, 10 Dec 2020 12:58:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9BA78BC8A; Thu, 10 Dec 2020 12:58:27 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DCCBFBC88 for ; Thu, 10 Dec 2020 12:58:25 +0100 (CET) IronPort-SDR: 8n+DdPRbEr033EcSoJ/lQd+x3rQqr+Rn0xAcMIVcapX58Sh8XaOwO0jkU/ufRlfKEj4OD0ATRr 1+e0drw/dTkw== X-IronPort-AV: E=McAfee;i="6000,8403,9830"; a="174386932" X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="174386932" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 03:58:23 -0800 IronPort-SDR: SFIG4HoGdZeDDNXCKUkG1OkfNj/ssHB5sMlkrlEeqeZ5m8w+6DMbXJSD10oZG3t51fu31rXxs7 wdJHMrzMDe9w== X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="364593977" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.200.38]) ([10.213.200.38]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 03:58:22 -0800 To: "Somalapuram, Amaranath" , "Nandibasappa, Girish" , "dev@dpdk.org" References: <20201201115719.50637-1-gnandiba@amd.com> From: Ferruh Yigit Message-ID: <8f7f4afa-1994-a7fa-0041-fed1444564ce@intel.com> Date: Thu, 10 Dec 2020 11:58:19 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] net/axgbe: enabling VLAN support in axgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/1/2020 2:18 PM, Somalapuram, Amaranath wrote: > [AMD Official Use Only - Internal Distribution Only] > > -----Original Message----- > From: Nandibasappa, Girish > Sent: Tuesday, December 1, 2020 5:27 PM > To: dev@dpdk.org > Cc: Somalapuram, Amaranath > Subject: [PATCH v2] net/axgbe: enabling VLAN support in axgbe > > From: gnandiba > > Added VLAN support for AMD XGBE driver > > adding below APIs for axgbe > - axgbe_enable_rx_vlan_stripping: to enable vlan header stipping > - axgbe_disable_rx_vlan_stripping: to disable vlan header stipping > - axgbe_enable_rx_vlan_filtering: to enable vlan filter mode > - axgbe_disable_rx_vlan_filtering: to disable vlan filter mode > - axgbe_update_vlan_hash_table: crc calculation and hash table update based on vlan values post filter enable > - axgbe_vlan_filter_set: setting of active vlan out of max 4K values before doing hash update of same > - axgbe_vlan_tpid_set: setting of default tpid values > - axgbe_vlan_offload_set: a top layer function to call stip/filter etc based on mask values > > Signed-off-by: gnandiba > > Acked-by: Somalapuram Amaranath > Applied to dpdk-next-net/main, thanks. Updated sign-off tag as: Signed-off-by: Girish Nandibasappa Fixed a few typos in the commit log.