All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/i40e: remove redundant macros
@ 2017-02-20  5:48 Qiming Yang
  2017-02-20 12:56 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Qiming Yang @ 2017-02-20  5:48 UTC (permalink / raw)
  To: dev; +Cc: jingjing.wu, ferruh.yigit, Qiming Yang

These macros are left by history and useless now.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 drivers/net/i40e/i40e_rxtx.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/net/i40e/i40e_rxtx.h b/drivers/net/i40e/i40e_rxtx.h
index f8bfc7c..d921ebd 100644
--- a/drivers/net/i40e/i40e_rxtx.h
+++ b/drivers/net/i40e/i40e_rxtx.h
@@ -34,9 +34,6 @@
 #ifndef _I40E_RXTX_H_
 #define _I40E_RXTX_H_
 
-#define I40E_TX_FLAG_CSUM         ((uint32_t)(1 << 0))
-#define I40E_TX_FLAG_TSYN         ((uint32_t)(1 << 2))
-
 #define RTE_PMD_I40E_RX_MAX_BURST 32
 #define RTE_PMD_I40E_TX_MAX_BURST 32
 
-- 
2.7.4

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

* Re: [PATCH] net/i40e: remove redundant macros
  2017-02-20  5:48 [PATCH] net/i40e: remove redundant macros Qiming Yang
@ 2017-02-20 12:56 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2017-02-20 12:56 UTC (permalink / raw)
  To: Qiming Yang, dev; +Cc: jingjing.wu

On 2/20/2017 5:48 AM, Qiming Yang wrote:
> These macros are left by history and useless now.
> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>

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

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

end of thread, other threads:[~2017-02-20 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20  5:48 [PATCH] net/i40e: remove redundant macros Qiming Yang
2017-02-20 12:56 ` Ferruh Yigit

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.