[dpdk-dev] [memnic PATCH 2/3] pmd: remove useless includes

2014-02-04 Thread Thomas Monjalon
30/01/2014 12:30, Hiroshi Shimamoto: > > Signed-off-by: Thomas Monjalon > > I'm not sure, but you're not seeing error, it's okay. > I put it for uintxx_t series, originally. > > others, fine to me. Applied, thanks. -- Thomas

[dpdk-dev] [memnic PATCH 2/3] pmd: remove useless includes

2014-01-30 Thread Hiroshi Shimamoto
> Subject: [memnic PATCH 2/3] pmd: remove useless includes > > Signed-off-by: Thomas Monjalon > --- > common/memnic.h |4 > pmd/pmd_memnic.c |4 > 2 files changed, 8 deletions(-) > > diff --git a/common/memnic.h b/common/memnic.h > index 6ff38a0..58dd019 100644 > ---

[dpdk-dev] [memnic PATCH 2/3] pmd: remove useless includes

2014-01-24 Thread Thomas Monjalon
Signed-off-by: Thomas Monjalon --- common/memnic.h |4 pmd/pmd_memnic.c |4 2 files changed, 8 deletions(-) diff --git a/common/memnic.h b/common/memnic.h index 6ff38a0..58dd019 100644 --- a/common/memnic.h +++ b/common/memnic.h @@ -31,10 +31,6 @@ #ifndef __MEMNIC_H__