On Tue,  1 Oct 2024 19:11:48 +0100
Arkadiusz Kusztal <arkadiuszx.kusz...@intel.com> wrote:

> diff --git a/lib/net/version.map b/lib/net/version.map
> index bec4ce23ea..47daf1464a 100644
> --- a/lib/net/version.map
> +++ b/lib/net/version.map
> @@ -4,11 +4,25 @@ DPDK_25 {
>       rte_eth_random_addr;
>       rte_ether_format_addr;
>       rte_ether_unformat_addr;
> -     rte_net_crc_calc;
> -     rte_net_crc_set_alg;
>       rte_net_get_ptype;
>       rte_net_make_rarp_packet;
>       rte_net_skip_ip6_ext;
> +     rte_net_crc;
> +     rte_net_crc_set;
>  
>       local: *;
>  };

Please keep the symbols in version.map in alphabetic order.

And this would be an unannounced change to API/ABI which could cause
pain for some users.

Reply via email to