build: fix essential drivers in disable list
[dpdk.git] / drivers / net / mlx4 / mlx4_rxtx.c
index adc1c9b..ecf08f5 100644 (file)
@@ -921,10 +921,6 @@ mlx4_tx_burst(void *dpdk_txq, struct rte_mbuf **pkts, uint16_t pkts_n)
                if (likely(elt->buf != NULL)) {
                        struct rte_mbuf *tmp = elt->buf;
 
-#ifdef RTE_LIBRTE_MLX4_DEBUG
-                       /* Poisoning. */
-                       memset(&elt->buf, 0x66, sizeof(struct rte_mbuf *));
-#endif
                        /* Faster than rte_pktmbuf_free(). */
                        do {
                                struct rte_mbuf *next = tmp->next;