numam-dpdk/drivers
Jingjing Wu 1bed3a34d5 net/i40e/base: reduce wait time for adminq command
When sending an adminq command, we wait for the command to complete in
a loop. This loop waits for an entire millisecond, when in practice the
adminq command is processed often much faster.

Change the loop to use i40e_usec_delay instead, and wait for 50 usecs
each time instead. This appears to be about the minimum time required,
based on some manual observation and testing.

The primary benefit of this change is reducing latency of various
operations in the PF driver, especially when related to having a large
number of VFs enabled.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
2017-04-04 18:59:46 +02:00
..
crypto ring: return remaining entry count when dequeuing 2017-03-29 22:32:20 +02:00
mempool mempool: move stack handler as a driver 2017-04-03 19:45:45 +02:00
net net/i40e/base: reduce wait time for adminq command 2017-04-04 18:59:46 +02:00
Makefile mempool: move ring handler as a driver 2017-04-03 19:45:45 +02:00