On Mon, Feb 24, 2025 at 01:31:10PM -0800, Keith Busch wrote: > From: Pavel Begunkov <asml.silence@xxxxxxxxx> > > Registered buffer are currently imported in two steps, first we lookup > a rsrc node and then use it to set up the iterator. The first part is > usually done at the prep stage, and import happens whenever it's needed. > As we want to defer binding to a node so that it works with linked > requests, combine both steps into a single helper. > > Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx> > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> Thanks, Ming