When I use tda4 as a PCIe endpoint device, refer to linux SDK's ep test, I configured a dram memory region mapped to BAR0 register, I need to know what command be written by host, ep test(pci_epf_test_cmd_handler) read it per 1ms, it will cause ep device response this command with a delay and consume ep's cpu resource. Is there a way can notify or interrupt ep's cpu when ep received any PCI transaction? If yes, ep firmware can know when host write BAR as soon as possible, and cpu can get idle when no transaction from host.