Re: [dpdk-dev] [PATCH 1/2] eal: fix duplicate experimental tag

2019-07-01 Thread Adrien Mazarguil
On Fri, Jun 28, 2019 at 06:23:19PM +0200, David Marchand wrote: > On Fri, Jun 28, 2019 at 5:57 PM Adrien Mazarguil > wrote: > > > Its presence on the function prototype in the header file is enough. > > > > Fixes: 5f4ed3f05849 ("eal: introduce random generator with upper bound") > > Cc: Mattias R

Re: [dpdk-dev] [PATCH 1/2] eal: fix duplicate experimental tag

2019-06-28 Thread David Marchand
On Fri, Jun 28, 2019 at 5:57 PM Adrien Mazarguil wrote: > Its presence on the function prototype in the header file is enough. > > Fixes: 5f4ed3f05849 ("eal: introduce random generator with upper bound") > Cc: Mattias Rönnblom > > Signed-off-by: Adrien Mazarguil > --- > lib/librte_eal/common/r

Re: [dpdk-dev] [PATCH 1/2] eal: fix duplicate experimental tag

2019-06-28 Thread Stephen Hemminger
On Fri, 28 Jun 2019 17:56:34 +0200 Adrien Mazarguil wrote: > Its presence on the function prototype in the header file is enough. > > Fixes: 5f4ed3f05849 ("eal: introduce random generator with upper bound") > Cc: Mattias Rönnblom > > Signed-off-by: Adrien Mazarguil > --- > lib/librte_eal/com

[dpdk-dev] [PATCH 1/2] eal: fix duplicate experimental tag

2019-06-28 Thread Adrien Mazarguil
Its presence on the function prototype in the header file is enough. Fixes: 5f4ed3f05849 ("eal: introduce random generator with upper bound") Cc: Mattias Rönnblom Signed-off-by: Adrien Mazarguil --- lib/librte_eal/common/rte_random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff