Re: [dpdk-dev] [PATCH] bus/pci: fix mapping of PCI resources

2020-09-28 Thread Ling, WeiX
Tested-by: Ling, Wei Regards, Ling Wei > -Original Message- > From: dev On Behalf Of alvinx.zh...@intel.com > Sent: Monday, September 28, 2020 02:34 PM > To: david.march...@redhat.com; arybche...@solarflare.com > Cc: dev@dpdk.org; Zhang, AlvinX ; sta...@dpdk.org > Subject: [dpdk-dev] [P

Re: [dpdk-dev] [PATCH] bus/pci: fix mapping of PCI resources

2020-09-28 Thread David Marchand
On Mon, Sep 28, 2020 at 11:11 AM Burakov, Anatoly wrote: > Dupe of http://patches.dpdk.org/patch/78768/ ? Yes. -- David Marchand

Re: [dpdk-dev] [PATCH] bus/pci: fix mapping of PCI resources

2020-09-28 Thread Burakov, Anatoly
On 28-Sep-20 7:34 AM, alvinx.zh...@intel.com wrote: From: Alvin Zhang When mapping PCI bar resources around the MSI-X table, if the size of the first part is 0, the second part should also be mapped if its size is not 0. Fixes: e200535c1ca3 ("mem: drop mapping API workaround") Cc: sta...@dpdk.