mbox series

[ovs-dev,v3,0/2] netdev-dpdk: Apply device rx/tx descriptor limits.

Message ID 20230504173606.262663-1-ktraynor@redhat.com
Headers show
Series netdev-dpdk: Apply device rx/tx descriptor limits. | expand

Message

Kevin Traynor May 4, 2023, 5:36 p.m. UTC
v3:
- Changed get_config to remove duplicate rxq/txq sizes
- Simplified by going back to just 'requested_rxq/txq_size' and
  'rxq/txq_size' and dropped adding 'adjusted'
- Moved logging to dpdk_process_queue_size()
- Removed Acks as the code has changed a bit

GHA: https://github.com/kevintraynor/ovs/actions/runs/4885470692

Kevin Traynor (2):
  netdev-dpdk: Remove requested descriptors from get_config.
  netdev-dpdk: Check rx/tx descriptor sizes for device.

 lib/netdev-dpdk.c | 63 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 44 insertions(+), 19 deletions(-)