18/01/2019 12:14, Ferruh Yigit: > From: Andy Pei <andy....@intel.com> > > When ifpga_rawdev_create() allocate memory for a new rawdev, > the original code allocate redundant memory for adapter, > which is a member of the rawdev. What is actually necessary is > the adapter to be initialized, not memory allocated. > > Fixes: ef1e8ede3da5 ("raw/ifpga: add Intel FPGA bus rawdev driver") > Cc: sta...@dpdk.org > > Signed-off-by: Andy Pei <andy....@intel.com> > Acked-by: Tianfei zhang <tianfei.zh...@intel.com> > Acked-by: Rosen Xu <rosen...@intel.com>
Applied, thanks