Hello community,

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

Package is "vpp"

Mon Sep 24 13:13:09 2018 rev:17 rq:637041 version:18.07.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpp/vpp.changes  2018-08-31 10:47:59.475461406 
+0200
+++ /work/SRC/openSUSE:Factory/.vpp.new/vpp.changes     2018-09-24 
13:13:09.929716913 +0200
@@ -1,0 +2,28 @@
+Fri Sep 21 09:27:39 UTC 2018 - Marco Varlese <[email protected]>
+
+- Upgrade to v18.07.1; some of the new features include:
+  * IGMP improvements
+    - Enable/Disable an interface for IGMP
+    - improve logging
+    - refactor common code
+    - no orphaned timers
+    - IGMP state changes in main thread only
+    - Large groups split over multiple state-change reports
+    - SSM range configuration API.
+    - more tests
+  * IP: vectorized IP checksum
+    - VXLAN : HW offload RX flow
+    - Rework kube-proxy into LB plugin and add NATA66
+  * ACL:
+    - Tuple Merge algorithm cleanup and integration
+    - Processing pipeline optimizations
+    - Refactoring
+  * Experimental AVF driver
+  * Session: performance improvements, add support for connectionless
+  transports, datagram reception and transmission
+  * TCP: congestion control improvements and overall fixes
+  * UDP: datagram mode
+  * TLS async support
+- Removed fix-nojavah.patch since merged upstream
+
+-------------------------------------------------------------------

Old:
----
  fix-nojavah.patch
  vpp-18.04-release.tar.xz

New:
----
  vpp-18.07.1-release.tar.xz

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

Other differences:
------------------
++++++ vpp.spec ++++++
--- /var/tmp/diff_new_pack.IAUKq8/_old  2018-09-24 13:13:10.441716019 +0200
+++ /var/tmp/diff_new_pack.IAUKq8/_new  2018-09-24 13:13:10.445716012 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 %define lname libvpp0
 
 Name:           vpp
-Version:        18.04
+Version:        18.07.1
 Release:        0
 Summary:        Set of libraries and drivers for fast packet processing
 License:        Apache-2.0
@@ -32,7 +32,6 @@
 Source0:        %{name}-%{version}-release.tar.xz
 Patch0:         enable-shared-dpdk.patch
 Patch1:         startup-conf.patch
-Patch2:         fix-nojavah.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -157,9 +156,8 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0
+%patch0 -p1
 %patch1
-%patch2
 
 %build
 export VPP_BUILD_USER=suse

++++++ enable-shared-dpdk.patch ++++++
--- /var/tmp/diff_new_pack.IAUKq8/_old  2018-09-24 13:13:10.457715991 +0200
+++ /var/tmp/diff_new_pack.IAUKq8/_new  2018-09-24 13:13:10.457715991 +0200
@@ -1,8 +1,9 @@
---- 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 @@
- 
+diff -Nuar vpp-18.07.1.old/build-data/platforms/vpp.mk 
vpp-18.07.1.new/build-data/platforms/vpp.mk
+--- vpp-18.07.1.old/build-data/platforms/vpp.mk        2018-09-15 
18:11:20.000000000 +0200
++++ vpp-18.07.1.new/build-data/platforms/vpp.mk        2018-09-21 
11:25:04.754301415 +0200
+@@ -31,10 +31,10 @@
  # DPDK configuration parameters
+ # vpp_uses_dpdk_mlx4_pmd = yes
  # vpp_uses_dpdk_mlx5_pmd = yes
 -# vpp_uses_external_dpdk = yes
 -# vpp_dpdk_inc_dir = /usr/include/dpdk
@@ -13,5 +14,5 @@
 +vpp_dpdk_lib_dir = /usr/lib
 +vpp_dpdk_shared_lib = yes
  
+ # Use '--without-libnuma' for non-numa aware architecture
  vpp_configure_args_vpp =
- 

++++++ vpp-18.04-release.tar.xz -> vpp-18.07.1-release.tar.xz ++++++
++++ 241529 lines of diff (skipped)


Reply via email to