DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition
@ 2017-09-03 18:37 Jingjing Wu
  2017-09-04  9:14 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Jingjing Wu @ 2017-09-03 18:37 UTC (permalink / raw)
  To: beilei.xing; +Cc: dev, jingjing.wu

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

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

* Re: [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition
  2017-09-03 18:37 [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition Jingjing Wu
@ 2017-09-04  9:14 ` Bruce Richardson
  2017-09-05 15:51   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2017-09-04  9:14 UTC (permalink / raw)
  To: Jingjing Wu; +Cc: beilei.xing, dev

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>

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

* Re: [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition
  2017-09-04  9:14 ` Bruce Richardson
@ 2017-09-05 15:51   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-09-05 15:51 UTC (permalink / raw)
  To: Bruce Richardson, Jingjing Wu; +Cc: beilei.xing, dev

On 9/4/2017 10:14 AM, Bruce Richardson wrote:
> On Mon, Sep 04, 2017 at 02:37:38AM +0800, Jingjing Wu wrote:
>> Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>

> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-net/master, thanks.

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

end of thread, other threads:[~2017-09-05 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-03 18:37 [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition Jingjing Wu
2017-09-04  9:14 ` Bruce Richardson
2017-09-05 15:51   ` Ferruh Yigit

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