Re: [dpdk-dev] [PATCH] eventdev: fix missing update to Rx adaper WRR position

2018-06-11 Thread Jerin Jacob
-Original Message- > Date: Sun, 3 Jun 2018 17:11:08 +0530 > From: Nikhil Rao > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao , sta...@dpdk.org > Subject: [PATCH] eventdev: fix missing update to Rx adaper WRR position > X-Mailer: git-send-email 1.8.3.1 > > After dequeui

[dpdk-dev] [PATCH] eventdev: fix missing update to Rx adaper WRR position

2018-06-03 Thread Nikhil Rao
After dequeuing Rx packets and enqueueing them to the temporary buffer towards eventdev, the packet Rx loop exits if the temporary buffer is full but the current WRR position is not saved. Save away the current value of the WRR position, so packets are dequeued from the correct Rx queue in the nex