[dpdk-dev] [PATCH 1/2 v2] kni: fix inverted function comments

2016-05-23 Thread Ferruh Yigit
On 5/21/2016 8:25 AM, Alex Wang wrote: > From: Alex Wang > > The 'mbufs' alloc/free descriptions for > 'rte_kni_tx_burst()' and 'rte_kni_rx_burst()' > should be inverted. > > Fixes: 3fc5ca2 (kni: initial import) > > Signed-off-by: Alex Wang Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH 1/2 v2] kni: fix inverted function comments

2016-05-21 Thread Alex Wang
From: Alex Wang The 'mbufs' alloc/free descriptions for 'rte_kni_tx_burst()' and 'rte_kni_rx_burst()' should be inverted. Fixes: 3fc5ca2 (kni: initial import) Signed-off-by: Alex Wang --- lib/librte_kni/rte_kni.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/