Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-13 Thread Honnappa Nagarahalli
> > > > > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > > > > > > > > > > > > > From: Ruifeng Wang > > > > > > > > > > > > > > > > > > > > The peek API allows fetching the next available object > > > > > > > > > > in the ring without dequeuing it. This helps in > > > >

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-13 Thread Ananyev, Konstantin
> > > > > > > > > > > > > > > > > > > > > > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > > > > > > > > > > > From: Ruifeng Wang > > > > > > > > > > > > > > > > > > The peek API allows fetching the next available object in > > > > > > > > > the ring without dequeuing

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-11 Thread Honnappa Nagarahalli
> > > > > > > > > > > > > > > > > > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > > > > > > > > > From: Ruifeng Wang > > > > > > > > > > > > > > > > The peek API allows fetching the next available object in > > > > > > > > the ring without dequeuing it. This helps in s

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-11 Thread Ananyev, Konstantin
> -Original Message- > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Friday, October 11, 2019 6:04 AM > To: Ananyev, Konstantin ; > step...@networkplumber.org; paul...@linux.ibm.com > Cc: Wang, Yipeng1 ; Medvedkin, Vladimir > ; Ruifeng Wang (Arm Technology >

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-10 Thread Honnappa Nagarahalli
> > > > > > > > > > > > > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > > > > > From: Ruifeng Wang > > > > > > > > > > > > The peek API allows fetching the next available object in the > > > > > > ring without dequeuing it. This helps in scenarios where > > > > > > deq

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-10 Thread Ananyev, Konstantin
> > > > > > > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > > > From: Ruifeng Wang > > > > > > > > > > The peek API allows fetching the next available object in the ring > > > > > without dequeuing it. This helps in scenarios where dequeuing of > > > > > objects depe

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-08 Thread Honnappa Nagarahalli
> > > > > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > > > From: Ruifeng Wang > > > > > > > > The peek API allows fetching the next available object in the ring > > > > without dequeuing it. This helps in scenarios where dequeuing of > > > > objects depend on their value. > >

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-07 Thread Ananyev, Konstantin
> > > > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > > > From: Ruifeng Wang > > > > > > The peek API allows fetching the next available object in the ring > > > without dequeuing it. This helps in scenarios where dequeuing of > > > objects depend on their value. > > > > > > Signed-off

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-03 Thread Honnappa Nagarahalli
> > Subject: [PATCH v3 1/3] lib/ring: add peek API > > > > From: Ruifeng Wang > > > > The peek API allows fetching the next available object in the ring > > without dequeuing it. This helps in scenarios where dequeuing of > > objects depend on their value. > > > > Signed-off-by: Dharmik Thakkar >

Re: [dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-10-02 Thread Ananyev, Konstantin
> -Original Message- > From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com] > Sent: Tuesday, October 1, 2019 7:29 AM > To: honnappa.nagaraha...@arm.com; Ananyev, Konstantin > ; step...@networkplumber.org; > paul...@linux.ibm.com > Cc: Wang, Yipeng1 ; Medvedkin, Vladimir > ;

[dpdk-dev] [PATCH v3 1/3] lib/ring: add peek API

2019-09-30 Thread Honnappa Nagarahalli
From: Ruifeng Wang The peek API allows fetching the next available object in the ring without dequeuing it. This helps in scenarios where dequeuing of objects depend on their value. Signed-off-by: Dharmik Thakkar Signed-off-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli Reviewed-by: Gavin