DPDK patches and discussions
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: Thomas Monjalon <thomas@monjalon.net>, <shreyansh.jain@nxp.com>
Cc: <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] drivers/dpaa: remove duplicate includes
Date: Fri, 6 Oct 2017 21:56:17 +0530	[thread overview]
Message-ID: <9ed17d0b-b54c-4dc8-4ebe-55b0517a466e@nxp.com> (raw)
In-Reply-To: <20171006161052.13390-1-thomas@monjalon.net>


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>
>

  reply	other threads:[~2017-10-06 16:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-06 16:10 Thomas Monjalon
2017-10-06 16:26 ` Hemant Agrawal [this message]
2017-10-06 17:16   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9ed17d0b-b54c-4dc8-4ebe-55b0517a466e@nxp.com \
    --to=hemant.agrawal@nxp.com \
    --cc=dev@dpdk.org \
    --cc=shreyansh.jain@nxp.com \
    --cc=thomas@monjalon.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).