Re: [PATCH v2 07/14] nvme-core: add work elements to struct nvme_ctrl
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2018-11-21 22:29:03
Also in:
linux-block, linux-nvme
From: Sagi Grimberg <sagi@grimberg.me>
Date: 2018-11-21 22:29:03
Also in:
linux-block, linux-nvme
quoted
connect_work and err_work will be reused by nvme-tcp so share those in nvme_ctrl for rdma and fc to share.As said before when you sent this invididually: I'd rather not move struct members to the common struture until we actually start using it there. So for now please add it to the containing TCP-specific structure, although I'm looking forward to actually see code around it consolidated eventually.
FFFine....