Re: [lng-odp] [API-NEXT v3] doc: user-guide documentation for classification

2016-02-28 Thread Christophe Milard
Hi Bala. Just sent you a patch that you can apply on the top of this to correct a few formating issues.I assume you will agree. You can sent V6 with my review (see patch comments), as this document makes sense to me. It would be nice to add a section on writting PMRs (with code exemples) in the

[lng-odp] [API-NEXT PATCH] validation: pktio: fix type on defining pktiout mode

2016-02-28 Thread Maxim Uvarov
pktio.c:562:31: error: implicit conversion from enumeration type 'enum odp_pktout_mode_t' to different enumeration type 'odp_pktin_mode_t' (aka 'enum odp_pktin_mode_t') [-Werror,-Wenum-conversion] odp_pktin_mode_t out_mode = ODP_PKTOUT_MODE_DIRECT; Signed-off-by: Maxim

Re: [lng-odp] [PATCH] Provide a generic function to invalidate a queue.

2016-02-28 Thread José Pekkarinen
On Friday 26 February 2016 08:58:05 EXT Bill Fischofer wrote: > You can set an odp_queue_t variable to ODP_QUEUE_INVALID as an initial > value but not as an alternative to odp_queue_destroy(). If you want to > defer the destroy operation that's fine, however you still need to remember > the

[lng-odp] [API-NEXT PATCH 3/3] doc: userguide: add PktIO chapter to ODP User Guide

2016-02-28 Thread Bill Fischofer
Signed-off-by: Bill Fischofer --- doc/users-guide/users-guide-pktio.adoc | 605 + doc/users-guide/users-guide.adoc | 2 + 2 files changed, 607 insertions(+) create mode 100644 doc/users-guide/users-guide-pktio.adoc diff --git

[lng-odp] [API-NEXT PATCH 1/3] doc: images: add gv file for pktio state machine

2016-02-28 Thread Bill Fischofer
The PktIO FSM state diagram is built using GraphViz. Add the files and associated Makefile and .gitignore changes needed to support this new file. Signed-off-by: Bill Fischofer --- doc/images/.gitignore | 1 + doc/images/Makefile.am | 14 +++---