[dpdk-dev] net/bnxt: remove unused rx_tpa from bnxt_rx_queue{}

Message ID 999F047A-1EB4-45A2-826D-A3CE4E5FAE75@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Ilya Matveychikov Nov. 14, 2017, 12:42 p.m. UTC
  Signed-off-by: Ilya V. Matveychikov <matvejchikov@gmail.com>
---
 drivers/net/bnxt/bnxt_rxq.h | 2 --
 1 file changed, 2 deletions(-)

--
2.15.0
  

Comments

Ferruh Yigit Nov. 28, 2017, 10:50 p.m. UTC | #1
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>
  
Ferruh Yigit Dec. 2, 2017, 1:29 a.m. UTC | #2
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.
  

Patch

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