Re: [lng-odp] [API-NEXTv5 1/3] api: classification: add support for packet hashing in classification

2017-07-28 Thread Bill Fischofer
Doxygen needs work: bill@Ubuntu64:~/linaro/api-next$ make doxygen-doc DXGEN doc/application-api-guide/Doxyfile /home/bill/linaro/api-next/include/odp/api/spec/classification.h:184: warning: Member num_queue (variable) of class odp_cls_cos_param is not documented. /home/bill/linaro/api-next/incl

[lng-odp] [API-NEXTv5 1/3] api: classification: add support for packet hashing in classification

2017-07-27 Thread Balasubramanian Manoharan
Enable packet hashing per CoS to be able to distribute incoming packets to multiple queues linked with a CoS. Signed-off-by: Balasubramanian Manoharan --- include/odp/api/spec/classification.h | 90 +-- 1 file changed, 85 insertions(+), 5 deletions(-) diff --git