Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2018-01-13 21:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpdk (Old)
 and      /work/SRC/openSUSE:Factory/.dpdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpdk"

Sat Jan 13 21:46:34 2018 rev:23 rq:563068 version:17.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes       2017-12-23 
12:20:22.077004241 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2018-01-13 
21:46:52.824220458 +0100
@@ -1,0 +2,24 @@
+Tue Jan  9 14:03:43 UTC 2018 - marco.varl...@suse.de
+
+- Upgraded to latest major 17.11(fate#322609); 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
+
+-------------------------------------------------------------------
dpdk.changes: same change

Old:
----
  0002-kni-fix-build-on-SLE12-SP3.patch
  dpdk-17.08.1.tar.xz

New:
----
  dpdk-17.11.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dpdk-thunderx.spec ++++++
--- /var/tmp/diff_new_pack.Deqye2/_old  2018-01-13 21:46:53.880171232 +0100
+++ /var/tmp/diff_new_pack.Deqye2/_new  2018-01-13 21:46:53.892170673 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dpdk-thunderx
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,12 +43,12 @@
 
 # The lname versioning is based solely on the MAJOR and MINOR
 # as per DPDK CONFIG_RTE_MAJOR_ABI.
-%define lname libdpdk-17_08-0
+%define lname libdpdk-17_11-0
 
 # Do NOT edit this auto generated file! Edit dpdk.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:           dpdk-thunderx
-Version:        17.08.1
+Version:        17.11
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing 
(thunderx)
 License:        BSD-3-Clause and GPL-2.0 and LGPL-2.1
@@ -63,8 +63,6 @@
 # However, the problem still exists and the fix has to find its way to the
 # upstream code.
 Patch1:         0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch
-# PATCH-FIX-UPSTREAM 0002-kni-fix-build-on-SLE12-SP3.patch bsc#1031705
-Patch2:         0002-kni-fix-build-on-SLE12-SP3.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  libelf-devel
@@ -158,9 +156,8 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-stable-%{version}
+%setup -q -n dpdk-%{version}
 %patch1 -p1 -z .enic
-%patch2 -p1 -z .kni
 
 # This fixes CROSS compilation (broken) in the mk file for ThunderX
 sed -i '/^CROSS /s/^/#/'  mk/machine/thunderx/rte.vars.mk

++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.Deqye2/_old  2018-01-13 21:46:53.932168808 +0100
+++ /var/tmp/diff_new_pack.Deqye2/_new  2018-01-13 21:46:53.936168622 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dpdk
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,10 +43,10 @@
 
 # The lname versioning is based solely on the MAJOR and MINOR
 # as per DPDK CONFIG_RTE_MAJOR_ABI.
-%define lname libdpdk-17_08-0
+%define lname libdpdk-17_11-0
 
 Name:           dpdk
-Version:        17.08.1
+Version:        17.11
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing
 License:        BSD-3-Clause and GPL-2.0 and LGPL-2.1
@@ -61,8 +61,6 @@
 # However, the problem still exists and the fix has to find its way to the
 # upstream code.
 Patch1:         0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch
-# PATCH-FIX-UPSTREAM 0002-kni-fix-build-on-SLE12-SP3.patch bsc#1031705
-Patch2:         0002-kni-fix-build-on-SLE12-SP3.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  libelf-devel
@@ -156,9 +154,8 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-stable-%{version}
+%setup -q -n dpdk-%{version}
 %patch1 -p1 -z .enic
-%patch2 -p1 -z .kni
 
 # This fixes CROSS compilation (broken) in the mk file for ThunderX
 sed -i '/^CROSS /s/^/#/'  mk/machine/thunderx/rte.vars.mk

++++++ dpdk-17.08.1.tar.xz -> dpdk-17.11.tar.xz ++++++
/work/SRC/openSUSE:Factory/dpdk/dpdk-17.08.1.tar.xz 
/work/SRC/openSUSE:Factory/.dpdk.new/dpdk-17.11.tar.xz differ: char 25, line 1


Reply via email to