Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix for PCI FLR after ungraceful exit

2018-04-19 Thread Ferruh Yigit
On 4/18/2018 9:15 PM, Rasesh Mody wrote: > From: Rasesh Mody > > This patch provides a fix for PCI function level reset after an > ungraceful exit from an application. The fix is to enable internal > target read as part of device attach before getting device information > from device config space

[dpdk-dev] [PATCH 1/2] net/bnx2x: fix for PCI FLR after ungraceful exit

2018-04-18 Thread Rasesh Mody
From: Rasesh Mody This patch provides a fix for PCI function level reset after an ungraceful exit from an application. The fix is to enable internal target read as part of device attach before getting device information from device config space, device itself and shared memory. In addition to tha