Re: [PATCH v9] event/dlb2: add support for single 512B write of 4 QEs

2022-06-14 Thread Jerin Jacob
On Tue, Jun 14, 2022 at 2:09 AM Timothy McDaniel wrote: > > On Xeon, 512b accesses are available, so movdir64 instruction is able to > perform 512b read and write to DLB producer port. In order for movdir64 > to be able to pull its data from store buffers (store-buffer-forwarding) > (before actual

[PATCH v9] event/dlb2: add support for single 512B write of 4 QEs

2022-06-13 Thread Timothy McDaniel
On Xeon, 512b accesses are available, so movdir64 instruction is able to perform 512b read and write to DLB producer port. In order for movdir64 to be able to pull its data from store buffers (store-buffer-forwarding) (before actual write), data should be in single 512b write format. This commit ad