195 questions
Sending PCIe Message TLP (Vendor Defined Message) from windows Kernel mode driver
Srinath Prakash
5
Reputation points
Hi, I'm trying to write a custom driver on windows 10 (with KMDF) to frame & send PCIe TLP packets to PCIe EndPoint with user-defined payload. I'm able to do PCIe CfgRead, CfgWrite operations with READ_REGISTER_ULONG and WRITE_REGISTER_ULONG APIs. Wanted to know if we can form Message TLP with TLP headers for sending Vendor Defined Message(VDM) from driver. do we have any APIs in driver framework or any other way to send Message TLP from driver ? Any help or reference would be appreciated. Thanks.
Windows development | Windows Driver Kit (WDK)
Developer technologies | C++
3,978 questions
Developer technologies | Visual Studio | Other
5,457 questions
Sign in to answer