RE: [PATCH 2/3] net/mlx5: improve stride parameter names

2021-12-08 Thread Michael Baum
On 12/07/2021 3:34 PM, ferruh.yi...@intel.com wrote: > > On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: > > From: Michael Baum > > > > In the striding RQ management there are two important parameters, the > > size of the single stride in bytes and the number of strides. > > > > Both the data-

Re: [PATCH 2/3] net/mlx5: improve stride parameter names

2021-12-07 Thread Ferruh Yigit
On 11/23/2021 6:38 PM, michae...@nvidia.com wrote: From: Michael Baum In the striding RQ management there are two important parameters, the size of the single stride in bytes and the number of strides. Both the data-path structure and config structure keep the log of the above parameters. Howev