Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-28 Thread Thomas Monjalon
28/07/2020 17:39, Honnappa Nagarahalli: > > On 28/07/20 10:24 +0200, Morten Brørup wrote: > > > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > > > > > > --- a/lib/librte_eal/include/rte_bitops.h > > > > > > > +++ b/lib/librte_eal/include/rte_bitops.h > > > > > > > @@ -17,6 +

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-28 Thread Honnappa Nagarahalli
> > On 28/07/20 10:24 +0200, Morten Brørup wrote: > > + Ray and Neil as ABI Policy maintainers. > > > > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > > Sent: Tuesday, July 28, 2020 4:19 AM > > > > > > > > > > > > > > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: intr

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-28 Thread Morten Brørup
> From: Gaëtan Rivet [mailto:gr...@u256.net] > Sent: Tuesday, July 28, 2020 11:29 AM > > On 28/07/20 10:24 +0200, Morten Brørup wrote: > > + Ray and Neil as ABI Policy maintainers. > > > > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > > Sent: Tuesday, July 28, 2020 4:19 AM

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-28 Thread Gaëtan Rivet
On 28/07/20 10:24 +0200, Morten Brørup wrote: > + Ray and Neil as ABI Policy maintainers. > > > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > > Sent: Tuesday, July 28, 2020 4:19 AM > > > > > > > > > > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for > > b

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-28 Thread Morten Brørup
+ Ray and Neil as ABI Policy maintainers. > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Tuesday, July 28, 2020 4:19 AM > > > > > > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for > bit > > > definition > > > > > > > > There are several drivers wh

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-27 Thread Honnappa Nagarahalli
> > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit > > definition > > > > > > There are several drivers which duplicate bit generation macro. > > > Introduce a generic bit macros so that such drivers avoid redefining > > same in > > > multiple drivers. > > > > > > Signed-

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-27 Thread Parav Pandit
> From: Morten Brørup > Sent: Monday, July 27, 2020 1:52 PM > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Honnappa > > Nagarahalli > > Sent: Friday, July 24, 2020 8:31 PM > > > > > > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit > > definition > > > > > > T

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-27 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Honnappa > Nagarahalli > Sent: Friday, July 24, 2020 8:31 PM > > > > > Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit > definition > > > > There are several drivers which duplicate bit generation macro. > > Introduce a ge

Re: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition

2020-07-24 Thread Honnappa Nagarahalli
> Subject: [dpdk-dev] [PATCH v10 01/10] eal: introduce macro for bit definition > > There are several drivers which duplicate bit generation macro. > Introduce a generic bit macros so that such drivers avoid redefining same in > multiple drivers. > > Signed-off-by: Parav Pandit > Acked-by: Mat