[dpdk-dev] [PATCH v3 02/25] raw/ioat: fix missing close function

Bruce Richardson bruce.richardson at intel.com
Fri Sep 25 13:12:33 CEST 2020


On Fri, Sep 25, 2020 at 12:08:47PM +0100, Bruce Richardson wrote:
> From: Kevin Laatz <kevin.laatz at intel.com>
> 
> When rte_rawdev_pmd_release() is called, rte_rawdev_close() looks for a
> dev_close function for the device causing a segmentation fault when no
> close() function is implemented for a driver.
> 
> This patch resolves the issue by adding a stub function ioat_dev_close().
> 
> Fixes: f687e842e328 ("raw/ioat: introduce IOAT driver")
> Cc: stable at dpdk.org
> 
> Reported-by: Sunil Pai G <sunil.pai.g at intel.com>
> Signed-off-by: Kevin Laatz <kevin.laatz at intel.com>
> ---
Forgot to add my own reviewed-by to this:

Reviewed-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list