On Wed, 26 Aug 2020 16:14:45 +0100
Cristian Dumitrescu <cristian.dumitre...@intel.com> wrote:

> +/*
> + * Packet headers.
> + */
> +static struct rte_swx_field_params ethernet_h[] = {
> +     {"dst_addr", 48},
> +     {"src_addr", 48},
> +     {"ether_type", 16},
> +};
> +

Could these tables be made const? Looks like read-only data.

Reply via email to