From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Steve Wise" To: "'Christoph Hellwig'" , , Cc: , , , "'Sagi Grimberg'" References: <1467809752-31320-1-git-send-email-hch@lst.de> <1467809752-31320-2-git-send-email-hch@lst.de> In-Reply-To: <1467809752-31320-2-git-send-email-hch@lst.de> Subject: RE: [PATCH 1/5] blk-mq: Introduce blk_mq_reinit_tagset Date: Fri, 8 Jul 2016 08:46:41 -0500 Message-ID: <003401d1d91f$28a153d0$79e3fb70$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" List-ID: > From: Sagi Grimberg > > The new nvme-rdma driver will need to reinitialize all the tags as part of > the error recovery procedure (realloc the tag memory region). Add a helper > in blk-mq for it that can iterate over all requests in a tagset to make > this easier. > > Signed-off-by: Sagi Grimberg > Tested-by: Ming Lin > Reviewed-by: Stephen Bates > Signed-off-by: Christoph Hellwig Looks fine. Reviewed-by: Steve Wise