Skip to content

Commit 4c86ed9

Browse files
committed
Update version to 1.25.
1 parent 81e14d4 commit 4c86ed9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24
1+
1.25

lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PREFIX_LIB=${PREFIX}/lib
2020
PREFIX_INCLUDE=${PREFIX}/include
2121
PREFIX_BIN=${PREFIX}/bin
2222
F-STACK_CONF=/etc/f-stack.conf
23-
F-STACK_VERSION=1.24
23+
F-STACK_VERSION=1.25
2424
TGT_OS=$(shell uname)
2525
ifeq ($(TGT_OS),FreeBSD)
2626
CC=gcc

lib/ff_dpdk_if.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ check_all_ports_link_status(void)
207207
uint8_t count, all_ports_up, print_flag = 0;
208208
struct rte_eth_link link;
209209

210-
ff_log(FF_LOG_ERR, FF_LOGTYPE_FSTACK_LIB, "\nChecking link status");
210+
ff_log(FF_LOG_INFO, FF_LOGTYPE_FSTACK_LIB, "\nChecking link status");
211211

212212
int i, nb_ports;
213213
nb_ports = ff_global_cfg.dpdk.nb_ports;

0 commit comments

Comments
 (0)