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.

Reply via email to