On Fri, Sep 25, 2020 at 12:08:47PM +0100, Bruce Richardson wrote: > From: Kevin Laatz <kevin.la...@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: sta...@dpdk.org > > Reported-by: Sunil Pai G <sunil.pa...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- Forgot to add my own reviewed-by to this:
Reviewed-by: Bruce Richardson <bruce.richard...@intel.com>