Re: [dpdk-dev] [PATCH v4] raw/skeleton: fix device start test

2018-02-06 Thread Thomas Monjalon
06/02/2018 07:43, Shreyansh Jain: > Device can only be started if firmware is loaded, as per Skeleton > rawdev driver semantics. This patch fixes original implementation > which attempted to start the device without loading firmware. > > Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases") > Cc: s

[dpdk-dev] [PATCH v4] raw/skeleton: fix device start test

2018-02-05 Thread Shreyansh Jain
Device can only be started if firmware is loaded, as per Skeleton rawdev driver semantics. This patch fixes original implementation which attempted to start the device without loading firmware. Fixes: 55ca1b0f2151 ("raw/skeleton: add test cases") Cc: shreyansh.j...@nxp.com Signed-off-by: Shreyans