File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 1.24
1+ 1.25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PREFIX_LIB=${PREFIX}/lib
2020PREFIX_INCLUDE =${PREFIX}/include
2121PREFIX_BIN =${PREFIX}/bin
2222F-STACK_CONF =/etc/f-stack.conf
23- F-STACK_VERSION =1.24
23+ F-STACK_VERSION =1.25
2424TGT_OS =$(shell uname)
2525ifeq ($(TGT_OS ) ,FreeBSD)
2626CC =gcc
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments