> -----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
- [dpdk-dev] [PATCH 0/8] ethdev: introduce GENEVE header T... Shiri Kuzin
- [dpdk-dev] [PATCH 1/8] lib/librte_ethdev: introduce... Shiri Kuzin
- Re: [dpdk-dev] [PATCH 1/8] lib/librte_ethdev: i... Stephen Hemminger
- Re: [dpdk-dev] [PATCH 1/8] lib/librte_ethde... Ori Kam
- Re: [dpdk-dev] [PATCH 1/8] lib/librte_e... Shiri Kuzin
- [dpdk-dev] [PATCH 3/8] common/mlx5: check GENEVE TL... Shiri Kuzin
- [dpdk-dev] [PATCH 2/8] app/testpmd: add GENEVE opti... Shiri Kuzin
- [dpdk-dev] [PATCH 5/8] net/mlx5: create GENEVE TLV ... Shiri Kuzin
- [dpdk-dev] [PATCH 4/8] common/mlx5: create GENEVE T... Shiri Kuzin
- [dpdk-dev] [PATCH 6/8] net/mlx5: add GENEVE TLV opt... Shiri Kuzin
- [dpdk-dev] [PATCH 7/8] net/mlx5: add GENEVE TLV opt... Shiri Kuzin
- [dpdk-dev] [PATCH 8/8] doc: update GENEVE TLV optio... Shiri Kuzin
- [dpdk-dev] [PATCH v2 0/8] ethdev: introduce GENEVE ... Shiri Kuzin