git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7cb24
)
net/i40e: remove unused and incorrect definition
author
Jingjing Wu
<jingjing.wu@intel.com>
Sun, 3 Sep 2017 18:37:38 +0000
(
02:37
+0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 6 Oct 2017 00:49:48 +0000
(
02:49
+0200)
Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/i40e/base/i40e_osdep.h
patch
|
blob
|
history
diff --git
a/drivers/net/i40e/base/i40e_osdep.h
b/drivers/net/i40e/base/i40e_osdep.h
index
c57ecde
..
fbcb729
100644
(file)
--- 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)