From dc643060d109898dc015c0e766f1b74e4d639f0e Mon Sep 17 00:00:00 2001 From: Hawker Date: Fri, 27 Nov 2020 15:23:07 +0800 Subject: [PATCH] update comments --- lib/ff_dpdk_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ff_dpdk_if.c b/lib/ff_dpdk_if.c index cfbb772aa..a53ef29e2 100644 --- a/lib/ff_dpdk_if.c +++ b/lib/ff_dpdk_if.c @@ -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");