Revisions of dpdk

Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 580872 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 72)
- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform:
  * Disable CONFIG_RTE_LIBRTE_POWER for the sample application;
  * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;

- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform:
  * Disable CONFIG_RTE_LIBRTE_POWER for the sample application;
  * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 580648 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 71)
- Upgraded to latest stable release 17.11.1 (LTS): some of the fixes include:
  * location changes of the GPL and LGPL licenses;
  * net/mlx4:
    - fix drop flow resources leak
  * net/bnxt:
    - double increment of idx during Tx ring alloc
    - group info usage
    - check for ether type
    - size of Tx ring in HW
    - number of pools for RSS
    - return code in MAC address set
    - link speed setting with autoneg off
  * net/nfp:
    - MTU settings
    - jumbo settings
    - CRC strip check behaviour
  * net/sfc:
    - multicast address list copy memory leak
    - DMA memory leak after kvarg processing failure
    - fix label name to be consistent
  * net/i40e:
    - VLAN offload setting issue
    - FDIR input set conflict
    - FDIR rule confiliction issue
    - setting MAC address of VF
    - flow director Rx resource defect
    - warn when writing global registers
    - multiple driver support
    - interrupt conflict with multi-driver
    - Rx interrupt
buildservice-autocommit accepted request 566384 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 70)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 566369 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 69)
- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)

- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)
buildservice-autocommit accepted request 563068 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 68)
baserev update by copy to link target
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 563064 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 67)
- Upgraded to latest major 17.11(fate#322609); some of the fixes include:
- Upgraded to latest major 17.11(fate#322609); some of the fixes include:
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 562907 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 66)
- Upgraded to latest major 17.11; some of the fixes include:
  * Extended port_id range from uint8_t to uint16_t
  * Added a new driver for Marvell Armada 7k/8k devices
  * Updated mlx4 driver
  * Updated mlx5 driver
  * Added SoftNIC PMD
  * Added support for NXP DPAA Devices
  * Updated support for Cavium OCTEONTX Device
  * Added PF support to the Netronome NFP PMD
  * Updated bnxt PMD
  * Added bus agnostic functions to cryptodev for PMD initialization
  * Updated QAT crypto PMD
  * Updated the AESNI MB PMD
  * Updated the OpenSSL PMD
  * Added NXP DPAA SEC crypto PMD
  * Add new benchmarking mode to dpdk-test-crypto-perf application
  * Added IOMMU support to libvhost-user
  * Added the Generic Segmentation Offload Library
  * Added the Flow Classification Library
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since patch merged upstream and available in 17.11
- Upgraded to latest major 17.11; some of the fixes include:
  * Extended port_id range from uint8_t to uint16_t
  * Added a new driver for Marvell Armada 7k/8k devices
  * Updated mlx4 driver
  * Updated mlx5 driver
  * Added SoftNIC PMD
  * Added support for NXP DPAA Devices
  * Updated support for Cavium OCTEONTX Device
  * Added PF support to the Netronome NFP PMD
  * Updated bnxt PMD
  * Added bus agnostic functions to cryptodev for PMD initialization
  * Updated QAT crypto PMD
  * Updated the AESNI MB PMD
  * Updated the OpenSSL PMD
  * Added NXP DPAA SEC crypto PMD
  * Add new benchmarking mode to dpdk-test-crypto-perf application
  * Added IOMMU support to libvhost-user
  * Added the Generic Segmentation Offload Library
  * Added the Flow Classification Library
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since patch merged upstream and available in 17.11
buildservice-autocommit accepted request 559279 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 65)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 559270 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 64)
- Added missing supported broadcom chipset family Broadcom NetXtreme II BCM57810

- Added missing supported broadcom chipset family Broadcom NetXtreme II BCM57810
buildservice-autocommit accepted request 555955 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 63)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 555936 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 62)
- Upgraded to latest stable 17.08.1; some of the fixes include:
  * net/qede: disable per-VF Tx switching feature
  * revert "net/virtio: flush Rx queues on start"
  * various fixes for mlx5 PMD drivers
  * various fixes for bnxt PMD drivers
  * various fixes for i40e PMD drivers
  * various fixes for crypto PMD drivers
  * testpmd: fix for non-consecutive ports
  * ethdev: fix ABI version

- Upgraded to latest stable 17.08.1; some of the fixes include:
  * net/qede: disable per-VF Tx switching feature
  * revert "net/virtio: flush Rx queues on start"
  * various fixes for mlx5 PMD drivers
  * various fixes for bnxt PMD drivers
  * various fixes for i40e PMD drivers
  * various fixes for crypto PMD drivers
  * testpmd: fix for non-consecutive ports
  * ethdev: fix ABI version
buildservice-autocommit accepted request 542003 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 61)
baserev update by copy to link target
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 541974 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 60)
- Add missing libelf-devel dependency

- Add missing libelf-devel dependency
buildservice-autocommit accepted request 522138 from Markos Chandras's avatar Markos Chandras (markoschandras) (revision 59)
baserev update by copy to link target
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 520811 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 58)
- Updated to 17.08(bsc#1050250, bsc#1046598, fate#322913, fate#322608)
  Some of the new features are listed below:
   * Increase minimum x86 ISA version to SSE4.2
   * Added Fail-Safe PMD
   * Added support for generic flow API (rte_flow) on igb NICs
   * Added support for generic flow API (rte_flow) on enic
   * Added support for Chelsio T6 family of adapters
   * Added latency and performance improvements for cxgbe
   * Updated mlx5 driver
   * Added NXP DPAA2 Eventdev PMD
   * Added dpdk-test-eventdev test application
   * from 17.05:
      * Added mbuf raw free API
      * Added free Tx mbuf on demand API
      * Added VFIO hotplug support
      * Added PowerPC support for i40e and its vector PMD
      * Added VF max bandwidth setting in i40e
      * Added LiquidIO network PMD
      * Added support for NXP DPAA2 Network PMD
      * Added support for NXP DPAA2 - FSLMC bus
      * Added support for the Wind River Systems AVP PMD
      * Added vmxnet3 version 3 support
      * Added MTU feature support to Virtio and Vhost
      * Added event driven programming model library (rte_eventdev)
      * Added Software Eventdev PMD
      * Added Cavium OCTEONTX Eventdev PMD
      * Added NXP DPAA2 SEC crypto PMD
   * from 17.02:
      * Added generic EAL API for I/O device memory read/write operations
      * Added VF Daemon (VFD) for i40e. - EXPERIMENTAL
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 518735 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 57)
- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version

- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 517867 from Marco Varlese's avatar Marco Varlese (mvarlese) (revision 56)
- Split libs into a subpackage to provide multiple installable versions on same sytem

- Split libs into a subpackage to provide multiple installable versions on same sytem
buildservice-autocommit accepted request 511401 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 511193 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 54)
- Do not use obsolete pci_enable_msix for() kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch,
   +0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]
- Do not use obsolete pci_enable_msix for() kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch,
   +0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]
Markos Chandras's avatar Markos Chandras (markoschandras) accepted request 511155 from Nirmoy Das's avatar Nirmoy Das (ndas) (revision 53)
- Switch to pci_enable_msix_range() for kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch]

- Switch to pci_enable_msix_range() for kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch]
Displaying revisions 101 - 120 of 172
openSUSE Build Service is sponsored by