[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180115.130936.1345693036896474880.davem@davemloft.net>
Date: Mon, 15 Jan 2018 13:09:36 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: dima@...sta.com
Cc: linux-kernel@...r.kernel.org, 0x7f454c46@...il.com, arnd@...db.de,
dwindsor@...il.com, edumazet@...gle.com, mingo@...nel.org,
johannes.berg@...el.com, mark.rutland@....com, rrendec@...sta.com,
elena.reshetova@...el.com, netdev@...r.kernel.org
Subject: Re: [PATCH 3/5] pktgen: Add behavior flag names array -
pkt_flag_names
From: Dmitry Safonov <dima@...sta.com>
Date: Tue, 9 Jan 2018 13:55:33 +0000
> +#define pf(flag) __stringify(flag),
> +char *pkt_flag_names[] = {
> + PKT_FLAGS
> +};
> +#undef pf
This should be static, also you don't use this table in this patch. You
should add the table in the patch that actually uses the table.
Powered by blists - more mailing lists