Re: [PATCH for 8.0] igb: Fix DMA requester specification for Tx packet

2023-03-24 Thread Jason Wang
On Thu, Mar 16, 2023 at 8:29 PM Akihiko Odaki wrote: > > igb used to specify the PF as DMA requester when reading Tx packets. > This made Tx requests from VFs to be performed on the address space of > the PF, defeating the purpose of SR-IOV. Add some logic to change the > requester depending on th

[PATCH for 8.0] igb: Fix DMA requester specification for Tx packet

2023-03-16 Thread Akihiko Odaki
igb used to specify the PF as DMA requester when reading Tx packets. This made Tx requests from VFs to be performed on the address space of the PF, defeating the purpose of SR-IOV. Add some logic to change the requester depending on the queue, which can be assigned to a VF. Fixes: 3a977deebe ("Int