[dpdk-dev] [PATCH v2] net/axgbe: enabling VLAN support in axgbe

Ferruh Yigit ferruh.yigit at intel.com
Thu Dec 10 12:58:19 CET 2020


On 12/1/2020 2:18 PM, Somalapuram, Amaranath wrote:
> [AMD Official Use Only - Internal Distribution Only]
> 
> -----Original Message-----
> From: Nandibasappa, Girish <Girish.Nandibasappa at amd.com>
> Sent: Tuesday, December 1, 2020 5:27 PM
> To: dev at dpdk.org
> Cc: Somalapuram, Amaranath <Amaranath.Somalapuram at amd.com>
> Subject: [PATCH v2] net/axgbe: enabling VLAN support in axgbe
> 
> From: gnandiba <girish.nandibasappa at 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.nandibasappa at amd.com>
>
> Acked-by: Somalapuram Amaranath <asomalap at amd.com>
> 

Applied to dpdk-next-net/main, thanks.

Updated sign-off tag as:
  Signed-off-by: Girish Nandibasappa <girish.nandibasappa at amd.com>

Fixed a few typos in the commit log.


More information about the dev mailing list