Skip to content

Commit 3b711be

Browse files
committed
version: release v1.9.10
Signed-off-by: ywc689 <ywc689@163.com>
1 parent 5c11bbb commit 3b711be

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/VERSION

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
#!/bin/sh
22
# program: dpvs
3-
# Jun 5, 2025 #
3+
# Jun 12, 2025 #
44
##
55
# Features
66
# - tools: Implement a brand new Healthcheck that enables vip/vip-port/backend 3-tier topology, and supports flexible actioner/checker configurations for each layer.
7+
# - dpvs: IPv6 route supports flush operation and LPM can differentiate the same route prefix on different ports.
8+
# - docs: Update kni-realted docs.
9+
# - ci: Support workflow for both v1.9 and v1.10.
710
#
811
# Bugfixes
9-
# - dpvs: Optimize TOA insertion performance using memmove.
10-
# - dpvs: Fix empty bond offload features.
11-
# - toa: Fixed #1012 allocating 'toa_ip6_sk_lock.lock' before using it.
12+
# - dpvs: Fix some problems about virtio-kni, including netif ports hot plugging, logging, header including, rx/tx-csum offloading.
13+
# - dpvs: Fix duplicate ARP replies or KNI packets being counted as dropped.
14+
# - dpvs: Fix packet reception problem caused by TX_OFFLOAD_MBUF_FAST_FREE.
15+
# - dpvs: Fix empty bonding device offload features.
16+
# - toa: Fixed #1012, allocating 'toa_ip6_sk_lock.lock' before using it.
17+
# - toa: Optimize TOA insertion performance using memmove.
18+
# - script: Enhance directory configs in dpdk-build.sh.
19+
# - conf: Optimize some init attributes.
20+
# - Makefile: Use goproxy to download dependent golang package.
1221
#
1322

1423
export VERSION=1.9
15-
export RELEASE=10.rc3
24+
export RELEASE=10
1625

1726
echo $VERSION-$RELEASE

0 commit comments

Comments
 (0)