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:
Anatoly Burakov 2014-05-28 18:32:44 +01:00 committed by Thomas Monjalon
parent 0aa31d7a59
commit e107e82eac
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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