[dpdk-dev] [memnic PATCH 1/3] pmd: remove symlink

2014-02-04 Thread Thomas Monjalon
30/01/2014 12:22, Hiroshi Shimamoto: > > No need to have a symbolic link to a common file > > when it can be simply included. > > Looks fine to me. Applied, thanks. -- Thomas

[dpdk-dev] [memnic PATCH 1/3] pmd: remove symlink

2014-01-30 Thread Hiroshi Shimamoto
Hi, > Subject: [memnic PATCH 1/3] pmd: remove symlink > > No need to have a symbolic link to a common file > when it can be simply included. Looks fine to me. When I prepared the file with a bit complex file path layout, easy to keep consistency. Because you separated the code from DPDK vSwitch

[dpdk-dev] [memnic PATCH 1/3] pmd: remove symlink

2014-01-24 Thread Thomas Monjalon
No need to have a symbolic link to a common file when it can be simply included. Signed-off-by: Thomas Monjalon --- pmd/Makefile |2 +- pmd/memnic.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 12 pmd/memnic.h diff --git a/pmd/Makefile b/pmd/Makefile index a96e