Re: [lng-odp] odp-dpdk gives error with "configure" command

2017-01-29 Thread Elo, Matias (Nokia - FI/Espoo)
> On 28 Jan 2017, at 23:38, Gyanesh Patra wrote: > > odp-dpdk repo gives error for “configure” command when tried with dpdk 16.07 > and dpdk 17. I am running on ubuntu16 LTS. > > ./configure --with-dpdk-path=./dpdk/x86_64-native-linuxapp-gcc > > checking rte_config.h usability... no > > che

Re: [lng-odp] ODP install error with dpdk 16.07

2017-01-29 Thread Elo, Matias (Nokia - FI/Espoo)
> make: *** [all-recursive] Error 1 > > I have tried with ODP master branch with DPDK 17 and DPDK 16.07 . I am facing > the same problem. > > This is the ODP repo, not the odp-dpdk repo. > > P Gyanesh Patra Hi Gyanesh, Odp-linux currently supports DPDK v16.07. With these steps everything is

Re: [lng-odp] schedule_multi returning tasks from multiple queues

2017-01-29 Thread Honnappa Nagarahalli
On 26 January 2017 at 15:10, Bill Fischofer wrote: > On Wed, Jan 25, 2017 at 11:13 PM, Honnappa Nagarahalli > wrote: >> I agree, it needs additional operations. One could combine multiple >> atomic operations into a single stage where possible. If the scheduler >> is implemented in hardware, impa

Re: [lng-odp] odp_schedule_group_destroy API documentation

2017-01-29 Thread Honnappa Nagarahalli
On 29 January 2017 at 18:56, Bill Fischofer wrote: > On Sat, Jan 28, 2017 at 1:40 PM, Honnappa Nagarahalli > wrote: >> Hi, >> The current documentation is as follows: >> >> /** >> * Schedule group destroy >> * >> * Destroys a schedule group. All queues belonging to the schedule group must >>

[lng-odp] [Bug 2862] New: CID 177251 et al: Unsafe pointer dereferences in iplookuptable() helper

2017-01-29 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2862 Bug ID: 2862 Summary: CID 177251 et al: Unsafe pointer dereferences in iplookuptable() helper Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other

Re: [lng-odp] odp_schedule_group_destroy API documentation

2017-01-29 Thread Bill Fischofer
On Sat, Jan 28, 2017 at 1:40 PM, Honnappa Nagarahalli wrote: > Hi, > The current documentation is as follows: > > /** > * Schedule group destroy > * > * Destroys a schedule group. All queues belonging to the schedule group must > * be destroyed before destroying the group. Other operations o

Re: [lng-odp] [PATCH] travis: several tries to download cunit

2017-01-29 Thread Bill Fischofer
On Fri, Jan 27, 2017 at 1:21 PM, Maxim Uvarov wrote: > some time curl fails to download cunit from sf.net or it's > mirrors. Try 10 times with 1 second delay. > > Signed-off-by: Maxim Uvarov > --- > .travis.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.travis.yml

Re: [lng-odp] api: pktio: pktio_if_ops for mtu_set and mac_set.

2017-01-29 Thread Bill Fischofer
On Sun, Jan 29, 2017 at 7:57 AM, Vamsi Krishna wrote: > Hi, > > In the current ODP PKTIO APIs, there are calls to get mtu and mac > information of the pktio interfaces. I did not find any APIs to configure > the mtu and mac address of the pktio interface from the application. > > Could someone com

[lng-odp] api: pktio: pktio_if_ops for mtu_set and mac_set.

2017-01-29 Thread Vamsi Krishna
Hi, In the current ODP PKTIO APIs, there are calls to get mtu and mac information of the pktio interfaces. I did not find any APIs to configure the mtu and mac address of the pktio interface from the application. Could someone comment on the purpose of not having those routines along with mtu_get