DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Jingjing Wu <jingjing.wu@intel.com>
Cc: beilei.xing@intel.com, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition
Date: Mon, 4 Sep 2017 10:14:13 +0100	[thread overview]
Message-ID: <20170904091413.GC17464@bricha3-MOBL3.ger.corp.intel.com> (raw)
In-Reply-To: <1504463858-20767-1-git-send-email-jingjing.wu@intel.com>

On Mon, Sep 04, 2017 at 02:37:38AM +0800, Jingjing Wu wrote:
> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
> ---
>  drivers/net/i40e/base/i40e_osdep.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/i40e/base/i40e_osdep.h b/drivers/net/i40e/base/i40e_osdep.h
> index c57ecde..fbcb729 100644
> --- a/drivers/net/i40e/base/i40e_osdep.h
> +++ b/drivers/net/i40e/base/i40e_osdep.h
> @@ -99,7 +99,6 @@ typedef enum i40e_status_code i40e_status;
>  #define max(a,b) RTE_MAX(a,b)
>  
>  #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f))
> -#define ASSERT(x) if(!(x)) rte_panic("IXGBE: x")
>  
>  #define DEBUGOUT(S)        PMD_DRV_LOG_RAW(DEBUG, S)
>  #define DEBUGOUT1(S, A...) PMD_DRV_LOG_RAW(DEBUG, S, ##A)
> -- 
> 2.7.4
>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

  reply	other threads:[~2017-09-04  9:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-03 18:37 Jingjing Wu
2017-09-04  9:14 ` Bruce Richardson [this message]
2017-09-05 15:51   ` Ferruh Yigit

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=20170904091413.GC17464@bricha3-MOBL3.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    /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).