Re: [dpdk-dev] [PATCH] eal: add macro to swap two numbers

2021-09-27 Thread Thomas Monjalon
06/09/2021 10:17, Jerin Jacob: > On Wed, Jul 28, 2021 at 8:52 PM Shijith Thotton wrote: > > > > Added a macro to swap two numbers and updated common autotest for the > > same. > > > > Signed-off-by: Shijith Thotton > > Acked-by: Jerin Jacob > > > Needed-for: drivers: add external clock support

Re: [dpdk-dev] [PATCH] eal: add macro to swap two numbers

2021-09-06 Thread Jerin Jacob
On Wed, Jul 28, 2021 at 8:52 PM Shijith Thotton wrote: > > Added a macro to swap two numbers and updated common autotest for the > same. > > Signed-off-by: Shijith Thotton Acked-by: Jerin Jacob > --- > Needed-for: drivers: add external clock support for cnxk timer @Thomas Monjalon Could y