[dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field

2016-06-21 Thread Thomas Monjalon
> > Change type of nht field from uint32_t to uint8_t and increase max of
> > next hops.
> > 
> > Fixes: dc81ebbacaeb ("lpm: extend IPv4 next hop field")
> > Signed-off-by: Michal Kobylinski 
> > ---
> > v2:
> >  - removed changing from file: pipeline_routing_be.h
> >  - changed macro: RTE_TABLE_LPM_MAX_NEXT_HOP
> 
> Acked-by: Cristian Dumitrescu 

Cristian, the explanation is still missing in this commit.


[dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field

2016-06-21 Thread Dumitrescu, Cristian


> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Tuesday, June 21, 2016 2:16 PM
> To: Dumitrescu, Cristian ; Kobylinski,
> MichalX 
> Cc: dev at dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] lib/table: fix wrong type of nht field
> 
> > > Change type of nht field from uint32_t to uint8_t and increase max of
> > > next hops.
> > >
> > > Fixes: dc81ebbacaeb ("lpm: extend IPv4 next hop field")
> > > Signed-off-by: Michal Kobylinski 
> > > ---
> > > v2:
> > >  - removed changing from file: pipeline_routing_be.h
> > >  - changed macro: RTE_TABLE_LPM_MAX_NEXT_HOP
> >
> > Acked-by: Cristian Dumitrescu 
> 
> Cristian, the explanation is still missing in this commit.

Yes, you're right, sorry.

Michal K, please send updated version with the explanation and my ack included, 
thank you!

Regards,
Cristian