Re: [dpdk-dev] [PATCH v2] eventdev: clarify nb_links and nb_unlinks description

2017-02-16 Thread Bruce Richardson
On Tue, Feb 14, 2017 at 09:35:13AM +0530, Jerin Jacob wrote: > On Mon, Feb 13, 2017 at 09:52:53AM -0600, Gage Eads wrote: > > This commit clarifies the usage of nb_links and nb_unlinks when passing > > a NULL pointer as the queues argument. > > > > Signed-off-by: Gage Eads > > Acked-by: Jerin Ja

Re: [dpdk-dev] [PATCH v2] eventdev: clarify nb_links and nb_unlinks description

2017-02-13 Thread Jerin Jacob
On Mon, Feb 13, 2017 at 09:52:53AM -0600, Gage Eads wrote: > This commit clarifies the usage of nb_links and nb_unlinks when passing > a NULL pointer as the queues argument. > > Signed-off-by: Gage Eads Acked-by: Jerin Jacob > --- > Changes for v2: > - Clarify nb_links as well > > lib/libr

[dpdk-dev] [PATCH v2] eventdev: clarify nb_links and nb_unlinks description

2017-02-13 Thread Gage Eads
This commit clarifies the usage of nb_links and nb_unlinks when passing a NULL pointer as the queues argument. Signed-off-by: Gage Eads --- Changes for v2: - Clarify nb_links as well lib/librte_eventdev/rte_eventdev.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/l