Re: [lng-odp] [PATCH] linux-generic: decouple odp_errno define from odp-linux

2017-04-05 Thread Bill Fischofer
This patch has an extra blank line that checkpatch flags: le-odp_errno-define-from-odp-lin.patch CHECK: Please don't use multiple blank lines #48: FILE: platform/linux-generic/include/odp_errno_define.h:13: + + But other than that, this is good. On Thu, Mar 30, 2017 at 8:31 AM, Balakrishna

Re: [lng-odp] [PATCH] linux-generic: decouple odp_errno define from odp-linux

2017-04-04 Thread Krishna Garapati
ping On 30 March 2017 at 15:31, Balakrishna Garapati < balakrishna.garap...@linaro.org> wrote: > makes it easy to define odp_errno to dpdk rteerrno and fixes > linking issues. > > Signed-off-by: Balakrishna Garapati > --- > platform/linux-generic/Makefile.am

[lng-odp] [PATCH] linux-generic: decouple odp_errno define from odp-linux

2017-03-30 Thread Balakrishna Garapati
makes it easy to define odp_errno to dpdk rteerrno and fixes linking issues. Signed-off-by: Balakrishna Garapati --- platform/linux-generic/Makefile.am| 1 + platform/linux-generic/include/odp_errno_define.h | 27 +++