Re: [dpdk-dev] [PATCH] lib/librte_rawdev: fix compile error when using sanitizer

2018-05-25 Thread Shreyansh Jain
> -Original Message- > From: Liu Hongbo [mailto:cnli...@gmail.com] > Sent: Friday, May 25, 2018 8:50 AM > To: dev@dpdk.org > Cc: Shreyansh Jain ; Liu Hongbo > > Subject: [PATCH] lib/librte_rawdev: fix compile error when using > sanitizer > > Otherwise, make will report the following error

[dpdk-dev] [PATCH] lib/librte_rawdev: fix compile error when using sanitizer

2018-05-24 Thread Liu Hongbo
Otherwise, make will report the following error: rte_rawdevs is not flagged as experimental but is listed in version map By command: EXTRA_CFLAGS="-fsanitize=address" make Fixes: c88b3f2558 ("rawdev: introduce raw device library") Cc: shreyansh.j...@nxp.com Signed-off-by: Liu Hongbo ---