[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
> --- a/common/memnic.h
> +++ b/common/memnic.h
> @@ -31,10 +31,6 @@
>  #ifndef __MEMNIC_H__
>  #define __MEMNIC_H__
> 
> -#ifndef __KERNEL__
> -#include 
> -#endif /* __KERNEL__ */
> -

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.

thanks,
Hiroshi

>  #define MEMNIC_MAGIC 0x43494e76
>  #define MEMNIC_VERSION   0x0001
>  #define MEMNIC_VERSION_1 0x0001
> diff --git a/pmd/pmd_memnic.c b/pmd/pmd_memnic.c
> index d16eb0d..619941a 100644
> --- a/pmd/pmd_memnic.c
> +++ b/pmd/pmd_memnic.c
> @@ -30,18 +30,14 @@
>   */
> 
>  #include 
> -
>  #include 
>  #include 
>  #include 
> -#include 
> 
>  #include "memnic.h"
> 
>  #include 
> -#include 
>  #include 
> -#include 
>  #include 
>  #include 
> 
> --
> 1.7.10.4



[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__
 #define __MEMNIC_H__

-#ifndef __KERNEL__
-#include 
-#endif /* __KERNEL__ */
-
 #define MEMNIC_MAGIC   0x43494e76
 #define MEMNIC_VERSION 0x0001
 #define MEMNIC_VERSION_1   0x0001
diff --git a/pmd/pmd_memnic.c b/pmd/pmd_memnic.c
index d16eb0d..619941a 100644
--- a/pmd/pmd_memnic.c
+++ b/pmd/pmd_memnic.c
@@ -30,18 +30,14 @@
  */

 #include 
-
 #include 
 #include 
 #include 
-#include 

 #include "memnic.h"

 #include 
-#include 
 #include 
-#include 
 #include 
 #include 

-- 
1.7.10.4