Re: [PATCH iproute2-next 0/4] RAW format dumps through RDMAtool

2020-05-26 Thread Leon Romanovsky
On Tue, May 26, 2020 at 09:07:34PM -0600, David Ahern wrote: > On 5/26/20 8:59 PM, Leon Romanovsky wrote: > > > > Yes, you remember correctly. > > > > What should I write in the series to make it clear that the patches > > need to be reviewed but not merged yet due to on-going kernel > > submission

Re: [PATCH iproute2-next 0/4] RAW format dumps through RDMAtool

2020-05-26 Thread David Ahern
On 5/26/20 8:59 PM, Leon Romanovsky wrote: > > Yes, you remember correctly. > > What should I write in the series to make it clear that the patches > need to be reviewed but not merged yet due to on-going kernel > submission? > > We are not merging any code in RDMA that doesn't have correspondin

Re: [PATCH iproute2-next 0/4] RAW format dumps through RDMAtool

2020-05-26 Thread Leon Romanovsky
On Tue, May 26, 2020 at 06:00:17PM -0600, David Ahern wrote: > On 5/20/20 4:25 AM, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Hi, > > > > The following series adds support to get the RDMA resource data in RAW > > format. The main motivation for doing this is to enable vendors to > >

Re: [PATCH iproute2-next 0/4] RAW format dumps through RDMAtool

2020-05-26 Thread David Ahern
On 5/20/20 4:25 AM, Leon Romanovsky wrote: > From: Leon Romanovsky > > Hi, > > The following series adds support to get the RDMA resource data in RAW > format. The main motivation for doing this is to enable vendors to > return the entire QP/CQ/MR data without a need from the vendor to set > eac

[PATCH iproute2-next 0/4] RAW format dumps through RDMAtool

2020-05-21 Thread Leon Romanovsky
From: Leon Romanovsky Hi, The following series adds support to get the RDMA resource data in RAW format. The main motivation for doing this is to enable vendors to return the entire QP/CQ/MR data without a need from the vendor to set each field separately. User-space part of the kernel series [