Re: [dpdk-dev] [PATCH] net/liquidio: remove FLR request to PF driver

2017-08-22 Thread Ferruh Yigit
On 8/21/2017 7:17 AM, Shijith Thotton wrote: > igb_uio and vfio-pci does pci reset during open and release of device. > So FLR request to LiquidIO PF driver during init and close in PMD is not > required. > > See commit b58eedfc7dd5 ("igb_uio: issue FLR during open and release of > device file") >

[dpdk-dev] [PATCH] net/liquidio: remove FLR request to PF driver

2017-08-20 Thread Shijith Thotton
igb_uio and vfio-pci does pci reset during open and release of device. So FLR request to LiquidIO PF driver during init and close in PMD is not required. See commit b58eedfc7dd5 ("igb_uio: issue FLR during open and release of device file") Signed-off-by: Shijith Thotton --- drivers/net/liquidio