Bug 879 - Enable SLAD
Summary: Enable SLAD
Status: CONFIRMED
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: x86_64 Linux
: P3-Medium S2-major
Target Milestone: ---
Assignee: xunlei
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-22 15:42 UTC by yiysun
Modified: 2022-04-22 15:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yiysun intel_group 2022-04-22 15:42:34 UTC
Intel Vt-d spec defines Second-Level Accessed/Dirty Support in ecaps. If this bit is set, that means hardware can update the access/dirty flags of second-level page entry. This is helpful to track dirty pages of DMA.

This patch set enables SLAD support and link it with VFIO.