From: Balakrishna Garapati <balakrishna.garap...@linaro.org>

Signed-off-by: Balakrishna Garapati <balakrishna.garap...@linaro.org>
---
/** Email created from pull request 169 (GBalakrishna:dpdk_buffer_submodule)
 ** https://github.com/Linaro/odp/pull/169
 ** Patch: https://github.com/Linaro/odp/pull/169.patch
 ** Base sha: a1f50ad720e11a54b13c4786cad4687cb5c4ec2a
 ** Merge commit sha: 82e735abd80bf47929a654c98409f3e82891bae0
 **/
 platform/linux-dpdk/Makefile.am                     | 2 +-
 platform/linux-dpdk/{odp_buffer.c => buffer/dpdk.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename platform/linux-dpdk/{odp_buffer.c => buffer/dpdk.c} (100%)

diff --git a/platform/linux-dpdk/Makefile.am b/platform/linux-dpdk/Makefile.am
index 587d4836f..a006d0da8 100644
--- a/platform/linux-dpdk/Makefile.am
+++ b/platform/linux-dpdk/Makefile.am
@@ -226,7 +226,7 @@ __LIB__libodp_dpdk_la_SOURCES = \
                           ../linux-generic/odp_atomic.c \
                           ../linux-generic/odp_barrier.c \
                           ../linux-generic/odp_bitmap.c \
-                          odp_buffer.c \
+                          buffer/dpdk.c \
                           ../linux-generic/odp_byteorder.c \
                           ../linux-generic/odp_classification.c \
                           ../linux-generic/odp_cpu.c \
diff --git a/platform/linux-dpdk/odp_buffer.c 
b/platform/linux-dpdk/buffer/dpdk.c
similarity index 100%
rename from platform/linux-dpdk/odp_buffer.c
rename to platform/linux-dpdk/buffer/dpdk.c

Reply via email to