Re: [PATCH v6] bus/pci: fix legacy device IO port map

2023-11-15 Thread Gupta, Nipun
On 11/14/2023 3:54 PM, Mingjin Ye wrote: When doing IO port mapping for legacy device in secondary process, the region information is missing, so, we need to refill it. Fixes: 4b741542ecde ("bus/pci: avoid depending on private kernel value") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye ---

[PATCH v6] bus/pci: fix legacy device IO port map

2023-11-14 Thread Mingjin Ye
When doing IO port mapping for legacy device in secondary process, the region information is missing, so, we need to refill it. Fixes: 4b741542ecde ("bus/pci: avoid depending on private kernel value") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- v6: - split patch v5: - adding checks to vf