Re: [lng-odp] [PATCH] linux-generic: only enable pktout when egress kind is pktio

2016-12-13 Thread Bala Manoharan
Reviewed-by: Balasubramanian Manoharan On 2 December 2016 at 13:12, wrote: > From: Xuelin Shi > > Signed-off-by: Xuelin Shi > --- > platform/linux-generic/odp_traffic_mngr.c | 5 ++--- > 1

Re: [lng-odp] [PATCH] linux-generic: only enable pktout when egress kind is pktio

2016-12-13 Thread Forrest Shi
Hi Bala, Would you please review this small fix? thanks, Forrest On 9 December 2016 at 20:31, Maxim Uvarov wrote: > Bala, > > please review TM patch. > > Thank you, > Maxim. > > On 12/08/16 04:58, Forrest Shi wrote: > > ping. > > > > This is a simple fix. > > The

Re: [lng-odp] [PATCH] linux-generic: only enable pktout when egress kind is pktio

2016-12-09 Thread Maxim Uvarov
Bala, please review TM patch. Thank you, Maxim. On 12/08/16 04:58, Forrest Shi wrote: > ping. > > This is a simple fix. > The original code skips the support of egress_kind as ODP_TM_EGRESS_FN > > On 2 December 2016 at 15:42, wrote: > >> From: Xuelin Shi

Re: [lng-odp] [PATCH] linux-generic: only enable pktout when egress kind is pktio

2016-12-07 Thread Forrest Shi
ping. This is a simple fix. The original code skips the support of egress_kind as ODP_TM_EGRESS_FN On 2 December 2016 at 15:42, wrote: > From: Xuelin Shi > > Signed-off-by: Xuelin Shi > --- >

[lng-odp] [PATCH] linux-generic: only enable pktout when egress kind is pktio

2016-12-02 Thread forrest.shi
From: Xuelin Shi Signed-off-by: Xuelin Shi --- platform/linux-generic/odp_traffic_mngr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform/linux-generic/odp_traffic_mngr.c