From: Dmitry Safonov <[email protected]> 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.

