Home
last modified time | relevance | path

Searched hist:"88 aef2f51c9e3640268aca04a256b8f26cf6bdff" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.cdiff 88aef2f51c9e3640268aca04a256b8f26cf6bdff Tue Oct 17 02:33:56 CDT 2017 Netanel Belgazal <netanel@amazon.com> net: ena: improve ENA driver boot time.

The ena admin commands timeout is in resolutions of 100ms.
Therefore, When the driver works in polling mode, it sleeps for 100ms
each time. The overall boot time of the ENA driver is ~1.5 sec.
To reduce the boot time, This change modifies the granularity of
the sleeps to 5ms.
This change improves the boot time to 220ms.

Signed-off-by: Netanel Belgazal <netanel@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>