[dpdk-dev] [PATCH v9] net/ice: optimize protocol extraction by dynamic mbuf API

Thomas Monjalon thomas at monjalon.net
Fri Nov 8 13:55:21 CET 2019


07/11/2019 11:44, Haiyue Wang:
> --- a/drivers/net/ice/rte_pmd_ice_version.map
> +++ b/drivers/net/ice/rte_pmd_ice_version.map
> +EXPERIMENTAL {
> +	global:
> +
> +	# added in 19.11
> +	rte_net_ice_dynfield_proto_xtr_metadata_offs;
> +	rte_net_ice_dynflag_proto_xtr_vlan_mask;
> +	rte_net_ice_dynflag_proto_xtr_ipv4_mask;
> +	rte_net_ice_dynflag_proto_xtr_ipv6_mask;
> +	rte_net_ice_dynflag_proto_xtr_ipv6_flow_mask;
> +	rte_net_ice_dynflag_proto_xtr_tcp_mask;
> +};

Given that you provide some functions to access to the metadata,
why do you need to export these flags and field in the .map?

However, the functions are missing in the .map.
Did you try to compile as a shared library?




More information about the dev mailing list