X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl3fwd%2Fl3fwd_fib.c;h=f8d6a3ac399e05ff891282cc4c164c5e9de6a70c;hb=fcb5717ccfaa19a4f7a74f7bda6c1df6b6eb9ef4;hp=d083ddfdd5c4b03d4301e13eb685aa876c416dd2;hpb=6018b5ac7477c6ba8fbf28128dd4ebbafbeaffd0;p=dpdk.git diff --git a/examples/l3fwd/l3fwd_fib.c b/examples/l3fwd/l3fwd_fib.c index d083ddfdd5..f8d6a3ac39 100644 --- a/examples/l3fwd/l3fwd_fib.c +++ b/examples/l3fwd/l3fwd_fib.c @@ -412,7 +412,7 @@ fib_event_main_loop_tx_q_burst(__rte_unused void *dummy) return 0; } -/* Function to setup fib. */ +/* Function to setup fib. 8< */ void setup_fib(const int socketid) { @@ -468,6 +468,7 @@ setup_fib(const int socketid) ipv4_l3fwd_route_array[i].if_out); } } + /* >8 End of setup fib. */ /* Create the fib IPv6 table. */ snprintf(s, sizeof(s), "IPV6_L3FWD_FIB_%d", socketid);