Re: [PATCH] rawdev: fix device naming

2023-10-02 Thread David Marchand
On Mon, Jul 24, 2023 at 3:37 PM Tomasz Duszynski wrote: > > Use proper naming when dealing with a raw device. > > Fixes: c88b3f2558ed ("rawdev: introduce raw device library") > Cc: sta...@dpdk.org > > Signed-off-by: Tomasz Duszynski Acked-by: Hemant Agrawal Applied, thanks. -- David Marchand

RE: [PATCH] rawdev: fix device naming

2023-07-24 Thread Hemant Agrawal
dk.org > Subject: [PATCH] rawdev: fix device naming > Importance: High > > Use proper naming when dealing with a raw device. > > Fixes: c88b3f2558ed ("rawdev: introduce raw device library") > Cc: shreyansh.j...@nxp.com > Cc: sta...@dpdk.org > > Signed-off-by:

[PATCH] rawdev: fix device naming

2023-07-24 Thread Tomasz Duszynski
Use proper naming when dealing with a raw device. Fixes: c88b3f2558ed ("rawdev: introduce raw device library") Cc: shreyansh.j...@nxp.com Cc: sta...@dpdk.org Signed-off-by: Tomasz Duszynski --- lib/rawdev/rte_rawdev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/raw