Changelog for
vpp-api-lua-17.10-6.2.x86_64.rpm :
Mon Oct 30 13:00:00 2017 fstrbaAATTsuse.com
- Added patch:
* vpp-17.10-java9.patch
- Specify java source and target level 8 in order to make the
java code buildable with jdk9
- Don\'t require java-1_8_0-openjdk-devel, but java-devel >= 1.8
Thu Oct 26 14:00:00 2017 marco.varleseAATTsuse.com
- Updated to 17.10-release tarball
- Infrastructure
* DPDK 17.08
* IP reassembly
* Bounded-index extensible hash bucket-level LRU cache
* Templated timer wheel improvements
- API
* C/C++ language binding
* API stats
- Host stack
* VPP TCP stack scale/congestion improvements
* VPP Comms Library (VCL)
* Overall performance, scale and hardening
- Network features
* IPSec rework - utilize new FIB
* VPLS and VPWS implementation
- NAT
* Renamed SNAT to NAT
* Performance / Scale
* Destination NAT44 with load-balancing
* In2out translation as an output feature on the outside interface
* Fullback to 3-tuple key for non TCP/UDP/ICMP sessions
- Security Groups/ACLs
* \"Replace\" semantics for adding a new MacIP acl
* Test suite tests for MacIP ACLs
- ONE-LISP
* Map-server fallback support
* Preemptive re-fetch of active mappings that are about to expire
* ND termination
- PPPoE
* PPPoE Control Plane packet dispatch
* PPPoE decapsulation
* PPPoE encapsulation
Mon Oct 9 14:00:00 2017 marco.varleseAATTsuse.com
- Updated tarball to 17.10-RC1 (vpp-17.10-rc1.tar.xz)
Fri Sep 29 14:00:00 2017 marco.varleseAATTsuse.com
- Removed 0002-aarch64.patch since change incorporated upstream
- Updated tarball to vpp-17.10-rc0~374-gba3c4e88.tar.xz
Mon Sep 25 14:00:00 2017 marco.varleseAATTsuse.com
- Updated VPP version
- Removed aarch64 patch since merged upstream
Fri Aug 25 14:00:00 2017 marco.varleseAATTsuse.com
- Enabled DPDK 17.08 integration
- Removed patch to exclude AESNI since managed upstream
Wed Aug 23 14:00:00 2017 marco.varleseAATTsuse.com
- Split binaries and libs into sub-packages
- Fixed packages dependencies
Mon Jul 24 14:00:00 2017 marco.varleseAATTsuse.com
- Upgraded to latest stable release 17.07
Mon Jun 19 14:00:00 2017 marco.varleseAATTsuse.com
- Updated to latest master vpp-17.07-rc0~396-g7f4d577d
- Fixed provides/conflicts/requires
Thu Jun 8 14:00:00 2017 marco.varleseAATTsuse.com
- Updated to latest upstream containing the patches for gcc-7
Wed Jun 7 14:00:00 2017 marco.varleseAATTsuse.com
- Added 0003-startup-conf.patch to fix the default configuration
Mon Jun 5 14:00:00 2017 marco.varleseAATTsuse.com
- Added 0001-fix-bihash-template.patch
- Added 0002-fix-out2in.patch
- Fix compilation warning as errors with GCC-7
Thu Jun 1 14:00:00 2017 marco.varleseAATTsuse.com
- Updated to 17.07-rc0
Wed May 17 14:00:00 2017 marco.varleseAATTsuse.com
- Updated source code to latest upstream
- Added Lua and Java bindings API
- Incorporated DPDK for extra performance and data plane patches
Wed May 3 14:00:00 2017 bwiedemannAATTsuse.com
- Add reproducible.patch to make build fully reproducible
Fri Apr 21 14:00:00 2017 marco.varleseAATTsuse.com
- Master of vpp (17.07)
Wed Feb 15 13:00:00 2017 jengelhAATTinai.de
- Remove redundant ldconfig calls
Wed Feb 15 13:00:00 2017 jengelhAATTinai.de
- Update RPM groups and description
Wed Jan 25 13:00:00 2017 marco.varleseAATTsuse.com
- Major spec file rework to accomodate changes in plugins build from 17.01 vpp release
- Refactored the libraries included in the different subpackages to avoid unneeded dependencies
Mon Jan 23 13:00:00 2017 marco.varleseAATTsuse.com
New features in the VPP 17.01:
- Integrated November 2016 DPDK release
- Complete rework of Forwarding Information Base (FIB)
- Performance Improvements
* Improvements in DPDK input and output nodes
* Improvements in L2 path
* Improvmeents in IPv4 lookup node
- Feature Arcs Improvements
* Consolidation of the code
* New feature arcs
- device-input
- interface-output
- DPDK Cryptodev Support
* Software and Hardware Crypto Support
- DPDK HQoS support
- Simple Port Analyzer (SPAN)
- Bidirectional Forwarding Detection
* Basic implementation
- IPFIX Improvements
- L2 GRE over IPSec tunnels
- Link Layer Discovery Protocol (LLDP)
- Vhost-user Improvements
* Performance Improvements
* Multi-queue
* Reconnect
- LISP Enhancements
* Source/Dest control plane support
* L2 over LISP and GRE
* Map-Register/Map-Notify/RLOC-probing support
* L2 API improvements, overall code hardening
- Plugins:
* New: ACL
* New: Flow per Packet
* Improved: SNAT
- Multi-threading
- Flow export
- Doxygen Enhancements
- Luajit API bindings
- API Refactoring
* file split
* message signatures
- Python and Scapy based unit testing infrastructure
* Infrastructure
* Various tests
- Packet Generator improvements
- TUN/TAP jumbo frames support
- Other various bug fixes and improvements