All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Nader <dev@kayoway.com>
To: kbusch@kernel.org, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me
Cc: linux-nvme@lists.infradead.org, Jason Nader <dev@kayoway.com>
Subject: [PATCH 0/1] nvme-pci: add quirks for Lexar NM790
Date: Thu, 23 May 2024 00:56:13 +0900	[thread overview]
Message-ID: <20240522155614.191849-1-dev@kayoway.com> (raw)

Hi,

This adds Lexar NM790 to the quirks list.
Other drives in the model line-up already exist in the list.

Kernel logs before:

nvme nvme1: pci function 0000:03:00.0
nvme nvme1: missing or invalid SUBNQN field.
nvme nvme1: allocated 32 MiB host memory buffer.
nvme nvme1: 8/0/0 default/read/poll queues
block nvme1n1: No UUID available providing old NGUID

Kernel logs after:

nvme nvme1: pci function 0000:03:00.0
nvme nvme1: allocated 32 MiB host memory buffer.
nvme nvme1: 8/0/0 default/read/poll queues
nvme nvme1: Ignoring bogus Namespace Identifiers

Other info:

>sudo nvme ns-descs /dev/nvme1n1    
NVME Namespace Identification Descriptors NS 1:
eui64   : 6479a74b40200c00
nguid   : 00000000000000000000000000000000

Jason Nader (1):
  nvme-pci: add quirks for Lexar NM790

 drivers/nvme/host/pci.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.45.1



             reply	other threads:[~2024-05-22 15:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-22 15:56 Jason Nader [this message]
2024-05-22 15:56 ` [PATCH 1/1] nvme-pci: add quirks for Lexar NM790 Jason Nader
2024-05-22 17:42 ` [PATCH 0/1] " Keith Busch
2024-05-23  9:52   ` Jason Nader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240522155614.191849-1-dev@kayoway.com \
    --to=dev@kayoway.com \
    --cc=axboe@kernel.dk \
    --cc=hch@lst.de \
    --cc=kbusch@kernel.org \
    --cc=linux-nvme@lists.infradead.org \
    --cc=sagi@grimberg.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.