Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx queue size created with DevX

2021-02-04 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Thursday, February 4, 2021 2:04 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Ori Kam ; NBU-Contact-Thomas > Monjalon ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix Tx queue size created with DevX > > The

[dpdk-dev] [PATCH] net/mlx5: fix Tx queue size created with DevX

2021-02-04 Thread Viacheslav Ovsiienko
The number of descriptors specified for queue creation implies the queue should be able to contain the specified amount of packets being sent. Typically one packet takes one queue descriptor (WQE) to be handled. If there is inline data option enabled one packet might require more WQEs to embrace th