Re: [dpdk-dev] MLX5 driver - number of descriptors overflow

2018-11-25 Thread Yongseok Koh
> On Nov 21, 2018, at 1:01 AM, Amedeo Sapio wrote: > > Hello, > > I experienced a problem with the MLX5 driver running a code that is working > fine with an Intel card. I have found that the reason of this error is an > overflow of the uint16_t number of descriptors in the mlx driver. > > Here

[dpdk-dev] MLX5 driver - number of descriptors overflow

2018-11-21 Thread Amedeo Sapio
Hello, I experienced a problem with the MLX5 driver running a code that is working fine with an Intel card. I have found that the reason of this error is an overflow of the uint16_t number of descriptors in the mlx driver. Here the details: - The NIC is a Mellanox ConnectX-5 100G. - This is a s