Virtio-blk extended lifetime feature

2023-01-14 Thread Alvaro Karsz
Hi guys, While trying to upstream the implementation of VIRTIO_BLK_F_LIFETIME feature, many developers suggested that this feature should be extended to include more cell types, since its current implementation in virtio spec is relevant for MMC and UFS devices only. The VIRTIO_BLK_F_LIFETIME def

RE: [PATCH net-next 0/2] Small packet processing handling changes

2023-01-14 Thread Parav Pandit via Virtualization
Hi Jakub, Dave, > From: Parav Pandit > Sent: Friday, January 13, 2023 5:36 PM > > Hi, > > These two changes improve the small packet handling. > > Patch summary: > patch-1 fixes the length check by considering Ethernet 60B frame size > patch-2 avoids code duplication by reuses existing buffer

RE: [PATCH net-next 1/2] virtio_net: Fix short frame length check

2023-01-14 Thread Parav Pandit via Virtualization
> From: Alexander Duyck > Sent: Friday, January 13, 2023 7:24 PM > > On Fri, Jan 13, 2023 at 3:37 PM Parav Pandit wrote: > > > > > > > From: Alexander H Duyck > > > Sent: Friday, January 13, 2023 6:24 PM > > > > > > On Sat, 2023-01-14 at 00:36 +0200, Parav Pandit wrote: > > > > A smallest Ethe