From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8581816605778292272==" MIME-Version: 1.0 From: Walker, Benjamin Subject: Re: [SPDK] Does SPDK have specific requirement for NVMe SSDs(device controller) to get it working in the best way? Date: Mon, 25 Mar 2019 20:08:27 +0000 Message-ID: <30adab4a373cba5b40d49771ffb14fdc288ef313.camel@intel.com> In-Reply-To: MW2PR2101MB1113B54736388BE8120AFE37D55E0@MW2PR2101MB1113.namprd21.prod.outlook.com List-ID: To: spdk@lists.01.org --===============8581816605778292272== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, 2019-03-25 at 18:07 +0000, Liang Yang wrote: > For example, how many I/O queue pairs, MSI-X messages, MDTS etc. Most NVMe devices only need 1 I/O queue pair to get their full performance,= but that's ultimately up to the device. SPDK places no new requirements above w= hat the device requires. SPDK does not use interrupts, so MSI-X is all disabled and doesn't matter. SPDK will just automatically do the right thing for MDTS and optimal write = size and striping and all of that. You don't have to worry about it. Thanks, Ben > = > Liang > = > _______________________________________________ > SPDK mailing list > SPDK(a)lists.01.org > https://lists.01.org/mailman/listinfo/spdk --===============8581816605778292272==--