RE: [PATCH v3] bus/pci: fix legacy device IO port map in secondary process

2023-08-29 Thread Ma, WenwuX
> -Original Message- > From: Gupta, Nipun > Sent: 2023年8月28日 14:07 > To: Ma, WenwuX ; dev@dpdk.org > Cc: david.march...@redhat.com; maxime.coque...@redhat.com; Xia, > Chenbo ; Li, Miao ; Ling, WeiX > ; sta...@dpdk.org > Subject: Re: [PATCH v3] bus/pci: fix lega

Re: [PATCH v3] bus/pci: fix legacy device IO port map in secondary process

2023-08-27 Thread Gupta, Nipun
Hi Wenwu On 8/22/2023 7:48 AM, Wenwu Ma wrote: When doing IO port mapping for legacy device in secondary process, the region information is missing, so, we need to refill it. Please use 72 columns in the commit log Fixes: 4b741542ecde ("bus/pci: avoid depending on private kernel value") Cc:

[PATCH v3] bus/pci: fix legacy device IO port map in secondary process

2023-08-21 Thread Wenwu Ma
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: Wenwu Ma --- v3: - adjusting variable settings v2: - add r