All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/dpaa: remove duplicate includes
@ 2017-10-06 16:10 Thomas Monjalon
  2017-10-06 16:26 ` Hemant Agrawal
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-10-06 16:10 UTC (permalink / raw)
  To: shreyansh.jain; +Cc: dev

Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool")
Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 drivers/mempool/dpaa/dpaa_mempool.h | 1 -
 drivers/net/dpaa/dpaa_rxtx.c        | 2 --
 2 files changed, 3 deletions(-)

diff --git a/drivers/mempool/dpaa/dpaa_mempool.h b/drivers/mempool/dpaa/dpaa_mempool.h
index de33c0cf1..679585946 100644
--- a/drivers/mempool/dpaa/dpaa_mempool.h
+++ b/drivers/mempool/dpaa/dpaa_mempool.h
@@ -37,7 +37,6 @@
 #include <stdbool.h>
 #include <inttypes.h>
 #include <unistd.h>
-#include <unistd.h>
 
 #include <rte_mempool.h>
 
diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c
index d73f9cbe7..0433f3bb1 100644
--- a/drivers/net/dpaa/dpaa_rxtx.c
+++ b/drivers/net/dpaa/dpaa_rxtx.c
@@ -32,7 +32,6 @@
  */
 
 /* System headers */
-#include <stdio.h>
 #include <inttypes.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -56,7 +55,6 @@
 #include <rte_alarm.h>
 #include <rte_ether.h>
 #include <rte_ethdev.h>
-#include <rte_atomic.h>
 #include <rte_malloc.h>
 #include <rte_ring.h>
 #include <rte_ip.h>
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drivers/dpaa: remove duplicate includes
  2017-10-06 16:10 [PATCH] drivers/dpaa: remove duplicate includes Thomas Monjalon
@ 2017-10-06 16:26 ` Hemant Agrawal
  2017-10-06 17:16   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Hemant Agrawal @ 2017-10-06 16:26 UTC (permalink / raw)
  To: Thomas Monjalon, shreyansh.jain; +Cc: dev


Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

On 10/6/2017 9:40 PM, Thomas Monjalon wrote:
> Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool")
> Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  drivers/mempool/dpaa/dpaa_mempool.h | 1 -
>  drivers/net/dpaa/dpaa_rxtx.c        | 2 --
>  2 files changed, 3 deletions(-)
>
> diff --git a/drivers/mempool/dpaa/dpaa_mempool.h b/drivers/mempool/dpaa/dpaa_mempool.h
> index de33c0cf1..679585946 100644
> --- a/drivers/mempool/dpaa/dpaa_mempool.h
> +++ b/drivers/mempool/dpaa/dpaa_mempool.h
> @@ -37,7 +37,6 @@
>  #include <stdbool.h>
>  #include <inttypes.h>
>  #include <unistd.h>
> -#include <unistd.h>
>
>  #include <rte_mempool.h>
>
> diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c
> index d73f9cbe7..0433f3bb1 100644
> --- a/drivers/net/dpaa/dpaa_rxtx.c
> +++ b/drivers/net/dpaa/dpaa_rxtx.c
> @@ -32,7 +32,6 @@
>   */
>
>  /* System headers */
> -#include <stdio.h>
>  #include <inttypes.h>
>  #include <unistd.h>
>  #include <stdio.h>
> @@ -56,7 +55,6 @@
>  #include <rte_alarm.h>
>  #include <rte_ether.h>
>  #include <rte_ethdev.h>
> -#include <rte_atomic.h>
>  #include <rte_malloc.h>
>  #include <rte_ring.h>
>  #include <rte_ip.h>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drivers/dpaa: remove duplicate includes
  2017-10-06 16:26 ` Hemant Agrawal
@ 2017-10-06 17:16   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-10-06 17:16 UTC (permalink / raw)
  To: Hemant Agrawal; +Cc: dev, shreyansh.jain

> > Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool")
> > Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>

Applied

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-06 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 16:10 [PATCH] drivers/dpaa: remove duplicate includes Thomas Monjalon
2017-10-06 16:26 ` Hemant Agrawal
2017-10-06 17:16   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.