[PATCH v2 2/2] nvme-tcp: parallelize I/O queue allocation and startup

Mohamed Khalfella mkhalfella at purestorage.com
Sun Aug 30 15:25:58 PDT 2026


On Mon 2026-08-31 01:00:52 +0300, Sagi Grimberg wrote:
> 
> 
> On 25/08/2026 1:56, Surabhi Gogte wrote:
> > -	ret = sock_create_kern(current->nsproxy->net_ns,
> > +	ret = sock_create_kern(&init_net,
> 
> I don't think we can just change this...

Why we can not change it? Today the error recovery code running in
worker thread will be using init_net anyway, no?



More information about the Linux-nvme mailing list