]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/sfc_dp_tx.h
net/sfc: use Tx queue max fill level calculated on init
[dpdk.git] / drivers / net / sfc / sfc_dp_tx.h
index 32d76810ef6fe81034c540c3680ee33fd4c3d394..4485b2fb95034f59da508a830e6eae5060c428a2 100644 (file)
@@ -57,6 +57,8 @@ struct sfc_dp_txq {
  * readable.
  */
 struct sfc_dp_tx_qcreate_info {
+       /** Maximum number of pushed Tx descriptors */
+       unsigned int            max_fill_level;
        /** Minimum number of unused Tx descriptors to do reap */
        unsigned int            free_thresh;
        /** Transmit queue configuration flags */