DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/1] drivers/net/e1000: igbvf_vlan_offload_config and igbvf_vlan_offload_set implementation
@ 2021-08-02 14:13 Renata Saiakhova
  2021-08-02 14:13 ` [dpdk-dev] [PATCH 1/1] " Renata Saiakhova
  0 siblings, 1 reply; 3+ messages in thread
From: Renata Saiakhova @ 2021-08-02 14:13 UTC (permalink / raw)
  Cc: dev, Renata Saiakhova

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(+)

-- 
2.17.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-29  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02 14:13 [dpdk-dev] [PATCH 0/1] drivers/net/e1000: igbvf_vlan_offload_config and igbvf_vlan_offload_set implementation Renata Saiakhova
2021-08-02 14:13 ` [dpdk-dev] [PATCH 1/1] " Renata Saiakhova
2021-08-29  9:41   ` Zhang, Qi Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).