aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorKiran Kumar K <kirankumark@marvell.com>2020-10-05 08:17:27 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2020-12-21 12:42:26 +0200
commitc86a4edb62eb7695a99f9e4c0f0cf0334957d229 (patch)
tree44a115eedf15fb1881a008cdb857bb45535278e8 /helper/Makefile.am
parent08f4f1aa63f1aa1d97f1aa44cb2d6662a1d7e8a5 (diff)
helper: add odph_gtp header description
Adds GTP header description struct odph_gtphdr_t in helper directory. This structure is used for accessing GTPU header information from the packet. Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Signed-off-by: Satheesh Paul <psatheesh@marvell.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index aa645cc8e..858ad9b9d 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -15,6 +15,7 @@ helperinclude_HEADERS = \
include/odp/helper/chksum.h\
include/odp/helper/odph_debug.h \
include/odp/helper/eth.h\
+ include/odp/helper/gtp.h\
include/odp/helper/icmp.h\
include/odp/helper/ip.h\
include/odp/helper/ipsec.h\