[dpdk-dev] [PATCH 3/3] kni: rx loop was using the wrong counter

2015-06-04 Thread Bruce Richardson
On Wed, Jun 03, 2015 at 02:18:57PM -0500, Jay Rolette wrote: > Loop processing packets dequeued from rx_q was using the number of > packets requested, not how many it actually received. > > Variable rename to make code a little more clear > > Signed-off-by: Jay Rolette s/more clear/clearer/ Ac

[dpdk-dev] [PATCH 3/3] kni: rx loop was using the wrong counter

2015-06-03 Thread Jay Rolette
Loop processing packets dequeued from rx_q was using the number of packets requested, not how many it actually received. Variable rename to make code a little more clear Signed-off-by: Jay Rolette --- lib/librte_eal/linuxapp/kni/kni_net.c | 14 +++--- 1 file changed, 7 insertions(+), 7

[dpdk-dev] [PATCH 3/3] kni: rx loop was using the wrong counter

2015-06-03 Thread Jay Rolette
Loop processing packets dequeued from rx_q was using the number of packets requested, not how many it actually received. Variable rename to make code a little more clear Signed-off-by: Jay Rolette --- lib/librte_eal/linuxapp/kni/kni_net.c | 14 +++--- 1 file changed, 7 insertions(+), 7