Re: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-10 Thread Ferruh Yigit
On 12/9/2021 12:33 PM, Kevin Traynor wrote: On 08/12/2021 15:40, Matan Azrad wrote: Hi Ferruh Thanks for the review. Please see inside some clarifications. From: Ferruh Yigit On 12/8/2021 12:52 PM, Michael Baum wrote: On 12/07/2021 3:41 PM, ferruh.yi...@intel.com wrote: On 11/23/2021 6:3

Re: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-09 Thread Kevin Traynor
On 08/12/2021 15:40, Matan Azrad wrote: Hi Ferruh Thanks for the review. Please see inside some clarifications. From: Ferruh Yigit On 12/8/2021 12:52 PM, Michael Baum wrote: On 12/07/2021 3:41 PM, ferruh.yi...@intel.com wrote: On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: From: Mich

RE: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-08 Thread Matan Azrad
Hi Ferruh Thanks for the review. Please see inside some clarifications. From: Ferruh Yigit > On 12/8/2021 12:52 PM, Michael Baum wrote: > > > > On 12/07/2021 3:41 PM, ferruh.yi...@intel.com wrote: > >> > >> On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: > >>> From: Michael Baum > >>> > >>> I

Re: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-08 Thread Ferruh Yigit
On 12/8/2021 12:52 PM, Michael Baum wrote: On 12/07/2021 3:41 PM, ferruh.yi...@intel.com wrote: On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: From: Michael Baum In Multy-Packet RQ creation, the user can choose the number of strides Multi-Packet ? Yes, you're right. It should have be

RE: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-08 Thread Michael Baum
On 12/07/2021 3:41 PM, ferruh.yi...@intel.com wrote: > > On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: > > From: Michael Baum > > > > In Multy-Packet RQ creation, the user can choose the number of strides > > Multi-Packet ? Yes, you're right. It should have been Multi-Packet, thank you fo

Re: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-12-07 Thread Ferruh Yigit
On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: From: Michael Baum In Multy-Packet RQ creation, the user can choose the number of strides Multi-Packet ? and their size in bytes. The user updates it using specific devargs for both of these parameters. The above two parameters determine the

RE: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-11-23 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Tuesday, November 23, 2021 8:38 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Michael > Baum ; sta...@dpdk.org > Subject: [PATCH 3/3] net/mlx5: fix missing adjustment MPRQ

[PATCH 3/3] net/mlx5: fix missing adjustment MPRQ stride devargs

2021-11-23 Thread michaelba
From: Michael Baum In Multy-Packet RQ creation, the user can choose the number of strides and their size in bytes. The user updates it using specific devargs for both of these parameters. The above two parameters determine the size of the WQE which is actually their product of multiplication. If