Message ID | 20180313222524.GA10837@ziepe.ca (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Tue, Mar 13, 2018 at 04:25:24PM -0600, Jason Gunthorpe wrote: > All of these defines are part of the uABI for the driver, this > header duplicates providers/i40iw/i40iw-abi.h in rdma-core. > > Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> > --- > .../hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename drivers/infiniband/hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h (98%) Jason, Can you please write target (-next,-rc,rdma-core) in the subject line for your patches? Thanks
On Wed, Mar 14, 2018 at 11:41:57AM +0200, Leon Romanovsky wrote: > On Tue, Mar 13, 2018 at 04:25:24PM -0600, Jason Gunthorpe wrote: > > All of these defines are part of the uABI for the driver, this > > header duplicates providers/i40iw/i40iw-abi.h in rdma-core. > > > > Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> > > .../hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > rename drivers/infiniband/hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h (98%) > > Jason, > > Can you please write target (-next,-rc,rdma-core) in the subject line > for your patches? I've done the same as what most others do, no tag is -next, everything else was tagged.. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Mar 14, 2018 at 11:11:33AM -0600, Jason Gunthorpe wrote: > On Wed, Mar 14, 2018 at 11:41:57AM +0200, Leon Romanovsky wrote: > > On Tue, Mar 13, 2018 at 04:25:24PM -0600, Jason Gunthorpe wrote: > > > All of these defines are part of the uABI for the driver, this > > > header duplicates providers/i40iw/i40iw-abi.h in rdma-core. > > > > > > Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> > > > .../hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > rename drivers/infiniband/hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h (98%) > > > > Jason, > > > > Can you please write target (-next,-rc,rdma-core) in the subject line > > for your patches? > > I've done the same as what most others do, no tag is -next, everything > else was tagged.. The tagging helps to find and group messages very easily in mutt. I don't know how it is handled in other clients, but in mutt, my usual pattern is simply hit "l" (limit) and write "-next" after that to see only patches for -next. Thanks > > Jason > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/infiniband/hw/i40iw/i40iw_ucontext.h b/include/uapi/rdma/i40iw-abi.h similarity index 98% rename from drivers/infiniband/hw/i40iw/i40iw_ucontext.h rename to include/uapi/rdma/i40iw-abi.h index 57d3f1d11ff1f5..bfc3aaf2e56a5b 100644 --- a/drivers/infiniband/hw/i40iw/i40iw_ucontext.h +++ b/include/uapi/rdma/i40iw-abi.h @@ -34,8 +34,8 @@ * */ -#ifndef I40IW_USER_CONTEXT_H -#define I40IW_USER_CONTEXT_H +#ifndef I40IW_ABI_H +#define I40IW_ABI_H #include <linux/types.h>
All of these defines are part of the uABI for the driver, this header duplicates providers/i40iw/i40iw-abi.h in rdma-core. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> --- .../hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename drivers/infiniband/hw/i40iw/i40iw_ucontext.h => include/uapi/rdma/i40iw-abi.h (98%)