OASIS Open Mailing List Archives  ·  All Lists  ·  virtio  ·  2023-08

virtio — archive

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]

[PATCH requirements 0/7] virtio net new features requirements


> From: David Edmondson <[email protected]> > Sent: Monday, August 14, 2023 6:40 PM > >> > +5. The device should be able to zero pad the header buffer when the > received > >> > + header is shorter than cpu cache line size. > >> > >> What's the use case for this (item 5)? > > > > Without zero padding, each header write results in a > > read-modify-write, possibly over PCIe. That can significantly depress > > throughput. > > Understood. So it could be anything padding, we just want to write a full cache > line. Yes. if the data descriptor is partial, need to zero fill too. I will double check if I covered already or not. Yet catching up after a break.

[Date Prev]  |  [Thread Prev]  |  [Thread Next]  |  [Date Next]   —  [Date Index]  |  [Thread Index]  |  [Month Index]  |  [List Home]