Message ID | 20220308143428.3401170-1-yajun.deng@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | RDMA: get rid of create_user_ah | expand |
On Tue, Mar 08, 2022 at 10:34:28PM +0800, Yajun Deng wrote: > The two members create_user_ah and create_ah in struct ib_device_ops > are very similar. we can use create_ah for all case. so get rid of > create_user_ah. 1. Please read commit message and content of commit 676a80adba01 ("RDMA: Remove AH from uverbs_cmd_mask") that added that .create_user_ah() callback. 2. You should send patches as a series that is threaded and not as stand-alone patches. Thanks
Thank you for the tip. -- Yajun March 9, 2022 5:21 PM, "Leon Romanovsky" <leonro@nvidia.com> wrote: > On Tue, Mar 08, 2022 at 10:34:28PM +0800, Yajun Deng wrote: > >> The two members create_user_ah and create_ah in struct ib_device_ops >> are very similar. we can use create_ah for all case. so get rid of >> create_user_ah. > > 1. Please read commit message and content of commit 676a80adba01 > ("RDMA: Remove AH from uverbs_cmd_mask") that added that .create_user_ah() > callback. > 2. You should send patches as a series that is threaded and not as > stand-alone patches. > > Thanks