Matthew Smith e7226a2127 dpdk: validate number of tx descriptors
The default number of tx descriptors per queue is 1024. On some device
types, this is larger than the maximum allowed value and
rte_eth_tx_queue_setup() can return an error. Compare the configured
value to the maximum value for each device and set the configured
value to the maximum value if the configured value is larger.

Type: improvement

Signed-off-by: Matthew Smith <mgsmith@netgate.com>
Change-Id: Ie29c5c6d58c76388f65f266032821140b0f879fb
2024-10-22 09:05:09 +00:00
..
2024-08-29 11:49:12 +00:00
2023-10-26 12:09:44 +00:00
2024-07-22 17:07:02 +00:00
2024-07-22 17:07:02 +00:00
2024-09-26 08:33:47 +00:00
2024-10-15 15:46:01 -04:00