Revisions of dpdk

buildservice-autocommit accepted request 457474 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 32)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 457472 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 31)
- Build dpdk-thunderx only for aarch64
- Build dpdk-thunderx only for aarch64
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 456738 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 30)
- Enable rte_kni kernel module for dpdk(fate#322394).
  [+preamble]

- Enable rte_kni kernel module for dpdk(fate#322394).
  [+preamble]
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 455753 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 29)
  * Added software parser for packet type.
  * Improved offloads support in mbuf.
  * Added vhost-user dequeue zero copy support.
  * Added vhost-user indirect descriptors support.
  * Added vhost PMD xstats.
  * Added virtio NEON support for ARM.
  * Updated the ixgbe base driver.
  * Added APIs for VF management to the ixgbe PMD.
  * Updated the enic driver.
  * Added openssl PMD.
  * Added support for new gcc -march option.
  Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
  * enic: Fixed several flow director issues.
  * enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
  * enic: Fixed high driver overhead when servicing Rx queues beyond the first.
  * Added software parser for packet type.
  * Improved offloads support in mbuf.
  * Added vhost-user dequeue zero copy support.
  * Added vhost-user indirect descriptors support.
  * Added vhost PMD xstats.
  * Added virtio NEON support for ARM.
  * Updated the ixgbe base driver.
  * Added APIs for VF management to the ixgbe PMD.
  * Updated the enic driver.
  * Added openssl PMD.
  * Added support for new gcc -march option.
  Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
  * enic: Fixed several flow director issues.
  * enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
  * enic: Fixed high driver overhead when servicing Rx queues beyond the first.
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 454432 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 28)
- Update to version 16.11(fate#321541). Some of the new features are listed below:
	* Added software parser for packet type.
	* Improved offloads support in mbuf.
	* Added vhost-user dequeue zero copy support.
	* Added vhost-user indirect descriptors support.
	* Added vhost PMD xstats.
	* Added virtio NEON support for ARM.
	* Updated the ixgbe base driver.
	* Added APIs for VF management to the ixgbe PMD.
	* Updated the enic driver.
	* Added openssl PMD.
	* Added support for new gcc -march option.
	Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
- Resolved fixes in the updated versions are :
	    enic: Fixed several flow director issues.
		enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
		enic: Fixed high driver overhead when servicing Rx queues beyond the first.

- Update to version 16.11(fate#321541). Some of the new features are listed below:
	* Added software parser for packet type.
	* Improved offloads support in mbuf.
	* Added vhost-user dequeue zero copy support.
	* Added vhost-user indirect descriptors support.
	* Added vhost PMD xstats.
	* Added virtio NEON support for ARM.
	* Updated the ixgbe base driver.
	* Added APIs for VF management to the ixgbe PMD.
	* Updated the enic driver.
	* Added openssl PMD.
	* Added support for new gcc -march option.
buildservice-autocommit accepted request 452114 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 27)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 452112 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 26)
- Fix possible parallel installation of dpdk subpackages.
- Fix possible parallel installation of dpdk subpackages.
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 451583 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 25)
- Added gcc-6 as default compiler for CRC/mtune & other optimizations.

