> -----Original Message-----
> From: Ori Kam <or...@nvidia.com>
> Sent: Tuesday, December 29, 2020 12:13 PM
> To: Stephen Hemminger <step...@networkplumber.org>; Shiri Kuzin
> <shi...@nvidia.com>
> Cc: dev@dpdk.org; Slava Ovsiienko <viachesl...@nvidia.com>; NBU-
> Contact-Adrien Mazarguil <adrien.mazarg...@6wind.com>;
> ferruh.yi...@intel.com; NBU-Contact-Thomas Monjalon
> <tho...@monjalon.net>; Raslan Darawsheh <rasl...@nvidia.com>
> Subject: RE: [dpdk-dev] [PATCH 1/8] lib/librte_ethdev: introduce GENEVE
> header TLV option item
>
>
>
> > -----Original Message-----
> > From: Stephen Hemminger <step...@networkplumber.org>
> >
> > On Sun, 27 Dec 2020 18:06:16 +0200
> > Shiri Kuzin <shi...@nvidia.com> wrote:
> >
> > > +#ifdef PEDANTIC
> > > +#pragma GCC diagnostic ignored "-Wpedantic"
> > > +#endif
> >
> > Please do not introduce pragma's for pedantic in standard headers.
> > It just clutters the code unnecessarily. The rest of DPDK is not
> > guaranteed to be free of pedantic warnings, so starting now is not worth
> the mess.
>
> +1
>
> Thanks,
> Ori
Thank you for the comment.
I will update it in the revised patch set.
Thanks,
Shiri.