Re: [lng-odp] classifier with pktio in ODP_PKTIN_MODE_QUEUE

2017-11-09 Thread Bala Manoharan
Hi, Both these modes cannot co-exist. There is a parameter 'classifier_enable' and 'hash_enable' as part of odp_pktin_queue_param_t which is used to identify whether classifier or hashing is enabled for a particular pktio interface. Both classifier and hash configuration are orthogonal and only o

[lng-odp] classifier with pktio in ODP_PKTIN_MODE_QUEUE

2017-11-09 Thread Liron Himi
Hi, I'm trying to understand how odp-classifier can work with PKTIO in ODP_PKTIN_MODE_QUEUE mode, as this combination is allow in the API. When configuring PKTIO in ODP_PKTIN_MODE_QUEUE then application should call 'odp_pktin_event_queue' to retrieve the odp-queues. When application create a cos