Re: [dpdk-dev] [PATCH v2] net/mlx5: check Tx queue size overflow

2019-04-30 Thread Shahaf Shuler
Wednesday, May 1, 2019 4:16 AM, Yongseok Koh: > Subject: Re: [PATCH v2] net/mlx5: check Tx queue size overflow > > > > On Apr 30, 2019, at 6:01 PM, Yongseok Koh wrote: > > > > If Tx packet inlining is enabled, rdma-core library should allocate > > large Tx WQ enough to support it. It is better f

Re: [dpdk-dev] [PATCH v2] net/mlx5: check Tx queue size overflow

2019-04-30 Thread Yongseok Koh
> On Apr 30, 2019, at 6:01 PM, Yongseok Koh wrote: > > If Tx packet inlining is enabled, rdma-core library should allocate large > Tx WQ enough to support it. It is better for PMD to calculate the size of > WQ based on the parameters and return error with appropriate message if it > exceeds the

[dpdk-dev] [PATCH v2] net/mlx5: check Tx queue size overflow

2019-04-30 Thread Yongseok Koh
If Tx packet inlining is enabled, rdma-core library should allocate large Tx WQ enough to support it. It is better for PMD to calculate the size of WQ based on the parameters and return error with appropriate message if it exceeds the device capability. Cc:sta...@dpdk.org Signed-off-by: Yongseok