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

2020-09-28 Thread Ling, WeiX
Subject: [dpdk-dev] [PATCH] bus/pci: fix mapping of PCI resources >

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.

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

2020-09-27 Thread alvinx . zhang
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.org Signed-off-by: Alvin Zhang --- drivers/bus/pci/