* [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc
@ 2015-02-27 5:19 Tetsuya Mukawa
2015-02-27 16:57 ` Mcnamara, John
0 siblings, 1 reply; 3+ messages in thread
From: Tetsuya Mukawa @ 2015-02-27 5:19 UTC (permalink / raw)
To: dev
This patch fixes following errors with icc.
rte_eth_null.c(47): error #83:
type qualifier specified more than once
Reported-by: Mcnamara, John <john.mcnamara@intel.com>
Signed-off-by: Tetsuya Mukawa <mukawa@igel.co.jp>
---
lib/librte_pmd_null/rte_eth_null.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_pmd_null/rte_eth_null.c b/lib/librte_pmd_null/rte_eth_null.c
index f8d7023..f7ef904 100644
--- a/lib/librte_pmd_null/rte_eth_null.c
+++ b/lib/librte_pmd_null/rte_eth_null.c
@@ -44,7 +44,7 @@
static unsigned default_packet_size = 64;
static unsigned default_packet_copy;
-static const char const *valid_arguments[] = {
+static const char *valid_arguments[] = {
ETH_NULL_PACKET_SIZE_ARG,
ETH_NULL_PACKET_COPY_ARG,
NULL
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc
2015-02-27 5:19 [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc Tetsuya Mukawa
@ 2015-02-27 16:57 ` Mcnamara, John
2015-02-27 23:21 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2015-02-27 16:57 UTC (permalink / raw)
To: Tetsuya Mukawa, dev
> -----Original Message-----
> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp]
> Sent: Friday, February 27, 2015 5:20 AM
> To: dev@dpdk.org
> Cc: Mcnamara, John; Tetsuya Mukawa
> Subject: [PATCH] librte_pmd_null: Fix build issue with icc
>
> This patch fixes following errors with icc.
Confirmed that this fixes the issue with ICC 13.1.1.
Acked-by: John McNamara <john.mcnamara@intel.com>
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc
2015-02-27 16:57 ` Mcnamara, John
@ 2015-02-27 23:21 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-02-27 23:21 UTC (permalink / raw)
To: Tetsuya Mukawa; +Cc: dev
> > This patch fixes following errors with icc.
>
>
> Confirmed that this fixes the issue with ICC 13.1.1.
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-27 23:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 5:19 [dpdk-dev] [PATCH] librte_pmd_null: Fix build issue with icc Tetsuya Mukawa
2015-02-27 16:57 ` Mcnamara, John
2015-02-27 23:21 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).