Re: [dpdk-dev] [PATCH v2] eventdev: clarify atomic and ordered queue config

2017-05-17 Thread Jerin Jacob
-Original Message- > Date: Mon, 15 May 2017 14:40:14 -0500 > From: Gage Eads > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com > Subject: [PATCH v2] eventdev: clarify atomic and ordered queue config > X-Mailer: git-send-email 2.7.4 > > The nb_atomic_flows and nb_atomic_order_sequenc

Re: [dpdk-dev] [PATCH v2] eventdev: clarify atomic and ordered queue config

2017-05-15 Thread Jerin Jacob
-Original Message- > Date: Mon, 15 May 2017 14:40:14 -0500 > From: Gage Eads > To: dev@dpdk.org > CC: jerin.ja...@caviumnetworks.com > Subject: [PATCH v2] eventdev: clarify atomic and ordered queue config > X-Mailer: git-send-email 2.7.4 > > The nb_atomic_flows and nb_atomic_order_sequenc

[dpdk-dev] [PATCH v2] eventdev: clarify atomic and ordered queue config

2017-05-15 Thread Gage Eads
The nb_atomic_flows and nb_atomic_order_sequences fields are only inspected if the queue is configured for atomic or ordered scheduling, respectively. This commit updates the documentation to reflect that. Signed-off-by: Gage Eads --- v2: Fixed doxygen output issue and tweaked the ranges lib/li