Re: [lng-odp] [PATCH v2] linux-generic: pktio: enable classifier only when needed

2015-09-30 Thread Maxim Uvarov
Merged, Maxim. On 09/29/15 11:14, Bala Manoharan wrote: Reviewed-by: Balasubramanian Manoharan On 28 September 2015 at 20:22, Petri Savolainen wrote: Packet input does not call packet_classifier function when there are no cos (pmr, default cos or l2/l3 table) set for the pktio interface. Si

Re: [lng-odp] [PATCH v2] linux-generic: pktio: enable classifier only when needed

2015-09-29 Thread Bala Manoharan
Reviewed-by: Balasubramanian Manoharan On 28 September 2015 at 20:22, Petri Savolainen wrote: > Packet input does not call packet_classifier function when > there are no cos (pmr, default cos or l2/l3 table) set for > the pktio interface. > > Signed-off-by: Petri Savolainen > --- > .../linux-g

[lng-odp] [PATCH v2] linux-generic: pktio: enable classifier only when needed

2015-09-28 Thread Petri Savolainen
Packet input does not call packet_classifier function when there are no cos (pmr, default cos or l2/l3 table) set for the pktio interface. Signed-off-by: Petri Savolainen --- .../linux-generic/include/odp_packet_io_internal.h | 10 +++ platform/linux-generic/odp_classification.c| 5 ++