Drop no longer needed bnx2x patch, the gcc false positive has been fixed

This commit is contained in:
Panu Matilainen 2016-03-01 15:11:07 +02:00
parent 587202f673
commit 847f834b03
2 changed files with 4 additions and 15 deletions

View File

@ -1,12 +0,0 @@
diff -up ./drivers/net/bnx2x/bnx2x.h.bnx2x ./drivers/net/bnx2x/bnx2x.h
--- ./drivers/net/bnx2x/bnx2x.h.bnx2x 2016-02-15 15:05:01.900577388 -0500
+++ ./drivers/net/bnx2x/bnx2x.h 2016-02-15 15:06:26.037956379 -0500
@@ -1608,7 +1608,7 @@ void bnx2x_reg_write32(struct bnx2x_soft
#define INIT_DMAE_C(sc) ((SC_PORT(sc) * MAX_DMAE_C_PER_PORT) + SC_VN(sc))
#define PMF_DMAE_C(sc) ((SC_PORT(sc) * MAX_DMAE_C_PER_PORT) + E1HVN_MAX)
-static const uint32_t dmae_reg_go_c[] = {
+static const uint32_t dmae_reg_go_c[] __attribute__((unused)) = {
DMAE_REG_GO_C0, DMAE_REG_GO_C1, DMAE_REG_GO_C2, DMAE_REG_GO_C3,
DMAE_REG_GO_C4, DMAE_REG_GO_C5, DMAE_REG_GO_C6, DMAE_REG_GO_C7,
DMAE_REG_GO_C8, DMAE_REG_GO_C9, DMAE_REG_GO_C10, DMAE_REG_GO_C11,

View File

@ -10,7 +10,7 @@
Name: dpdk
Version: 2.2.0
Release: 5%{?dist}
Release: 6%{?dist}
URL: http://dpdk.org
Source: http://dpdk.org/browse/dpdk/snapshot/dpdk-%{version}.tar.gz
@ -20,7 +20,6 @@ Patch4: dpdk-2.2-examples.patch
Patch5: dpdk-2.2-punning.patch
Patch6: dpdk-2.2-indent.patch
Patch7: dpdk-2.2-shift.patch
Patch8: dpdk-2.2-bnx2x-fixes.patch
Patch9: dpdk-2.2-ixgbe-fixes.patch
Patch10: dpdk-2.2-ixgbe-ethdev-fixes.patch
Patch11: dpdk-2.2-ixgbe-pf-fixes.patch
@ -120,7 +119,6 @@ as L2 and L3 forwarding.
%patch5 -p1 -z .pun
%patch6 -p1 -z .indent
%patch7 -p1 -z .shift
%patch8 -p1 -z .bnx2x
%patch9 -p1 -z .ixgbe
%patch10 -p1 -z .ixgbe_ethdev
%patch11 -p1 -z .ixgbe_pf
@ -294,6 +292,9 @@ install -m 644 ${comblib} %{buildroot}/%{_libdir}/${comblib}
%endif
%changelog
* Tue Mar 01 2016 Panu Matilainen <pmatilai@redhat.com> - 2.2.0-6
- Drop no longer needed bnx2x patch, the gcc false positive has been fixed
* Mon Feb 15 2016 Neil Horman <nhorman@redhat.com> 2.2.0-5
- Fix ftbfs isssue (1307431)