[dpdk-dev] [PATCH v6 8/8] l3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch

Stephen Hemminger stephen at networkplumber.org
Sun Mar 1 00:00:12 CET 2015


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




More information about the dev mailing list