Re: [lng-odp] [EXT] Re: PKTIO and classification

2017-07-27 Thread Liron Himi
Hi Bala, By pktin queues you are referring to ‘num _queues’ and ‘queue_param’ as part of the odp_pktin_queu_param_t? Odp 1.15 API have the following: /** Number of input queues to be created * * When classifier is enabled in odp_pktin_queue_con

[lng-odp] [PATCH v2 0/2] fix odp shm dir

2017-07-27 Thread Github ODP bot
fix odp shm dir. That also I hope will make Linaro CI happy with using ODP_SHM_DIR under docker. github /** Email created from pull request 88 (muvarov:master_fix_odp_shm_dir) ** https://github.com/Linaro/odp/pull/88 ** Patch: https://github.com/Linaro/od

[lng-odp] [PATCH v2 1/2] linux-gen: fdserver: fix fdserver work if ODP_SHM_DIR is exported

2017-07-27 Thread Github ODP bot
From: Maxim Uvarov If ODP_SHM_DIR=/tmp is exported shmem test failed due to searching in wrong path. Signed-off-by: Maxim Uvarov --- /** Email created from pull request 88 (muvarov:master_fix_odp_shm_dir) ** https://github.com/Linaro/odp/pull/88 ** Patch: https://github.com/Linaro/odp/pull/88

[lng-odp] [PATCH v2 2/2] travis: add check for ODP_SHM_DIR

2017-07-27 Thread Github ODP bot
From: Maxim Uvarov Signed-off-by: Maxim Uvarov --- /** Email created from pull request 88 (muvarov:master_fix_odp_shm_dir) ** https://github.com/Linaro/odp/pull/88 ** Patch: https://github.com/Linaro/odp/pull/88.patch ** Base sha: f4f7679d16917d9a7c1b2220e351fd27733ee96b ** Merge commit sha:

Re: [lng-odp] merge master to api-next

2017-07-27 Thread Maxim Uvarov
Looks like everything is fine: https://github.com/Linaro/odp/pull/71 Brian do you want to add your review to final patch? If no more objection I'm merging this and will work on merging other patches in the queue. Maxim. On 26 July 2017 at 22:33, Maxim Uvarov wrote: > Updated pull request.

Re: [lng-odp] [EXT] Re: PKTIO and classification

2017-07-27 Thread Bala Manoharan
On 27 July 2017 at 13:13, Liron Himi wrote: > Hi Bala, > > > > By pktin queues you are referring to ‘num _*queues’ and ‘queue*_param’ as > part of the odp_pktin_queu_param_t? > > > > Odp 1.15 API have the following: > > /** Number of input queues to be created > >

Re: [lng-odp] merge master to api-next

2017-07-27 Thread Bill Fischofer
On Thu, Jul 27, 2017 at 6:04 AM, Maxim Uvarov wrote: > Looks like everything is fine: > > https://github.com/Linaro/odp/pull/71 > > Brian do you want to add your review to final patch? If no more objection > I'm merging this and will work on merging other patches in the queue. > Why is checkpat

Re: [lng-odp] merge master to api-next

2017-07-27 Thread Maxim Uvarov
but in script logic to check merges. git format-patch generates big number of patches if merge is seen. It was before and we did not fix it yet. On 27 July 2017 at 14:50, Bill Fischofer wrote: > > > On Thu, Jul 27, 2017 at 6:04 AM, Maxim Uvarov > wrote: > >> Looks like everything is fine: >> >>

[lng-odp] [Linaro/odp] c444e1: linux-gen: fdserver: fix fdserver work if ODP_SHM_...

2017-07-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: c444e19382a27c5d15e537f55c90a03963b86901 https://github.com/Linaro/odp/commit/c444e19382a27c5d15e537f55c90a03963b86901 Author: Maxim Uvarov Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M platfor

[lng-odp] [Linaro/odp] 422ed4: travis: cache dpdk directory

2017-07-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 422ed4f2be27223b53c39a3d3f7b973781a6a420 https://github.com/Linaro/odp/commit/422ed4f2be27223b53c39a3d3f7b973781a6a420 Author: Matias Elo Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M .travis.y

[lng-odp] [Linaro/odp] b6308d: travis: enable ccache and pip cache

2017-07-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: b6308d6f7cf7bf42b5ff6807ae659db83a66ce78 https://github.com/Linaro/odp/commit/b6308d6f7cf7bf42b5ff6807ae659db83a66ce78 Author: Dmitry Eremin-Solenikov Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths:

[lng-odp] [Linaro/odp] c84d3a: example:use dpdk pktio with examples

2017-07-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: c84d3a864bf6471b2a1d433ad378c3b609460e5d https://github.com/Linaro/odp/commit/c84d3a864bf6471b2a1d433ad378c3b609460e5d Author: Balakrishna Garapati Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths: M

[lng-odp] [Linaro/odp] ed136f: configure: remove non-standard test usage

2017-07-27 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: ed136f929f0edf2edd4bb8cf2243b678b5f5971e https://github.com/Linaro/odp/commit/ed136f929f0edf2edd4bb8cf2243b678b5f5971e Author: Dmitry Eremin-Solenikov Date: 2017-07-27 (Thu, 27 Jul 2017) Changed paths:

Re: [lng-odp] merge master to api-next

2017-07-27 Thread Brian Brooks
On 07/27 14:04:24, Maxim Uvarov wrote: > Looks like everything is fine: > > https://github.com/Linaro/odp/pull/71 > > Brian do you want to add your review to final patch? If no more objection > I'm merging this and will work on merging other patches in the queue. For ca08c5c810, Signed-off-by:

[lng-odp] [Linaro/odp] ceeab6: travis: add cross-compilation checks

2017-07-27 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: ceeab69f3af67701adb524c7b9757d19cefb1110 https://github.com/Linaro/odp/commit/ceeab69f3af67701adb524c7b9757d19cefb1110 Author: Dmitry Eremin-Solenikov Date: 2017-06-30 (Fri, 30 Jun 2017) Changed paths:

Re: [lng-odp] merge master to api-next

2017-07-27 Thread Maxim Uvarov
Merged. On 07/20/2017 08:15 PM, Brian Brooks wrote: On 07/27 14:04:24, Maxim Uvarov wrote: Looks like everything is fine: https://github.com/Linaro/odp/pull/71 Brian do you want to add your review to final patch? If no more objection I'm merging this and will work on merging other patches in

Re: [lng-odp] Issues with scalable scheduler

2017-07-27 Thread Kevin Wang
Hi Dmitry, This issue is caused by the IPsec test suite trys to call odp_queue_deq() directly for a SCHED type queue which is not allowed from ODP API doc. For a SCHED type queue, the API doc indicates it must call odp_schedule() rather than odp_queue_deq(). So we may need to identify the queue typ

Re: [lng-odp] Issues with scalable scheduler

2017-07-27 Thread Bill Fischofer
On Thu, Jul 27, 2017 at 10:14 AM, Kevin Wang wrote: > Hi Dmitry, > This issue is caused by the IPsec test suite trys to call odp_queue_deq() > directly for a SCHED type queue which is not allowed from ODP API doc. > For a SCHED type queue, the API doc indicates it must call odp_schedule() > rathe

[lng-odp] [API-NEXTv5 1/3] api: classification: add support for packet hashing in classification

2017-07-27 Thread Balasubramanian Manoharan
Enable packet hashing per CoS to be able to distribute incoming packets to multiple queues linked with a CoS. Signed-off-by: Balasubramanian Manoharan --- include/odp/api/spec/classification.h | 90 +-- 1 file changed, 85 insertions(+), 5 deletions(-) diff --git

[lng-odp] [API-NEXTv5 2/3] linux-generic: add toeplitz hash algorithm

2017-07-27 Thread Balasubramanian Manoharan
Adds toeplitz hash algorithm implementation for RSS hashing Signed-off-by: Balasubramanian Manoharan --- platform/linux-generic/include/protocols/thash.h | 108 +++ 1 file changed, 108 insertions(+) create mode 100644 platform/linux-generic/include/protocols/thash.h diff --

[lng-odp] [API-NEXTv5 3/3] linux-generic: classification implement packet hashing

2017-07-27 Thread Balasubramanian Manoharan
implementation for packet hashing on classification Signed-off-by: Balasubramanian Manoharan --- .../include/odp_classification_datamodel.h | 32 ++- .../include/odp_classification_internal.h | 7 + platform/linux-generic/odp_classification.c| 234 ++--

[lng-odp] [PATCHv1] fix: classifier_enable field update for classification test cases

2017-07-27 Thread Balasubramanian Manoharan
classifier_enable field in odp_pktin_queue_param_t has to set to true for classification test suite to function correctly. Signed-off-by: Balasubramanian Manoharan --- .../validation/api/classification/odp_classification_common.c | 2 ++ .../validation/api/classification/odp_classifica

[lng-odp] [PATCHv1] test: classification: fix: update odp_pktin_queue_param_t

2017-07-27 Thread Balasubramanian Manoharan
classifier_enable field in odp_pktin_queue_param_t has to set to true for classification test suite to function correctly. Signed-off-by: Balasubramanian Manoharan --- .../validation/api/classification/odp_classification_common.c | 2 ++ .../validation/api/classification/odp_classifica

Re: [lng-odp] Issues with scalable scheduler

2017-07-27 Thread Dmitry Eremin-Solenikov
On 27 July 2017 at 18:14, Kevin Wang wrote: > Hi Dmitry, > This issue is caused by the IPsec test suite trys to call odp_queue_deq() > directly for a SCHED type queue which is not allowed from ODP API doc. > For a SCHED type queue, the API doc indicates it must call odp_schedule() > rather than od

Re: [lng-odp] [PATCHv1] test: classification: fix: update odp_pktin_queue_param_t

2017-07-27 Thread Maxim Uvarov
test also should test case if flag is false. Maxim. On 07/27/17 16:26, Balasubramanian Manoharan wrote: > classifier_enable field in odp_pktin_queue_param_t has to set to true > for classification test suite to function correctly. > > Signed-off-by: Balasubramanian Manoharan > --- > .../valida

[lng-odp] [Bug 3162] Scalable scheduler will hang in a situation when other schedulers work correctly

2017-07-27 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3162 Dmitry Eremin-Solenikov changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRM