> From: Mark Lehrer <lehrer@xxxxxxxxx> > Sent: Friday, April 14, 2023 12:24 PM > I'm going to try making the nvme-fabrics set of modules use the network > namespace properly with RoCEv2. TCP seems to work properly already, so this > should be more of a "port" than real development. TCP without net ns notifier missed the net ns delete scenario results in a use after free bug, that should be fixed first as its critical. > Are you (or anyone else) interested in working on this too? I'm more familiar > with the video frame buffer area of the kernel, so first I'm familiarizing myself > with how nvme-fabrics works with TCP & netns. > > Thanks, > Mark