From nobody Sun Dec 19 16:28:02 2021 X-Original-To: freebsd-virtualization@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B0B13190A40F for ; Sun, 19 Dec 2021 16:28:40 +0000 (UTC) (envelope-from marietto2008@gmail.com) Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JH7Sm3vY2z3R8R for ; Sun, 19 Dec 2021 16:28:40 +0000 (UTC) (envelope-from marietto2008@gmail.com) Received: by mail-lf1-x12f.google.com with SMTP id d38so16429579lfv.0 for ; Sun, 19 Dec 2021 08:28:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Oh7K7xJ6kc8Dw4onH2fHnnbXfYjLrl2zy68WIdy4/sU=; b=Mlc06R28gIbwlzV/+ZMKP3SZjPF+YSjDCeGV64Q1KsM7pUCueqGaqn+xQiG5Nw/HN9 cvkWCAjp+zBJv1xY00raeBit681ITP5DREUW2xq7+loMtbGmf6XyFD2oMXuEIKq/y06o pjqp5RsUAC5cD2LVb2MnMXTTqz9kqVCYm4EEYaWySWelqPWCDAfjZKnWZpZT/LC3DkRS kdHA8zq+jq4yCw2UPZTBP2nDrb8JlaAGZTOJ5vAfSMgjG23xVz5qloBGkIvazCOf6cNM rWB9w4erb1ATwcpn6Uzh/NcybmRA3zmm0VivyPQlUhuezWHno88AO3FYmsVoBp4ShkdK KjAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Oh7K7xJ6kc8Dw4onH2fHnnbXfYjLrl2zy68WIdy4/sU=; b=R6+U6DdwK1JuKZSAIgjI3ODDKEfN/LGsn1L8uCYgT2lVXrFGFQH38vN2uXWT81i3Pr CGrg8V6zJFm0vAwfwoy9SSZIAZTi0EB4gaNVgk7HcLwtEAnY5g7Sk6Inabk/cDbmUMbb dkYhlAfUmuGTR5qvELikOOBDVIpsc2SIxrrHmYjirSEtqIpqLDoc98fzXbjvg0qL6stH u6Vw41ApdES66haaVSPsvpjfHAeILof1P6zQF1Wd8L4YGqAnGM1Q2/gWfSSqJ2EJNaGM swWOVPCxNPaRZL1a7TfYyLViiN3PFx9jxC+RGXDvF8ero6aC3Dm8KXeVrEAWXOnKwHT0 Zysg== X-Gm-Message-State: AOAM530/cSd+IzwPdf9a09WdZPiL285im/4TMWRrOzNumy7OQQmce//X NHuowlSt/2SXNjr6M6yGhufCaR4J1wEg95bsyMlSz5638+Y= X-Google-Smtp-Source: ABdhPJzypc03sU8TpxlCLBf8Dpxm2s10W/kipXQ3uh7H/rlb4tmf49wsTWTB76BLNRvwh92Vx8tpg+DXhcEa5Nf+ZzI= X-Received: by 2002:ac2:48ae:: with SMTP id u14mr12527514lfg.610.1639931319086; Sun, 19 Dec 2021 08:28:39 -0800 (PST) List-Id: Discussion List-Archive: https://lists.freebsd.org/archives/freebsd-virtualization List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org MIME-Version: 1.0 References: In-Reply-To: From: Mario Marietto Date: Sun, 19 Dec 2021 17:28:02 +0100 Message-ID: Subject: Re: bhyve NVMe 1.4 support To: Chuck Tuffli Cc: FreeBSD virtualization Content-Type: multipart/alternative; boundary="000000000000baf1c305d38243f0" X-Rspamd-Queue-Id: 4JH7Sm3vY2z3R8R X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --000000000000baf1c305d38243f0 Content-Type: text/plain; charset="UTF-8" Hello. Can you gently write me the instructions here about how to apply your patches and I will test everything on my Freebsd 13R. thanks. Il giorno dom 19 dic 2021 alle ore 17:24 Chuck Tuffli ha scritto: > On Tue, Dec 7, 2021 at 7:58 AM Chuck Tuffli wrote: > > > > I've been working on a patch series to get bhyve's NVMe emulation > > compliant with the v1.4 specification. The compliance tests now pass, > > and I will work on getting the patches up for review "soon". In the > > meantime, there is a copy of the full changes if anyone is interested > > in testing on current or 13-stable. > > > > https://people.freebsd.org/~chuck/nvme-1.4/pci_nvme.c > > Reviews are up for the series: > > D33564: bhyve nvme: Advertise v1.4 support > D33565: bhyve nvme: Fix NVM Format completion status > D33566: bhyve nvme: Fix Namespace Specific Set Features > D33567: bhyve nvme: Implement LBA Range Type feature > D33568: bhyve nvme: Implement Log Page Offset > D33569: bhyve nvme: Add missing Admin opcodes > D33570: bhyve nvme: Remove redundant AER Limit checks > D33571: bhyve nvme: Fix Set Features > D33572: bhyve nvme: Add Temperature Threshold support > D33573: bhyve nvme: Update v1.4 Identify Controller data > D33574: bhyve nvme: Add Select support to Get Features > D33575: bhyve nvme: Fix LBA out-of-range calculation > D33576: bhyve nvme: Fix reported VWC value > D33577: bhyve nvme: Fix Set Features, AEN > D33578: bhyve nvme: Fix Identify Namespace, NSID=ffffffff > > --chuck > > -- Mario. --000000000000baf1c305d38243f0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello.

Can you gently write = me the instructions here about how to apply your patches and I will test ev= erything on my Freebsd 13R. thanks.

Il giorno dom 19 dic 2021 alle= ore 17:24 Chuck Tuffli <chuck@tuffl= i.net> ha scritto:
On Tue, Dec 7, 2021 at 7:58 AM Chuck Tuffli <chuck@tuffli.net> wrote:
>
> I've been working on a patch series to get bhyve's NVMe emulat= ion
> compliant with the v1.4 specification. The compliance tests now pass,<= br> > and I will work on getting the patches up for review "soon".= In the
> meantime, there is a copy of the full changes if anyone is interested<= br> > in testing on current or 13-stable.
>
> https://people.freebsd.org/~chuck/nvme-1.= 4/pci_nvme.c

Reviews are up for the series:

D33564: bhyve nvme: Advertise v1.4 support
D33565: bhyve nvme: Fix NVM Format completion status
D33566: bhyve nvme: Fix Namespace Specific Set Features
D33567: bhyve nvme: Implement LBA Range Type feature
D33568: bhyve nvme: Implement Log Page Offset
D33569: bhyve nvme: Add missing Admin opcodes
D33570: bhyve nvme: Remove redundant AER Limit checks
D33571: bhyve nvme: Fix Set Features
D33572: bhyve nvme: Add Temperature Threshold support
D33573: bhyve nvme: Update v1.4 Identify Controller data
D33574: bhyve nvme: Add Select support to Get Features
D33575: bhyve nvme: Fix LBA out-of-range calculation
D33576: bhyve nvme: Fix reported VWC value
D33577: bhyve nvme: Fix Set Features, AEN
D33578: bhyve nvme: Fix Identify Namespace, NSID=3Dffffffff

--chuck



--
Mario.
--000000000000baf1c305d38243f0--