On Fri, 27 Feb 2015 12:56:16 +0800
Cunming Liang <cunming.liang at intel.com> wrote:

> +/* ethernet addresses of ports */
> +static rte_spinlock_t locks[RTE_MAX_ETHPORTS];

Comment is incorrect this is a lock array not an address array.


>  static struct rte_eth_conf port_conf = {
>       .rxmode = {
> -             .mq_mode        = ETH_MQ_RX_RSS,
> +             .mq_mode = ETH_MQ_RX_RSS,

Please don't mix white space changes with code changes


Reply via email to