Re: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio

2016-02-18 Thread Maxim Uvarov
lng- o...@lists.linaro.org Subject: Re: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio Hello Matias, thanks for comments will send v4. During update I thinge we can not use ODP_ prefix here: +#ifdef ODP_PKTIO_IPC _pktio_ops, +#endif a

Re: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio

2016-02-18 Thread Savolainen, Petri (Nokia - FI/Espoo)
[lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add > option to enable and disable ipc pktio > > Hello Matias, > > thanks for comments will send v4. > > During update I thinge we can not use ODP_ prefix here: > +#ifdef ODP_PKTIO_IPC > _pktio_ops, >

Re: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio

2016-02-18 Thread Maxim Uvarov
: Wednesday, February 17, 2016 9:43 AM To: lng-odp@lists.linaro.org Subject: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio With more options to enable/disable features it's more easy to isolate and debug problem if any. For now I have suspitious

Re: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio

2016-02-18 Thread Elo, Matias (Nokia - FI/Espoo)
Comments below. -Matias > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Maxim > Uvarov > Sent: Wednesday, February 17, 2016 9:43 AM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXT PATCHv3 1/2] linux-generic:

[lng-odp] [API-NEXT PATCHv3 1/2] linux-generic: pktio: add option to enable and disable ipc pktio

2016-02-16 Thread Maxim Uvarov
With more options to enable/disable features it's more easy to isolate and debug problem if any. For now I have suspitious that in CI make check runs in parallel with other make checks which share the same pool memory. I.e. one process can corrupt memory for other process. Moving IPC to option it