summaryrefslogtreecommitdiffstats
path: root/src/pal/linux_dpdk/mbuf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/linux_dpdk/mbuf.cpp')
-rwxr-xr-xsrc/pal/linux_dpdk/mbuf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/linux_dpdk/mbuf.cpp b/src/pal/linux_dpdk/mbuf.cpp
index dd78617f..2a405ab1 100755
--- a/src/pal/linux_dpdk/mbuf.cpp
+++ b/src/pal/linux_dpdk/mbuf.cpp
@@ -6,7 +6,7 @@
*/
/*
-Copyright (c) 2015-2015 Cisco Systems, Inc.
+Copyright (c) 2015-2016 Cisco Systems, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ rte_mempool_t * utl_rte_mempool_create(const char *name,
unsigned elt_size,
unsigned cache_size,
uint32_t _id,
- uint32_t socket_id ){
+ int socket_id ){
char buffer[100];
sprintf(buffer,"%s-%d",name,socket_id);