Set of libraries and drivers for fast packet processing
Go to file
Aaron Conole f8c235c907 dpdk.spec: Do not avoid array-bounds warning by patching the sources
By changing the array size to work around a spurious warning from gcc,
we run the risk of breaking future code which may rely on the array's
size (using, ex: sizeof). Since this array-bounds failure is the product
of gcc-5.x, and not actually an error here, it can safely be ignored.

We need to keep the -Wformat warning, however, because that will trigger
build errors in some of the PMD builds.

Signed-off-by: Aaron Conole <aconole@redhat.com>
Acked-by: Neil Horman <nhorman@redhat.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
2015-10-02 13:09:31 -04:00
.gitignore Resolves: bz 1256137 2015-08-27 10:22:53 -04:00
dpdk-config.patch Resolves: bz 1256137 2015-08-27 10:22:53 -04:00
dpdk.spec dpdk.spec: Do not avoid array-bounds warning by patching the sources 2015-10-02 13:09:31 -04:00
enic-pun-fix.patch Resolves: bz 1256137 2015-08-27 10:22:53 -04:00
sources Resolves: bz 1256137 2015-08-27 10:22:53 -04:00