[virtio-dev] Re: [PATCH v6] virtio-blk: add zoned block device specification

2022-09-19 Thread Dmitry Fomichev
I would like to request the TC vote on the GitHub issue #143 that has been created to track adding zoned block device support to virtio. Thank you, Dmitry Fixes: https://github.com/oasis-tcs/virtio-spec/issues/143 On Sun, 2022-09-04 at 12:56 -0400, Dmitry Fomichev wrote: > Introduce support

Re: [virtio-dev] [PATCH v8] virtio_net: support for split transport header

2022-09-19 Thread Jason Wang
在 2022/9/16 10:56, hengqi 写道: From: Xuan Zhuo The purpose of this feature is to split the transport header and the payload of the packet. | receive buffer1(page)| receive buffer2(page) | |<- offset ->| virtnet hdr | mac | ip | tcp |<- hold ->|payload

[virtio-dev] Re: [PATCH 3/3] virtio-blk: add support for zoned block devices

2022-09-19 Thread Dmitry Fomichev
Hi Pankaj, Damien, On Tue, 2022-09-20 at 08:59 +0900, Damien Le Moal wrote: > On 9/19/22 22:41, Pankaj Raghav wrote: > > Hi Dmitry, > > > > On Sun, Sep 18, 2022 at 10:29:21PM -0400, Dmitry Fomichev wrote: > > > The zone-specific code in the patch is heavily influenced by NVMe ZNS > > > code in