Message ID | 1605526408-6936-1-git-send-email-liweihang@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/hns: Support UD for HIP09 | expand |
On Mon, Nov 16, 2020 at 07:33:21PM +0800, Weihang Li wrote: > This series does cleanups on UD related code at first, including removing > dead code, adding necessary check and some refactors. Then the UD feature > is enabled on HIP09. > > Changes since v1: > - Don't allow HIP08's user to create AH and UD QP from userspace and add > .create_user_ah in #6. > - Drop #4 from the v1 series which needs more discussion about the reserved > sl. > link: https://patchwork.kernel.org/project/linux-rdma/cover/1604057975-23388-1-git-send-email-liweihang@huawei.com/ > > Weihang Li (7): > RDMA/hns: Only record vlan info for HIP08 > RDMA/hns: Fix missing fields in address vector > RDMA/hns: Avoid setting loopback indicator when smac is same as dmac > RDMA/hns: Remove the portn field in UD SQ WQE > RDMA/hns: Simplify process of filling UD SQ WQE > RDMA/hns: Add UD support for HIP09 > RDMA/hns: Add support for UD inline Applied to for-next, thanks Jason
On Thu, Nov 26, 2020 at 03:44:41PM -0400, Jason Gunthorpe wrote: > On Mon, Nov 16, 2020 at 07:33:21PM +0800, Weihang Li wrote: > > This series does cleanups on UD related code at first, including removing > > dead code, adding necessary check and some refactors. Then the UD feature > > is enabled on HIP09. > > > > Changes since v1: > > - Don't allow HIP08's user to create AH and UD QP from userspace and add > > .create_user_ah in #6. > > - Drop #4 from the v1 series which needs more discussion about the reserved > > sl. > > link: https://patchwork.kernel.org/project/linux-rdma/cover/1604057975-23388-1-git-send-email-liweihang@huawei.com/ > > > > Weihang Li (7): > > RDMA/hns: Only record vlan info for HIP08 > > RDMA/hns: Fix missing fields in address vector > > RDMA/hns: Avoid setting loopback indicator when smac is same as dmac > > RDMA/hns: Remove the portn field in UD SQ WQE > > RDMA/hns: Simplify process of filling UD SQ WQE > > RDMA/hns: Add UD support for HIP09 > > Applied to for-next, thanks > > RDMA/hns: Add support for UD inline But I didn't take this patch since it seems to be dead code Jason