Hello community,

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

Package is "dpdk"

Tue Apr 24 15:34:13 2018 rev:27 rq:600117 version:18.02.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes       2018-03-07 
10:38:09.542943851 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2018-04-24 
15:34:19.611622730 +0200
@@ -1,0 +2,32 @@
+Mon Apr 23 14:11:51 UTC 2018 - [email protected]
+
+- Update to 18.02.1
+- Restrict untrusted guest to misuse virtio to corrupt
+  host application(ovs-dpdk) memory which can lead all VM to lose
+  connectivity(CVE-2018-1059,bsc#1089638).
+  Changes:
+  * Add deprecation notice for rte_vhost_gpa_to_vva()
+  * Patch vhost-net and vhost-scsi examples
+  * Fixes checkpatch warnings
+  * Take VIRTIO_RING_F_EVENT_IDX into account when ring size (Tiwei)
+  * Fix next chuncks translation access rights in Rx paths (Tiwei)
+  * vhost: fix indirect descriptors table translation size
+  * vhost: check all range is mapped when translating GPAs
+  * vhost: introduce safe API for GPA translation
+  * vhost: ensure all range is mapped when translating QVAs
+  * vhost: add support for non-contiguous indirect descs tables
+  * vhost: handle virtually non-contiguous buffers in Tx
+  * vhost: handle virtually non-contiguous buffers in Rx
+  * vhost: handle virtually non-contiguous buffers in Rx-mrg
+  * examples/vhost: move to safe GPA translation API
+  * examples/vhost_scsi: move to safe GPA translation API
+  * vhost/crypto: move to safe GPA translation API
+  * vhost: deprecate unsafe GPA translation API
+
+-------------------------------------------------------------------
+Fri Apr 20 14:16:57 CEST 2018 - [email protected]
+
+- Enable MLX4/5 PMD only in Factory and >= SLES15
+  It needs rdma-core >= v16.
+
+-------------------------------------------------------------------
dpdk.changes: same change

Old:
----
  dpdk-18.02.tar.xz

New:
----
  dpdk-18.02.1.tar.xz

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

Other differences:
------------------
++++++ dpdk-thunderx.spec ++++++
--- /var/tmp/diff_new_pack.2lff0h/_old  2018-04-24 15:34:20.323596971 +0200
+++ /var/tmp/diff_new_pack.2lff0h/_new  2018-04-24 15:34:20.327596826 +0200
@@ -48,7 +48,7 @@
 # Do NOT edit this auto generated file! Edit dpdk.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:           dpdk-thunderx
-Version:        18.02
+Version:        18.02.1
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing 
(thunderx)
 License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -70,7 +70,9 @@
 BuildRequires:  libnuma-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  pesign-obs-integration
+%if 0%{?sle_version} >= 150000
 BuildRequires:  rdma-core-devel
+%endif
 BuildRequires:  zlib-devel
 ExclusiveArch:  aarch64
 Provides:       dpdk-any = %{version}
@@ -158,7 +160,7 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-%{version}
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .enic
 %patch2 -p1 -z .enic
 
@@ -198,9 +200,10 @@
        setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
        setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
        setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
+%if 0%{?sle_version} >= 150000 
        setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
        setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
-
+%endif
        setconf CONFIG_RTE_EAL_IGB_UIO n $1
        setconf CONFIG_RTE_KNI_KMOD n $1
 

++++++ dpdk.spec ++++++
--- /var/tmp/diff_new_pack.2lff0h/_old  2018-04-24 15:34:20.347596103 +0200
+++ /var/tmp/diff_new_pack.2lff0h/_new  2018-04-24 15:34:20.351595958 +0200
@@ -46,7 +46,7 @@
 %define lname libdpdk-18_02-0
 
 Name:           dpdk
-Version:        18.02
+Version:        18.02.1
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing
 License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
@@ -68,7 +68,9 @@
 BuildRequires:  libnuma-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  pesign-obs-integration
+%if 0%{?sle_version} >= 150000
 BuildRequires:  rdma-core-devel
+%endif
 BuildRequires:  zlib-devel
 ExclusiveArch:  aarch64 x86_64 %ix86 ppc64le
 Provides:       dpdk-any = %{version}
@@ -156,7 +158,7 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-%{version}
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .enic
 %patch2 -p1 -z .enic
 
@@ -196,9 +198,10 @@
        setconf CONFIG_RTE_LIBRTE_BNX2X_MF_SUPPORT y $1
        setconf CONFIG_RTE_LIBRTE_PMD_PCAP y $1
        setconf CONFIG_RTE_LIBRTE_VHOST_NUMA y $1
+%if 0%{?sle_version} >= 150000 
        setconf CONFIG_RTE_LIBRTE_MLX5_PMD y $1
        setconf CONFIG_RTE_LIBRTE_MLX4_PMD y $1
-
+%endif
        setconf CONFIG_RTE_EAL_IGB_UIO n $1
        setconf CONFIG_RTE_KNI_KMOD n $1
 

++++++ dpdk-18.02.tar.xz -> dpdk-18.02.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/dpdk/dpdk-18.02.tar.xz 
/work/SRC/openSUSE:Factory/.dpdk.new/dpdk-18.02.1.tar.xz differ: char 26, line 1


Reply via email to