Re: [lng-odp] [PATCH 3/5] validation: cls: test_pmr: don't create default input queue

2016-01-14 Thread Bala Manoharan
The reason for default input queue is coz thats how linux generic pktio works and as you said when running the same tests on HW the default input queue will be ignored and the packet will be processed correctly. Regards, Bala Regards, Bala On 14 January 2016 at 13:15, Ivan Khoronzhuk

Re: [lng-odp] [PATCH 3/5] validation: cls: test_pmr: don't create default input queue

2016-01-13 Thread Bala Manoharan
This patch does not apply maybe you need to rebase to HEAD. Regards, Bala Regards, Bala On 12 January 2016 at 23:41, Ivan Khoronzhuk wrote: > There is no need to create default input queue for pktio if > default CoS is assigned. > > Signed-off-by: Ivan Khoronzhuk

Re: [lng-odp] [PATCH 3/5] validation: cls: test_pmr: don't create default input queue

2016-01-13 Thread Ivan Khoronzhuk
On 14.01.16 07:52, Bala Manoharan wrote: This patch does not apply maybe you need to rebase to HEAD. Regards, Bala Regards, Bala I will re-base, but this patch still has questions. Like, do we need to assign default input queue if it's not supposed to be used and completely replaced by

[lng-odp] [PATCH 3/5] validation: cls: test_pmr: don't create default input queue

2016-01-12 Thread Ivan Khoronzhuk
There is no need to create default input queue for pktio if default CoS is assigned. Signed-off-by: Ivan Khoronzhuk --- .../classification/odp_classification_test_pmr.c | 54 -- 1 file changed, 54 deletions(-) diff --git