Skip to content

Commit 896dcc2

Browse files
author
Ji Bo
committed
ipfw: should init dpdk before all malloc
Signed-off-by: Ji Bo <[email protected]>
1 parent 595de2d commit 896dcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ipfw/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ main(int ac, char *av[])
646646
* If the last argument is an absolute pathname, interpret it
647647
* as a file to be preprocessed.
648648
*/
649-
649+
ff_ipc_init();
650650
if (ac > 1 && av[ac - 1][0] == '/') {
651651
if (access(av[ac - 1], R_OK) == 0)
652652
ipfw_readfile(ac, av);

0 commit comments

Comments
 (0)