[dpdk-dev] [PATCH 1/2] rte_kni: Fix documentation.

2016-05-23 Thread ALeX Wang
Sorry for the delayed reply, just sent V2~ On 18 May 2016 at 03:33, Ferruh Yigit wrote: > On 5/14/2016 7:22 PM, Alex Wang wrote: > > From: Alex Wang > > > > The 'mbufs' alloc/free descriptions for 'rte_kni_tx_burst()' > > and 'rte_kni_rx_burst()' should be inverted. > > > > Signed-off-by: Alex

[dpdk-dev] [PATCH 1/2] rte_kni: Fix documentation.

2016-05-18 Thread Ferruh Yigit
On 5/14/2016 7:22 PM, Alex Wang wrote: > From: Alex Wang > > The 'mbufs' alloc/free descriptions for 'rte_kni_tx_burst()' > and 'rte_kni_rx_burst()' should be inverted. > > Signed-off-by: Alex Wang > --- > lib/librte_kni/rte_kni.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-)

[dpdk-dev] [PATCH 1/2] rte_kni: Fix documentation.

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