[dpdk-dev] [PATCH v2] ixgbe: fix occasional timeouts when starting VF

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Apr 5 17:47:57 CEST 2016


2016-04-05 15:55, Bernard Iremonger:
> -		poll_ms = 10;
> +		poll_ms = RTE_IXGBE_REGISTER_POLL_WAIT_15_MS;
[...]
>  #define RTE_IXGBE_REGISTER_POLL_WAIT_10_MS  10
> +#define RTE_IXGBE_REGISTER_POLL_WAIT_15_MS  15
>  #define RTE_IXGBE_WAIT_100_US               100

I don't understand why these constants are needed.
There is no semantic, just an arbitrary number.


More information about the dev mailing list