Re: [lng-odp] [PATCHv2] changelog: summary of changes for odp v1.11.1.0

2016-11-18 Thread Maxim Uvarov
On 11/18/16 22:52, Anders Roxell wrote: On 18 November 2016 at 01:34, Bill Fischofer wrote: Signed-off-by: Bill Fischofer --- Changes for v2: - Changed release level to v1.11.1.0 per Mike CHANGELOG | 211

Re: [lng-odp] [PATCH] travis: linux-gen: add dpdk pktio

2016-11-18 Thread Maxim Uvarov
On 11/18/16 22:29, Anders Roxell wrote: On 18 November 2016 at 14:05, Maxim Uvarov wrote: On 11/18/16 12:06, Anders Roxell wrote: On 7 November 2016 at 16:49, Maxim Uvarov wrote: Turn on linux-generic dpdk and pcap pktios with their

Re: [lng-odp] [PATCHv2] changelog: summary of changes for odp v1.11.1.0

2016-11-18 Thread Anders Roxell
On 18 November 2016 at 01:34, Bill Fischofer wrote: > Signed-off-by: Bill Fischofer > --- > Changes for v2: > - Changed release level to v1.11.1.0 per Mike > > CHANGELOG | 211 > ++

[lng-odp] [PATCH] test: tm: do lookup first then open

2016-11-18 Thread Maxim Uvarov
First tests will open pktio and all others will look up handle by name. Change order of open/lookup to not call fail opens. Signed-off-by: Maxim Uvarov --- .../validation/api/traffic_mngr/traffic_mngr.c| 15 --- 1 file changed, 8 insertions(+), 7

[lng-odp] [PATCH] example:odp_l3fwd_db explicitly ignore return

2016-11-18 Thread Mike Holmes
clean up static analysis warning Signed-off-by: Mike Holmes --- example/l3fwd/odp_l3fwd_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/l3fwd/odp_l3fwd_db.c b/example/l3fwd/odp_l3fwd_db.c index 082b2c2..a8c2ca8 100644 ---

Re: [lng-odp] [PATCH] travis: linux-gen: add dpdk pktio

2016-11-18 Thread Anders Roxell
On 18 November 2016 at 14:05, Maxim Uvarov wrote: > On 11/18/16 12:06, Anders Roxell wrote: >> >> On 7 November 2016 at 16:49, Maxim Uvarov wrote: >>> >>> Turn on linux-generic dpdk and pcap pktios with their validation >>> tests. >>> >>>

Re: [lng-odp] [PATCH v2] travis.yml: add coverity support

2016-11-18 Thread Maxim Uvarov
On 11/18/16 21:34, Mike Holmes wrote: Enables static analysis when pushing to a branch coverity_scan on github See https://scan.coverity.com/travis_ci Signed-off-by: Mike Holmes --- v2: Include all the executables in the scan (Maxim) .travis.yml | 20

Re: [lng-odp] [PATCH] travis: linux-gen: add dpdk pktio

2016-11-18 Thread Maxim Uvarov
Merged. On 11/17/16 22:56, Mike Holmes wrote: On 7 November 2016 at 10:49, Maxim Uvarov wrote: Turn on linux-generic dpdk and pcap pktios with their validation tests. Signed-off-by: Maxim Uvarov Reviewed-by: Mike Holmes

Re: [lng-odp] [PATCH] test: linux-gen: mmap_vlan_ins change bin to test programs

2016-11-18 Thread Maxim Uvarov
Merged, Maxim. On 11/18/16 19:49, Mike Holmes wrote: On 17 November 2016 at 10:44, Maxim Uvarov wrote: Generated binaries should be marked as test programs to be installed by autotools in test directory. Signed-off-by: Maxim Uvarov

Re: [lng-odp] [MONARCH PATCH] git_hash: handle git worktree

2016-11-18 Thread Mike Holmes
On 18 November 2016 at 05:18, Nicolas Morey-Chaisemartin wrote: > In git worktrees .git is a file and not a directory. > This patches replaces [ -d .git ] test by [ -e .git ] > so it works in both cases > > Signed-off-by: Nicolas Morey-Chaisemartin for

[lng-odp] [Bug 2615] Release tarballs dont bootstrap (Monarch)

2016-11-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2615 Mike Holmes changed: What|Removed |Added Assignee|lng-odp@lists.linaro.org|maxim.uva...@linaro.org

[lng-odp] [Bug 2615] New: Release tarballs dont bootstrap (Monarch)

