Skip to content

Commit

Permalink
version: update version file
Browse files Browse the repository at this point in the history
Signed-off-by: ywc689 <[email protected]>
  • Loading branch information
ywc689 committed Jan 9, 2025
1 parent d015e29 commit 17277ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# program: dpvs
# Dec 24, 2024 #
# Jan 9, 2025 #
##
# Features
# - dpvs: Upgrade dpdk from 20.11 to 24.11.
Expand All @@ -9,6 +9,7 @@
# - dpvs: IPv6 routes support flush and lpm differentiates identical prefix routes on different ports.
#
# Bugfixes
# - dpvs: Fix packet reception problem caused by TX_OFFLOAD_MBUF_FAST_FREE.
# - dpvs: Fix dropped packet accounting problem caused by ARP replies from kni devices.
# - dpvs: Fix some logging and header including problems.
# - dpvs: Flush addrs and routes when vlan device removed.
Expand All @@ -17,6 +18,6 @@
#

export VERSION=1.10
export RELEASE=0
export RELEASE=1

echo $VERSION-$RELEASE

0 comments on commit 17277ab

Please sign in to comment.