On Tue, Aug 06, 2019 at 02:46:58PM +0000, Jason Gunthorpe wrote: > On Sun, Aug 04, 2019 at 05:28:50AM -0300, Leon Romanovsky wrote: > > On Wed, Jul 31, 2019 at 02:40:12PM +0300, Leon Romanovsky wrote: > > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > > > Hi, > > > > > > Enable QUERY_LAG command over DEVX. That command was added to the mlx5_core, > > > but were not used and hence has wrong HW spec layout which is fixed in > > > first patch. The second patch actually makes this command available for > > > DEVX users. > > > > > > Thanks > > > > > > Mark Zhang (2): > > > net/mlx5: Fix mlx5_ifc_query_lag_out_bits > > > IB/mlx5: Support MLX5_CMD_OP_QUERY_LAG as a DEVX general command > > > > Both patches are applied to mlx5-next. > > Why the second one? It was one-liner patch and I preferred to save work from you. Thanks > > Jason