We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e14d4 commit 4c86ed9Copy full SHA for 4c86ed9
3 files changed
VERSION
@@ -1 +1 @@
1
-1.24
+1.25
lib/Makefile
@@ -20,7 +20,7 @@ PREFIX_LIB=${PREFIX}/lib
20
PREFIX_INCLUDE=${PREFIX}/include
21
PREFIX_BIN=${PREFIX}/bin
22
F-STACK_CONF=/etc/f-stack.conf
23
-F-STACK_VERSION=1.24
+F-STACK_VERSION=1.25
24
TGT_OS=$(shell uname)
25
ifeq ($(TGT_OS),FreeBSD)
26
CC=gcc
lib/ff_dpdk_if.c
@@ -207,7 +207,7 @@ check_all_ports_link_status(void)
207
uint8_t count, all_ports_up, print_flag = 0;
208
struct rte_eth_link link;
209
210
- ff_log(FF_LOG_ERR, FF_LOGTYPE_FSTACK_LIB, "\nChecking link status");
+ ff_log(FF_LOG_INFO, FF_LOGTYPE_FSTACK_LIB, "\nChecking link status");
211
212
int i, nb_ports;
213
nb_ports = ff_global_cfg.dpdk.nb_ports;
0 commit comments