Re: [lng-odp] [PATCH/API-NEXT 1/3] helper/ip: fix ip parsing endian issue

2016-07-15 Thread forrest.shi
in Shi <forrest@linaro.org> > Subject: [lng-odp][PATCH/API-NEXT 1/3] helper/ip: fix ip parsing endian issue > > From: Xuelin Shi <forrest@linaro.org> > > The prototype says returning cpu endian value but implementation returns a > little-endian value. > > Add c

Re: [lng-odp] [PATCH/API-NEXT 1/3] helper/ip: fix ip parsing endian issue

2016-07-12 Thread Forrest Shi
Hi Maxim, Let's see if any comments first, then I will send it to master again. Thanks, Forrest On 11 July 2016 at 21:08, Maxim Uvarov wrote: > Ping. Review is needed. > > This patch series has to be for master branch. Especially this bug fix > patch. > > Maxim. > > >

Re: [lng-odp] [PATCH/API-NEXT 1/3] helper/ip: fix ip parsing endian issue

2016-07-11 Thread Maxim Uvarov
Ping. Review is needed. This patch series has to be for master branch. Especially this bug fix patch. Maxim. On 07/08/16 11:14, forrest@linaro.org wrote: From: Xuelin Shi The prototype says returning cpu endian value but implementation returns a little-endian