update comments

This commit is contained in:
Hawker 2020-11-27 15:23:07 +08:00 committed by fengbojiang
parent 8155960f54
commit dc643060d1
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ ff_dpdk_init(int argc, char **argv)
init_clock();
#ifdef FF_FLOW_ISOLATE
//TODO: using config options replace magic number
//Recommend: using config options replace magic number
ret = init_flow(0, 80);
if (ret < 0) {
rte_exit(EXIT_FAILURE, "init_port_flow failed\n");