[dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc

2015-02-28 Thread Thomas Monjalon
> > This patch fixes following errors with icc. > > > Confirmed that this fixes the issue with ICC 13.1.1. > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc

2015-02-27 Thread Mcnamara, John
> -Original Message- > From: Tetsuya Mukawa [mailto:mukawa at igel.co.jp] > Sent: Friday, February 27, 2015 5:20 AM > To: dev at dpdk.org > Cc: Mcnamara, John; Tetsuya Mukawa > Subject: [PATCH] librte_pmd_null: Fix build issue with icc > > This patch fixes following errors with icc.

[dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc

2015-02-27 Thread Tetsuya Mukawa
This patch fixes following errors with icc. rte_eth_null.c(47): error #83: type qualifier specified more than once Reported-by: Mcnamara, John Signed-off-by: Tetsuya Mukawa --- lib/librte_pmd_null/rte_eth_null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git