Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-04-08 Thread David Marchand
On Wed, Apr 8, 2020 at 5:05 PM Gavin Hu wrote: > > -Original Message- > > From: Kevin Traynor > > Hi Gavin, I lost track if v2 is still a candidate for merge. fwiw, it > > compiles without giving the zero-length-bounds warning on my system. > > > > Kevin. > > Yes, this path alone is a ca

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-04-09 Thread Gavin Hu
Hi David, > -Original Message- > From: David Marchand > Sent: Wednesday, April 8, 2020 11:22 PM > To: Gavin Hu > Cc: Kevin Traynor ; Bruce Richardson > ; Morten Brørup > ; Ferruh Yigit ; > dev@dpdk.org; nd ; tho...@monjalon.net; > jer...@marvell.com; Honnappa Nagarahalli > ; Ruifeng Wang

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-04-09 Thread Thomas Monjalon
09/04/2020 11:48, Gavin Hu: > From: David Marchand > > On Wed, Apr 8, 2020 at 5:05 PM Gavin Hu wrote: > > > From: Kevin Traynor > > > > Hi Gavin, I lost track if v2 is still a candidate for merge. fwiw, it > > > > compiles without giving the zero-length-bounds warning on my system. > > > > > > >

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-04-09 Thread Ray Kinsella
On 09/04/2020 11:49, Thomas Monjalon wrote: > 09/04/2020 11:48, Gavin Hu: >> From: David Marchand >>> On Wed, Apr 8, 2020 at 5:05 PM Gavin Hu wrote: From: Kevin Traynor > Hi Gavin, I lost track if v2 is still a candidate for merge. fwiw, it > compiles without giving the zero-leng

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-04-10 Thread Gavin Hu
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, April 9, 2020 6:50 PM > To: Gavin Hu > Cc: David Marchand ; Kevin Traynor > ; Bruce Richardson ; > Morten Brørup ; Ferruh Yigit > ; dev@dpdk.org; nd ; > jer...@marvell.com; Honnappa Nagarahalli > ; Ruifeng Wang > ; Phil Yan

Re: [dpdk-dev] [dpdk-stable] [PATCH v2] mbuf: replace zero-length marker with unnamed union

2020-05-14 Thread Kevin Traynor
On 08/04/2020 16:22, David Marchand wrote: > On Wed, Apr 8, 2020 at 5:05 PM Gavin Hu wrote: >>> -Original Message- >>> From: Kevin Traynor >>> Hi Gavin, I lost track if v2 is still a candidate for merge. fwiw, it >>> compiles without giving the zero-length-bounds warning on my system. >>>