examples: rename ipv4_frag example to ip_fragmentation
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
0aa31d7a59
commit
e107e82eac
@ -44,7 +44,7 @@ endif
|
||||
DIRS-y += exception_path
|
||||
DIRS-y += helloworld
|
||||
DIRS-y += ip_reassembly
|
||||
DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ipv4_frag
|
||||
DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ip_fragmentation
|
||||
DIRS-$(CONFIG_RTE_MBUF_SCATTER_GATHER) += ipv4_multicast
|
||||
DIRS-$(CONFIG_RTE_LIBRTE_KNI) += kni
|
||||
DIRS-y += l2fwd
|
||||
|
@ -44,7 +44,7 @@ $(error This application requires RTE_MBUF_SCATTER_GATHER to be enabled)
|
||||
endif
|
||||
|
||||
# binary name
|
||||
APP = ipv4_frag
|
||||
APP = ip_fragmentation
|
||||
|
||||
# all source are stored in SRCS-y
|
||||
SRCS-y := main.c
|
Loading…
x
Reference in New Issue
Block a user