vmxnet3: support multi-segment transmit
[dpdk.git] / drivers / net / vmxnet3 / vmxnet3_ring.h
index ebe6268..612487e 100644 (file)
@@ -125,6 +125,7 @@ struct vmxnet3_txq_stats {
                                     * the counters below track droppings due to
                                     * different reasons
                                     */
+       uint64_t        drop_too_many_segs;
        uint64_t        drop_tso;
        uint64_t        tx_ring_full;
 };