- Added gcc-6 as default compiler for CRC/mtune & other optimizations.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 449831 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 24)
- Added support to build code for Thunderx platform(fate#321960).
- Added support to build code for Thunderx platform(fate#321960).
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 448772 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 23)
- Add pre_checkin.sh to generate the dpdk-thunderx.spec file
- Add pre_checkin.sh to generate the dpdk-thunderx.spec file
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 448521 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 21)
- 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
buildservice-autocommit accepted request 443000 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 20)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 442938 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 19)
- Update to version 16.07.2. Some of the fixes are listed below:
  * ethdev: prevent duplicate event callback
  * hash: fix bucket size usage
  * hash: fix unlimited cuckoo path
  * lpm: fix freeing memory
  * lpm: fix freeing unused sub-table on rule delete
  * mempool: fix leak if populate fails
  * mempool: fix search of maximum contiguous pages
  * pci: fix probing error if no driver found
  * net/bnx2x: fix maximum PF queues
  * net/bnxt: fix bit shift size
  * net/bnxt: fix crash when closing
  * net/enic: fix Rx queue index when not using Rx scatter
  * net/enic: fix crash on MTU update or Rx queue reconfigure
  * net/enic: fix crash with removed flow director filters
  * net/enic: fix max packet length check
  * net/enic: fix multi-queue Rx performance
  * net/enic: revert truncated packets counter fix
  * net/fm10k: fix VF Tx queue initialization
  * net/i40e: fix Rx hang when disable LLDP
  * net/ixgbe: fix VF registers
  * net/thunderx: fix Tx checksum handling
  * [The list of changes is rather long so please consult the following
    resources for the complete list of new features, bugfixes and other
    changes in this release:
    - http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html#id2]
buildservice-autocommit accepted request 442333 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 18)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 441965 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 17)
- Update to version 16.07.1. Some of the fixes are listed below:
  * contigmem: zero all pages during mmap
  * crypto/null: fix key size increment value
  * hash: fix false zero signature key hit lookup
  * mem: fix crash on hugepage mapping error
  * mbuf: fix error handling on pool creation
  * net/e1000: fix returned number of available Rx descriptors
  * net/enic: fix freeing memory for descriptor ring
  * net/i40e: fix dropping packets with ethertype 0x88A8
  * net/i40e: fix mbuf leak during Rx queue release
  * net/i40e: fix null pointer dereferences when using VMDq+RSS
  * net/ixgbe/base: fix possible corruption of shadow RAM
  * net/ixgbe: fix VF reset to apply to correct VF
  * net/virtio_user: fix error management during init
  * [The list of changes is rather long so please consult the following
    resources for the complete list of new features, bugfixes and other
    changes in this release:
    - http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html#fixes-in-16-07-01-stable-release]
buildservice-autocommit accepted request 433604 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 16)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 433598 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 15)
- Drop code for generating our own linker script.
  * Commit 948fd64befc3 (" mk: replace the combined library with a
    linker script") added upstream support for building and installing
    a linker script so we drop our code from the spec file which
    generated a much larger and possibly broken linker script resulting
    to linking issues (boo#1002534)

- Update to version 16.07. Some of the new features are listed below:
  
  * Removed the mempool cache memory if caching is not being used.
  * Added mempool external cache for non-EAL thread.
  * Changed the memory allocation scheme in the mempool library.
  * Added a new driver for Broadcom NetXtreme-C devices.
  * Added a new driver for ThunderX nicvf devices.
  * Added mailbox interrupt support for ixgbe and igb VFs.
  * Updated the ixgbe base driver.
  * Updated the i40e base driver.
  * Updated the enic driver.
  * Updated the mlx5 driver.
  * Added support for virtio on IBM POWER8.
  * Added support for Virtio in containers.
  * Added vhost-user client mode.
  * Added NSH packet recognition in i40e.
  * Added AES-CTR support to AESNI MB PMD.
  * Added AES counter mode support for Intel QuickAssist devices.
  * Added KASUMI SW PMD.
  * Added multi-writer support for RTE Hash with Intel TSX.
  * Improved IP Pipeline Application.
  * Added keepalive enhancements.
  * Added packet capture framework.
buildservice-autocommit accepted request 417973 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 14)
baserev update by copy to link target
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 417972 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 13)
- Add _constraints file to force build dpdk with sse3 enabled x86 machine.
- Enable compilation for  ppc64le with the help of RĂ¼diger(ro@suse.de).
- Enable example package for aarch64 using RĂ¼diger(ro@suse.de) changes.
- Do not enable PMD_RING on ppc64le (missing rte_eth_from_rings).
- Disable examples that need LPM which is disabled on non-x86.
  [+0036-examples-fix-build-dependencies.patch,
   +0037-examples-ethtool-fix-build.patch]
Displaying revisions 141 - 160 of 172
openSUSE Build Service is sponsored by