Re: [PATCH 1/2] raw/skeleton: fix selftest

2023-03-16 Thread David Marchand
On Fri, Mar 10, 2023 at 3:26 PM David Marchand wrote: > > ASan reported issues in this driver. > > rte_rawdev_obj_t context object points at a uint16_t. > skeleton_rawdev_enqueue_bufs() and skeleton_rawdev_dequeue_bufs() were > incorrectly casting to an int. > > The enqueue/dequeue selftest had a

Re: [PATCH 1/2] raw/skeleton: fix selftest

2023-03-16 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [PATCH 1/2] raw/skeleton: fix selftest

2023-03-14 Thread David Marchand
On Fri, Mar 10, 2023 at 3:26 PM David Marchand wrote: > > ASan reported issues in this driver. > > rte_rawdev_obj_t context object points at a uint16_t. > skeleton_rawdev_enqueue_bufs() and skeleton_rawdev_dequeue_bufs() were > incorrectly casting to an int. > > The enqueue/dequeue selftest had a

RE: [PATCH 1/2] raw/skeleton: fix selftest

2023-03-12 Thread Jiang, YuX
> -Original Message- > From: David Marchand > Sent: Friday, March 10, 2023 10:26 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Sachin Saxena ; Hemant > Agrawal ; Shreyansh Jain > > Subject: [PATCH 1/2] raw/skeleton: fix selftest > > ASan reported issues in this driver. > > rte_rawdev_obj