numam-dpdk/drivers/event
Timothy McDaniel d0ce87e41c event/dlb2: support single 512B write of 4 QEs
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 add change when code is built for Xeon with 512b AVX support
to make single 512b write of all 4 QEs instead of 4x64b writes.

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
Acked-by: Kent Wires <kent.wires@intel.com>
2022-06-20 19:32:02 +02:00
..
cnxk event/cnxk: add Tx adapter freeing 2022-06-13 08:00:09 +02:00
dlb2 event/dlb2: support single 512B write of 4 QEs 2022-06-20 19:32:02 +02:00
dpaa eventdev: negate maintenance capability flag 2021-11-15 08:22:38 +01:00
dpaa2 net/dpaa2: support multiple Tx queues enqueue for ordered 2022-01-20 16:24:08 +01:00
dsw fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
octeontx event/octeontx: fix SSO fast path 2022-06-09 17:49:55 +02:00
opdl fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
skeleton eventdev: negate maintenance capability flag 2021-11-15 08:22:38 +01:00
sw remove unnecessary null checks 2022-02-12 12:07:48 +01:00
meson.build drivers: remove octeontx2 drivers 2022-01-12 15:36:32 +01:00