On Wed, Mar 29, 2023 at 03:30:17AM +0000, Chaitanya Kulkarni wrote: > On 3/28/23 11:35, Keith Busch wrote: > > On Wed, Mar 22, 2023 at 11:16:45AM +0100, Daniel Wagner wrote: > >> Setup different queues, e.g. read and poll queues. > > If you wanted to add a similar test for pci, you do it by echo'ing the desired > > options to: > > > > /sys/modules/nvme/parameters/{poll_queues,write_queues} > > > > Then do an 'nvme reset' on the target nvme pci device. > > > > I'll just note that such a test will currently fail, and fixing that doesn't > > look like fun. :) > > then we should definitely add it ;) ha ha. > > I was actually wondering about pci based on the discussion on this thread > was mainly focused on tcp and rdam, thanks for the suggestion Keith. The test is fabric centric because we configure the queues via the 'nvme connect' call, something we can't do for PCI. It look likes it needs another new test for PCI. Let me get this one sorted out first though.