2016-11-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2615 Bug ID: 2615 Summary: Release tarballs dont bootstrap (Monarch) Product: OpenDataPlane - linux- generic reference Version: v1.11.0.0 Hardware: Other OS: Linux Status:

Re: [lng-odp] [PATCH] changelog: summary of changes for odp v1.10.2.0

2016-11-18 Thread Bill Fischofer
Thanks Maxim. I'm traveling and will have limited availability over the next week so if you want to rework this patch I'm fine with that. On Fri, Nov 18, 2016 at 7:35 AM Maxim Uvarov wrote: > > I think Monarch branch with his changelog changes has to be merged in >

Re: [lng-odp] concat and split semantics

2016-11-18 Thread Bill Fischofer
On Fri, Nov 18, 2016 at 9:35 AM Joe Savage wrote: > Thanks, Bill. If I'm understanding you correctly, the conclusion here is > that > at this stage it's very difficult to pin down how implementations on the > whole are likely to behave. This being especially true for the

Re: [lng-odp] concat and split semantics

2016-11-18 Thread Joe Savage
Thanks, Bill. If I'm understanding you correctly, the conclusion here is that at this stage it's very difficult to pin down how implementations on the whole are likely to behave. This being especially true for the reference APIs, which aren't currently represented within the wider pool of

[lng-odp] enumerator and driver registration

2016-11-18 Thread Christophe Milard
Here follows a first draft of what the API around this topic could be. A few comments: -The part concerning the enumerator registration and the driver registration could well be separated in different files. Nevertheless I think they should both be part of the same south interface (odpdrv_*):

Re: [lng-odp] [PATCH] changelog: summary of changes for odp v1.10.2.0

2016-11-18 Thread Maxim Uvarov
I think Monarch branch with his changelog changes has to be merged in master. Then this changes will update version to v1.11.0.0 And after that current changelog updates version to v1.11.1.0 Please see structure here: https://git.linaro.org/people/maxim.uvarov/odp.git/log/ (gitk or git log

Re: [lng-odp] [PATCH] test: linux-gen: mmap_vlan_ins change bin to test programs

2016-11-18 Thread Maxim Uvarov
ping, please review. Maxim. On 11/17/16 18:44, Maxim Uvarov wrote: Generated binaries should be marked as test programs to be installed by autotools in test directory. Signed-off-by: Maxim Uvarov --- test/linux-generic/mmap_vlan_ins/Makefile.am | 2 +- 1 file

Re: [lng-odp] Classification Queue Group

2016-11-18 Thread Bala Manoharan
Regards, Bala On 18 November 2016 at 10:05, Honnappa Nagarahalli wrote: > Hi Bala, >I am trying to catch up on this conversation. I have few questions here, > not sure if they are discussed already. > > 1) Why is there a need for such large number of queues

Re: [lng-odp] [MONARCH PATCH] git_hash: handle git worktree

2016-11-18 Thread Bogdan Pricope
Roger. On 18 November 2016 at 12:25, Nicolas Morey-Chaisemartin wrote: > Hi everyone, > > Could someone using gmail confirm that my mail didn't end up in your junk > folder please :) > > Nicolas > > Le 11/18/2016 à 11:18 AM, Nicolas Morey-Chaisemartin a écrit : > > In git

Re: [lng-odp] [MONARCH PATCH] git_hash: handle git worktree

2016-11-18 Thread Nicolas Morey-Chaisemartin
Hi everyone, Could someone using gmail confirm that my mail didn't end up in your junk folder please :) Nicolas Le 11/18/2016 à 11:18 AM, Nicolas Morey-Chaisemartin a écrit : > In git worktrees .git is a file and not a directory. > This patches replaces [ -d .git ] test by [ -e .git ] > so it

[lng-odp] [MONARCH PATCH] git_hash: handle git worktree

2016-11-18 Thread Nicolas Morey-Chaisemartin
In git worktrees .git is a file and not a directory. This patches replaces [ -d .git ] test by [ -e .git ] so it works in both cases Signed-off-by: Nicolas Morey-Chaisemartin --- scripts/git_hash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [lng-odp] [PATCH] travis: linux-gen: add dpdk pktio

2016-11-18 Thread Anders Roxell
On 7 November 2016 at 16:49, Maxim Uvarov wrote: > Turn on linux-generic dpdk and pcap pktios with their validation > tests. > > Signed-off-by: Maxim Uvarov > --- > .travis.yml | 22 ++ > 1 file changed, 18 insertions(+), 4