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