examples/l3fwd: various updates

Signed-off-by: Intel
This commit is contained in:
Intel 2013-06-03 00:00:00 +00:00 committed by Thomas Monjalon
parent f56d08158f
commit 997ee89068
2 changed files with 767 additions and 171 deletions

View File

@ -45,7 +45,7 @@ APP = l3fwd
# all source are stored in SRCS-y
SRCS-y := main.c
CFLAGS += -O3
CFLAGS += -O3 $(USER_FLAGS)
CFLAGS += $(WERROR_FLAGS)
# workaround for a gcc bug with noreturn attribute

File diff suppressed because it is too large Load Diff