On 8/23/2024 8:32 AM, Hemant Agrawal wrote:
> @@ -78,7 +78,7 @@ TAILQ_HEAD(rte_fman_if_list, __fman_if);
>
> /* Represents the different flavour of network interface */
> enum fman_mac_type {
> - fman_offline_internal = 0,
> + fman_offline = 0,
> fman_mac_1g,
> fman_mac_10g,
> fman_mac_2_5g,
>Is this rename required, since next patch renames it back to 'fman_offline_internal'?

