SHA256
1
0
forked from pool/dpdk

Accepting request 448521 from home:mvarlese:branches:network

- Added dependency on gcc6 to build for aarch64 (armv8a) successfully

- Added support to build code for Thunderx platform:
  * New patch (0001-rte-vars-fix-for-thunderx.patch) to fix DPDK cross-compile environment 
- Introduced new dpdk-thunderx.spec file:
  * Removed architectures not supporting Thunderx platform (e.g. x86)
  * Added dependency on gcc v5.0 for armv8a-crc

- Update to version 16.07.2. Some of the fixes are listed below:
  * ethdev: prevent duplicate event callback
  * hash: fix bucket size usage

OBS-URL: https://build.opensuse.org/request/show/448521
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=21
This commit is contained in:
Nirmoy Das
2017-01-02 15:27:54 +00:00
committed by Git OBS Bridge
parent a697252c47
commit 6ed4cea857
5 changed files with 672 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Dec 13 13:29:03 UTC 2016 - marco.varlese@suse.com
- Added dependency on gcc6 to build for aarch64 (armv8a) successfully
-------------------------------------------------------------------
Mon Dec 12 11:35:44 UTC 2016 - marco.varlese@suse.com
- Fixed paths using %{name} to have the dpdk.spec aligned with dpdk-thunderx.spec
-------------------------------------------------------------------
Mon Dec 12 11:08:37 UTC 2016 - marco.varlese@suse.com
- Added back in all the architectures to keep .spec files aligned
* Driving thunderx platform architectural dependency via the ExclusiveArch tag
-------------------------------------------------------------------
Mon Dec 12 10:30:00 UTC 2016 - mvarlese@suse.com
- Added support to build code for Thunderx platform:
* New patch (0001-rte-vars-fix-for-thunderx.patch) to fix DPDK cross-compile environment
- Introduced new dpdk-thunderx.spec file:
* Removed architectures not supporting Thunderx platform (e.g. x86)
* Added dependency on gcc v5.0 for armv8a-crc
-------------------------------------------------------------------
Wed Nov 30 16:51:47 UTC 2016 - mchandras@suse.de