mbox

[0/1] drivers/net/e1000: igbvf_vlan_offload_config and igbvf_vlan_offload_set implementation

Message ID 20210802141348.12946-1-Renata.Saiakhova@ekinops.com (mailing list archive)
Headers

Message

Renata Saiakhova Aug. 2, 2021, 2:13 p.m. UTC
  igbvf_vlan_offload_config and igbvf_vlan_offload_set primal
implementation, setting vlan filter mask at igbvf_dev_start time.
Without setting ETH_VLAN_FILTER_OFFLOAD for offload mask by using the functions
above it is not possible to configure and use a vlan filter for igbvf.
Consider rte_eth_dev_vlan_filter() implementation and check for
DEV_RX_OFFLOAD_VLAN_FILTER bit in dev_conf.rxmode.offloads at the beginning.

Renata Saiakhova (1):
  drivers/net/e1000: igbvf_vlan_offload_config
    and igbvf_vlan_offload_set implementation

 drivers/net/e1000/igb_ethdev.c | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)