On Fri, 11 Apr 2025 16:10:04 +0800
Chaoyong He wrote:
>
> +RTE_EXPORT_EXPERIMENTAL_SYMBOL(rte_eth_dev_get_vlan_filter_conf, 25.07)
> +int
> +rte_eth_dev_get_vlan_filter_conf(uint16_t port_id,
> + struct rte_vlan_filter_conf *vf_conf)
> +{
> + struct rte_eth_dev *dev;
> +
> +
From: Long Wu
Added an API `rte_eth_dev_get_vlan_filter_conf()` to retrieve
the VLAN filter configuration of an Ethernet device.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
---
doc/guides/rel_notes/release_25_07.rst | 5 +
lib/ethdev/ethdev_trace.h | 8
lib/eth
2 matches
Mail list logo