Re: [RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register

2023-05-02 Thread Viktor Prutyanov
On Wed, Apr 26, 2023 at 8:32 AM Jason Wang wrote: > > > 在 2023/4/24 19:21, Viktor Prutyanov 写道: > > According to PCIe Address Translation Services specification 5.1.3., > > ATS Control Register has Enable bit to enable/disable ATS. > > Add a new field for a trigger function which is called at the

Re: [RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register

2023-04-25 Thread Jason Wang
在 2023/4/26 13:31, Jason Wang 写道: 在 2023/4/24 19:21, Viktor Prutyanov 写道: According to PCIe Address Translation Services specification 5.1.3., ATS Control Register has Enable bit to enable/disable ATS. Add a new field for a trigger function which is called at the Enable bit change, so that PC

Re: [RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register

2023-04-25 Thread Jason Wang
在 2023/4/24 19:21, Viktor Prutyanov 写道: According to PCIe Address Translation Services specification 5.1.3., ATS Control Register has Enable bit to enable/disable ATS. Add a new field for a trigger function which is called at the Enable bit change, so that PCIe devices can handle ATS enable/dis

[RFC PATCH 1/4] pci: add handling of Enable bit in ATS Control Register

2023-04-24 Thread Viktor Prutyanov
According to PCIe Address Translation Services specification 5.1.3., ATS Control Register has Enable bit to enable/disable ATS. Add a new field for a trigger function which is called at the Enable bit change, so that PCIe devices can handle ATS enable/disable. Signed-off-by: Viktor Prutyanov ---