Message ID | 20230727192831.65495-1-rpearsonhpe@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | RDMA/rxe: Misc cleanups | expand |
On Thu, Jul 27, 2023 at 02:28:24PM -0500, Bob Pearson wrote: > This patch set is a collection of cleanup patches previously > posted as part of a larger set that included support for > nonlinear or fragmented packets. It has been rebased to the > current for-next branch after the application of three previous > patch sets: > RDMA/rxe: Fix incomplete state save in rxe_requester > RDMA/rxe: Misc fixes and cleanups > Enable rcu locking of verbs objects > > These changes are a pre-requisite for a patch set to follow > which implemements support for nonlinear packets. They are > mainly a code cleanup of rxe_req.c. > > Bob Pearson (8): > RDMA/rxe: Add pad size to struct rxe_pkt_info > RDMA/rxe: Isolate code to fill request roce headers > RDMA/rxe: Isolate request payload code in a subroutine > RDMA/rxe: Remove paylen parameter from rxe_init_packet > RDMA/rxe: Isolate code to build request packet > RDMA/rxe: Put fake udp send code in a subroutine > RDMA/rxe: Combine setting pkt info > RDMA/rxe: Move next_opcode to rxe_opcode.c This doesn't apply to anything I have so I'm going to drop it for now, resend it when it can be applied I didn't notice anything troubling in it Thanks, Jason