On Fri, 22 Oct 2021, 16:58 Andrew Rybchenko, <[email protected]> wrote:
> On 10/22/21 2:03 PM, Ferruh Yigit wrote: > > Add 'RTE_ETH' namespace to all enums & macros in a backward compatible > > Add 'RTE_ETH' namespace to all enums & macros in a backward compatible > > LGTM except two lines duplicated above. > > > way. The macros for backward compatibility can be removed in next LTS. > > Also updated some struct names to have 'rte_eth' prefix. > > > > All internal components switched to using new names. > > > > Syntax fixed on lines that this patch touches. > > > > Signed-off-by: Ferruh Yigit <[email protected]> > > Acked-by: Tyler Retzlaff <[email protected]> > > Acked-by: Andrew Rybchenko <[email protected]> > > Acked-by: Ajit Khaparde <[email protected]> > > Acked-by: Jerin Jacob <[email protected]> > > Acked-by: Wisam Jaddo <[email protected]> > > Acked-by: Rosen Xu <[email protected]> > > Acked-by: Chenbo Xia <[email protected]> > > Acked-by: Hemant Agrawal <[email protected]> > Acked-by: Somnath Kotur [email protected] > >

