Hello community, here is the log from the commit of package vpp for openSUSE:Factory checked in at 2017-12-12 21:23:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vpp (Old) and /work/SRC/openSUSE:Factory/.vpp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vpp" Tue Dec 12 21:23:33 2017 rev:6 rq:556395 version:18.01 Changes: -------- --- /work/SRC/openSUSE:Factory/vpp/vpp.changes 2017-10-30 21:19:16.749464329 +0100 +++ /work/SRC/openSUSE:Factory/.vpp.new/vpp.changes 2017-12-12 21:23:38.916460788 +0100 @@ -1,0 +2,13 @@ +Mon Dec 11 09:23:02 UTC 2017 - [email protected] + +- Replace boost-devel BuildRequires with libboost_headers-devel and libboost_thread-devel ([boo#1062583](https://bugzilla.opensuse.org/show_bug.cgi?id=1062583)) + +------------------------------------------------------------------- +Tue Dec 5 07:58:05 UTC 2017 - [email protected] + +- Updated to vpp-18.01-rc0~365-g8b9a5d19 + * Support for OpenSSL1.1.0 + * GENEVE tunnel + * Various bug-fixes + +------------------------------------------------------------------- Old: ---- vpp-17.10-release.tar.xz New: ---- vpp-18.01-rc0~365-g8b9a5d19.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vpp.spec ++++++ --- /var/tmp/diff_new_pack.RxGf2K/_old 2017-12-12 21:23:40.060405565 +0100 +++ /var/tmp/diff_new_pack.RxGf2K/_new 2017-12-12 21:23:40.064405372 +0100 @@ -23,13 +23,13 @@ %define lname libvpp0 Name: vpp -Version: 17.10 +Version: 18.01 Release: 0 Summary: Set of libraries and drivers for fast packet processing License: Apache-2.0 Group: Productivity/Networking/Routing Url: https://wiki.fd.io/view/VPP -Source0: %{name}-%{version}-release.tar.xz +Source0: %{name}-%{version}-rc0~365-g8b9a5d19.tar.xz Patch0: 0001-enable-shared.patch Patch1: 0003-startup-conf.patch Patch2: vpp-17.10-java9.patch @@ -42,8 +42,12 @@ BuildRequires: distribution-release BuildRequires: dpdk-devel => 17.08 BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: glibc-devel BuildRequires: glibc-devel-static BuildRequires: java-devel >= 1.8 +BuildRequires: libboost_headers-devel +BuildRequires: libboost_thread-devel BuildRequires: libnuma-devel BuildRequires: libopenssl-devel BuildRequires: libtool @@ -58,7 +62,7 @@ BuildRequires: shadow Conflicts: otherproviders(vpp-any) Provides: %{name}-any = %{version} -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 %if 0%{?suse_version} >= 1210 BuildRequires: systemd-rpm-macros %endif ++++++ 0001-enable-shared.patch ++++++ --- /var/tmp/diff_new_pack.RxGf2K/_old 2017-12-12 21:23:40.084404406 +0100 +++ /var/tmp/diff_new_pack.RxGf2K/_new 2017-12-12 21:23:40.084404406 +0100 @@ -1,6 +1,6 @@ ---- build-data/platforms/vpp.mk.old 2017-08-21 16:05:45.202038250 +0200 -+++ build-data/platforms/vpp.mk 2017-08-21 16:05:59.794798235 +0200 -@@ -40,10 +40,10 @@ +--- build-data/platforms/vpp.mk.old 2017-11-27 11:05:21.482604539 +0100 ++++ build-data/platforms/vpp.mk 2017-11-27 11:05:38.306670429 +0100 +@@ -30,10 +30,10 @@ # DPDK configuration parameters # vpp_uses_dpdk_mlx5_pmd = yes @@ -13,5 +13,5 @@ +vpp_dpdk_lib_dir = /usr/lib +vpp_dpdk_shared_lib = yes - # load balancer plugin is not portable on 32 bit platform - ifeq ($(MACHINE),i686) + vpp_configure_args_vpp = + ++++++ 0003-startup-conf.patch ++++++ --- /var/tmp/diff_new_pack.RxGf2K/_old 2017-12-12 21:23:40.100403634 +0100 +++ /var/tmp/diff_new_pack.RxGf2K/_new 2017-12-12 21:23:40.104403441 +0100 @@ -1,6 +1,6 @@ ---- src/vpp/conf/startup.conf.old 2017-09-05 10:52:44.607971335 +0200 -+++ src/vpp/conf/startup.conf 2017-09-05 10:56:22.997213554 +0200 -@@ -51,7 +51,7 @@ +--- ./src/vpp/conf/startup.conf.old 2017-11-27 11:02:26.341929410 +0100 ++++ ./src/vpp/conf/startup.conf 2017-11-27 11:04:12.806337326 +0100 +@@ -64,7 +64,7 @@ # scheduler-priority 50 } @@ -9,7 +9,7 @@ ## Change default settings for all intefaces # dev default { ## Number of receive queues, enables RSS -@@ -94,7 +94,7 @@ +@@ -107,7 +107,7 @@ ## Change UIO driver used by VPP, Options are: igb_uio, vfio-pci ## and uio_pci_generic (default) @@ -18,10 +18,10 @@ ## Disable mutli-segment buffers, improves performance but ## disables Jumbo MTU support -@@ -108,13 +108,13 @@ - ## Change hugepages allocation per-socket, needed only if there is need for - ## larger number of mbufs. Default is 256M on each detected CPU socket - # socket-mem 2048,2048 +@@ -125,13 +125,13 @@ + ## Disables UDP / TCP TX checksum offload. Typically needed for use + ## faster vector PMDs (together with no-multi-seg) + # no-tx-checksum-offload -# } +} +
