From c0c877b54cd7f0fac34f71cc87063390f2f2b8c7 Mon Sep 17 00:00:00 2001 From: Hawker Date: Fri, 27 Nov 2020 15:38:00 +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 0484f1a37..882a6f846 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 - //Only give a example using port_id=0, tcp_port= 80. + //Only give a example usage: port_id=0, tcp_port= 80. //Recommend: //1. init_flow should replace `set_rss_table` in `init_port_start` loop, This can set all NIC's port_id_list instead only 0 device(port_id). //2. using config options `tcp_port` replace magic number of 80