* [PATCH] net/iavf: remove unimplemented function call
@ 2022-05-30 11:36 Qi Zhang
2022-05-30 12:49 ` Nicolau, Radu
0 siblings, 1 reply; 3+ messages in thread
From: Qi Zhang @ 2022-05-30 11:36 UTC (permalink / raw)
To: radu.nicolau; +Cc: dev, Qi Zhang, stable
Remove unimplemented function call be wrapped by
RTE_LIBRTE_IAVF_DEBUG_TX_DESC_RING
Fixes: 1e728b01120c ("net/iavf: rework Tx path")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
drivers/net/iavf/iavf_rxtx.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/net/iavf/iavf_rxtx.c b/drivers/net/iavf/iavf_rxtx.c
index bb3d7ea434..14d4dbe967 100644
--- a/drivers/net/iavf/iavf_rxtx.c
+++ b/drivers/net/iavf/iavf_rxtx.c
@@ -2660,12 +2660,6 @@ iavf_xmit_pkts(void *tx_queue, struct rte_mbuf **tx_pkts, uint16_t nb_pkts)
desc_idx = txq->tx_tail;
txe = &txe_ring[desc_idx];
-#ifdef RTE_LIBRTE_IAVF_DEBUG_TX_DESC_RING
- iavf_dump_tx_entry_ring(txq);
- iavf_dump_tx_desc_ring(txq);
-#endif
-
-
for (idx = 0; idx < nb_pkts; idx++) {
volatile struct iavf_tx_desc *ddesc;
struct iavf_ipsec_crypto_pkt_metadata *ipsec_md;
--
2.31.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net/iavf: remove unimplemented function call
2022-05-30 11:36 [PATCH] net/iavf: remove unimplemented function call Qi Zhang
@ 2022-05-30 12:49 ` Nicolau, Radu
2022-05-30 13:31 ` Zhang, Qi Z
0 siblings, 1 reply; 3+ messages in thread
From: Nicolau, Radu @ 2022-05-30 12:49 UTC (permalink / raw)
To: Qi Zhang; +Cc: dev, stable
On 5/30/2022 12:36 PM, Qi Zhang wrote:
> Remove unimplemented function call be wrapped by
> RTE_LIBRTE_IAVF_DEBUG_TX_DESC_RING
>
> Fixes: 1e728b01120c ("net/iavf: rework Tx path")
> Cc: stable@dpdk.org
>
> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> ---
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] net/iavf: remove unimplemented function call
2022-05-30 12:49 ` Nicolau, Radu
@ 2022-05-30 13:31 ` Zhang, Qi Z
0 siblings, 0 replies; 3+ messages in thread
From: Zhang, Qi Z @ 2022-05-30 13:31 UTC (permalink / raw)
To: Nicolau, Radu; +Cc: dev, stable
> -----Original Message-----
> From: Nicolau, Radu <radu.nicolau@intel.com>
> Sent: Monday, May 30, 2022 8:49 PM
> To: Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: dev@dpdk.org; stable@dpdk.org
> Subject: Re: [PATCH] net/iavf: remove unimplemented function call
>
>
> On 5/30/2022 12:36 PM, Qi Zhang wrote:
> > Remove unimplemented function call be wrapped by
> > RTE_LIBRTE_IAVF_DEBUG_TX_DESC_RING
> >
> > Fixes: 1e728b01120c ("net/iavf: rework Tx path")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
> > ---
> Acked-by: Radu Nicolau <radu.nicolau@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-30 13:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 11:36 [PATCH] net/iavf: remove unimplemented function call Qi Zhang
2022-05-30 12:49 ` Nicolau, Radu
2022-05-30 13:31 ` Zhang, Qi Z
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).