Re: [lng-odp] [API-NEXT/PATCH] fix: classification: add null check for pool assigned to CoS

2015-12-19 Thread Maxim Uvarov
Merged, Maxim. On 12/17/2015 17:54, Bala Manoharan wrote: Ping. On 11 December 2015 at 14:07, Maxim Uvarov wrote: Reviewed-and-Tested-by: Maxim Uvarov On 12/11/2015 11:34, Balasubramanian Manoharan wrote: Fixes a crash caused by pool not assigned to CoS. Signed-off-by: Balasubramanian Man

Re: [lng-odp] [API-NEXT/PATCH] fix: classification: add null check for pool assigned to CoS

2015-12-17 Thread Bala Manoharan
Ping. On 11 December 2015 at 14:07, Maxim Uvarov wrote: > > Reviewed-and-Tested-by: Maxim Uvarov > > On 12/11/2015 11:34, Balasubramanian Manoharan wrote: >> >> Fixes a crash caused by pool not assigned to CoS. >> >> Signed-off-by: Balasubramanian Manoharan >> --- >> platform/linux-generic/pk

Re: [lng-odp] [API-NEXT/PATCH] fix: classification: add null check for pool assigned to CoS

2015-12-11 Thread Maxim Uvarov
Reviewed-and-Tested-by: Maxim Uvarov On 12/11/2015 11:34, Balasubramanian Manoharan wrote: Fixes a crash caused by pool not assigned to CoS. Signed-off-by: Balasubramanian Manoharan --- platform/linux-generic/pktio/pktio_common.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)

[lng-odp] [API-NEXT/PATCH] fix: classification: add null check for pool assigned to CoS

2015-12-11 Thread Balasubramanian Manoharan
Fixes a crash caused by pool not assigned to CoS. Signed-off-by: Balasubramanian Manoharan --- platform/linux-generic/pktio/pktio_common.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/linux-generic/pktio/pktio_common.c b/platform/linux-generic/pktio/pktio_co