Re: [dpdk-dev] [PATCH v3] raw/skeleton_rawdev: fix device start test

2018-02-05 Thread Shreyansh Jain
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Monday, February 5, 2018 7:41 PM > To: Shreyansh Jain > Cc: dev@dpdk.org > Subject: Re: [PATCH v3] raw/skeleton_rawdev: fix device start test > > 05/02/2018 12:31, Shreyansh Jain: > > Device can only be star

Re: [dpdk-dev] [PATCH v3] raw/skeleton_rawdev: fix device start test

2018-02-05 Thread Thomas Monjalon
05/02/2018 12:31, 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 v3] raw/skeleton_rawdev: 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