Accepting request 404208 from home:markoschandras:network-fixes

- Add upstream patches to fix building with gcc >= 6
  * 0100-kni-fix-build-with-gcc-6.patch
  * 0101-ixgbe-fix-uninitialized-warning.patch
  * 0102-ixgbe-fix-constant-sign-in-left-shift-operator.patch
  * 0103-e1000-base-Add-missing-braces-to-the-if-statements.patch
  * 0104-igb-fix-constant-sign-in-left-shift-operator.patch
  * 0105-e1000-fix-missing-link-interrupt-check-brackets.patch
  * 0106-app-test-fix-missing-brackets.patch
  * 0107-examples-ip_pipeline-use-unsigned-constants-for-left.patch

OBS-URL: https://build.opensuse.org/request/show/404208
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=9
This commit is contained in:
Nirmoy Das
2016-06-23 10:41:55 +00:00
committed by Git OBS Bridge
parent dad1d915f7
commit 77f1f98e47
10 changed files with 449 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jun 23 09:56:05 UTC 2016 - mchandras@suse.de
- Add upstream patches to fix building with gcc >= 6
* 0100-kni-fix-build-with-gcc-6.patch
* 0101-ixgbe-fix-uninitialized-warning.patch
* 0102-ixgbe-fix-constant-sign-in-left-shift-operator.patch
* 0103-e1000-base-Add-missing-braces-to-the-if-statements.patch
* 0104-igb-fix-constant-sign-in-left-shift-operator.patch
* 0105-e1000-fix-missing-link-interrupt-check-brackets.patch
* 0106-app-test-fix-missing-brackets.patch
* 0107-examples-ip_pipeline-use-unsigned-constants-for-left.patch
-------------------------------------------------------------------
Tue Jun 14 10:04:09 UTC 2016 - ndas@suse.de