DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{}
@ 2017-11-14 12:42 Ilya Matveychikov
  2017-11-28 22:50 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ilya Matveychikov @ 2017-11-14 12:42 UTC (permalink / raw)
  To: dev

Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
---
 drivers/net/bnxt/bnxt_rxq.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/bnxt/bnxt_rxq.h b/drivers/net/bnxt/bnxt_rxq.h
index 508731eec..be190195a 100644
--- a/drivers/net/bnxt/bnxt_rxq.h
+++ b/drivers/net/bnxt/bnxt_rxq.h
@@ -59,8 +59,6 @@ struct bnxt_rx_queue {
 	uint32_t			rx_buf_use_size;  /* useable size */
 	struct bnxt_rx_ring_info	*rx_ring;
 	struct bnxt_cp_ring_info	*cp_ring;
-
-	struct bnxt_tpa_info		*rx_tpa;
 };

 void bnxt_free_rxq_stats(struct bnxt_rx_queue *rxq);
--
2.15.0

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

* Re: [dpdk-dev] [PATCH] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{}
  2017-11-14 12:42 [dpdk-dev] [PATCH] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{} Ilya Matveychikov
@ 2017-11-28 22:50 ` Ferruh Yigit
  2017-12-02  1:29   ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-11-28 22:50 UTC (permalink / raw)
  To: Ilya Matveychikov, dev; +Cc: Ajit Khaparde

On 11/14/2017 4:42 AM, Ilya Matveychikov wrote:

Please add maintainer to cc next time.

> Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

* Re: [dpdk-dev] [PATCH] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{}
  2017-11-28 22:50 ` Ferruh Yigit
@ 2017-12-02  1:29   ` Ferruh Yigit
  0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2017-12-02  1:29 UTC (permalink / raw)
  To: Ilya Matveychikov, dev; +Cc: Ajit Khaparde

On 11/28/2017 2:50 PM, Ferruh Yigit wrote:
> On 11/14/2017 4:42 AM, Ilya Matveychikov wrote:
> 
> Please add maintainer to cc next time.
> 
>> Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
> 
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

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

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-14 12:42 [dpdk-dev] [PATCH] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{} Ilya Matveychikov
2017-11-28 22:50 ` Ferruh Yigit
2017-12-02  1:29   ` 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).