On 12/1/2020 2:18 PM, Somalapuram, Amaranath wrote:
[AMD Official Use Only - Internal Distribution Only]
-----Original Message-----
From: Nandibasappa, Girish <girish.nandibasa...@amd.com>
Sent: Tuesday, December 1, 2020 5:27 PM
To: dev@dpdk.org
Cc: Somalapuram, Amaranath <amaranath.somalapu...@amd.com>
Subject: [PATCH v2] net/axgbe: enabling VLAN support in axgbe
From: gnandiba <girish.nandibasa...@amd.com>
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 <girish.nandibasa...@amd.com>
Acked-by: Somalapuram Amaranath <asoma...@amd.com>
Applied to dpdk-next-net/main, thanks.
Updated sign-off tag as:
Signed-off-by: Girish Nandibasappa <girish.nandibasa...@amd.com>
Fixed a few typos in the commit log.