[dpdk-dev] [PATCH 1/3] bonding: fix ICC compile issue

2015-11-06 Thread Helin Zhang
It fixes compile issue on ICC 13.0.0. Error logs: rte_eth_bond_pmd.c(1327): error #188: enumerated type mixed with another type slave_eth_dev->data->dev_conf.rxmode.mq_mode |= ETH_MQ_RX_RSS; Signed-off-by: Helin Zhang --- drivers/net/bonding/rte_eth_bond_pmd.c | 3 ++- 1 file changed, 2

[dpdk-dev] [PATCH 1/3] bonding: fix ICC compile issue

2015-11-06 Thread De Lara Guarch, Pablo
Hi Helin, > -Original Message- > From: Zhang, Helin > Sent: Friday, November 06, 2015 7:49 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Zhang, Helin > Subject: [PATCH 1/3] bonding: fix ICC compile issue > > It fixes compile issue on ICC 13.0.0. > > Error logs: >