aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-08-07 12:09:52 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-08-11 15:27:22 +0400
commit68b9239f5b1000bccf45b6e32366cadb9b682b6a (patch)
tree6e89144ec0ef1a933413d8b8d785bc3b4f769813 /platform
parent02530f8ac36f6b7271013b3437ba20cd9806d18b (diff)
dpdk: ensure packet size is the same as buffer size
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Venkatesh Vivekanandan <venkatesh.vivekanandan@linaro.org>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-dpdk/include/api/odp_packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-dpdk/include/api/odp_packet.h b/platform/linux-dpdk/include/api/odp_packet.h
index bdb34170f..5545bdc10 100644
--- a/platform/linux-dpdk/include/api/odp_packet.h
+++ b/platform/linux-dpdk/include/api/odp_packet.h
@@ -24,7 +24,7 @@ extern "C" {
/**
* ODP packet descriptor
*/
-typedef unsigned long odp_packet_t;
+typedef odp_buffer_t odp_packet_t;
/** Invalid packet */