From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f44.google.com ([209.85.221.44]) by ewsd; Wed Oct 14 22:30:49 -0400 2020 Received: by mail-wr1-f44.google.com with SMTP id e17so1310503wru.12 for <9front@9front.org>; Wed, 14 Oct 2020 19:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=offblast-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=8Mw/sVsc+80y5IXhHrdU4I84e5f8T3KF0Kmg3aa2ePs=; b=SXg0/vWHUbuH1mp6wR6SOlpNTFbhpeKrZXAZE4fMsHZuz9QSUBlV9xjubR/PwPZDbj 9vd+yEt12DjUCmOI3Sa8fGqzS9blP/wf4weBQDBwyaUz2/hYBGSXnBboaeeFfMhHWCBx 55KZUb1UU/jWF8eJPY+G4tiZqYBdKjWug6XFe3wToXwC0ECvn6mwPC3wwLTAYoxa3xV8 WsN4UoLLcCs81a4hOaMs/Bd0wd0kmjmV8Hnp6LWIQ3nFwz0aSsRSkLKsrULwZdEVtq2r bm9qDnuFlo3EsvV0vzxw1Azd/3Gu6+lBYvibYqGa3hH5bsHZJK264KqFvQ3OWOFvCXui zsgQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=8Mw/sVsc+80y5IXhHrdU4I84e5f8T3KF0Kmg3aa2ePs=; b=IIr1XTFAy/o7tc4Xi7kzZixv9b8ncjlkbREflPgD/ONjxZZ800IHZgzltWUzSgQwpC bT0X/Jc0YwmbPMHCfRtzI0e2P3e1DdhIsajNDPyrm77i9o1nBWUnYGSRsHkW9cs/Hl8n n0FQfR7DoL52jbsL9z31wjKA0ivf/cdpcTi5SauIEi7gg9l9iw+Rk34+88HYEVC7s/ta H1V/ecpyL4CDJp5Yxp/2+lfjzExE27n4tQrxcr5hNAeXwCzA4fSlw5IV6uv0kxg5G1SV PqFoXkAmFTalmBTt/WJHl4Vb6gZfnBebxKwqodozpDJNnIUpYXoLD5gS73S104sg7DKR IzHA== X-Gm-Message-State: AOAM530idVGxYouNK+kWH4YyKxF8Rdvz0bzMDoHpjcyrJs+A6zqWVkZL FokTtP9nrJwBt6vqZdSHqydDCAuBV/ye+/VSo2nJRw5SFB2eug== X-Google-Smtp-Source: ABdhPJx/0SaXtH1htacV8zlmbUcVXNhCHqoWMcmJQzLiKnbScIozfv+E5Rp5jSLknusGzYjjck/x9NDsnw46//un7VU= X-Received: by 2002:adf:e744:: with SMTP id c4mr1567374wrn.222.1602729044063; Wed, 14 Oct 2020 19:30:44 -0700 (PDT) MIME-Version: 1.0 From: Nick Owens Date: Wed, 14 Oct 2020 19:30:33 -0700 Message-ID: Subject: bug: sdnvme blindly initializes conf.nmach submission queues To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extensible responsive STM HTTP grid GPU framework i have new SB-RKTQ4-1TB nvme disks. the 9front kernel fails to initialize the disk because sdnvme attempts to create one submission queue per CPU, but my ryzen 1700X has 8c/16t and the disk only has 8 completion queues and 8 submission queues: root@abacus:/home/mischief# nvme get-feature /dev/nvme1n1 -f 0x7 get-feature:0x7 (Number of Queues), Current value:0x070007 thus, my disks don't work at all in 9front.