Re: [ovs-dev] [PATCH v11 02/14] dp-packet: Init specific mbuf fields.

2018-11-02 Thread Lam, Tiago
On 01/11/2018 19:30, Stokes, Ian wrote: >> Hi Tiago, Ian, >> >> On Tue, Oct 16, 2018 at 02:28:56PM +, Stokes, Ian wrote: From: Mark Kavanagh dp_packets are created using xmalloc(); in the case of OvS-DPDK, it's possible the the resultant mbuf portion of the dp_packet

Re: [ovs-dev] [PATCH v11 02/14] dp-packet: Init specific mbuf fields.

2018-11-01 Thread Stokes, Ian
> Hi Tiago, Ian, > > On Tue, Oct 16, 2018 at 02:28:56PM +, Stokes, Ian wrote: > > > From: Mark Kavanagh > > > > > > dp_packets are created using xmalloc(); in the case of OvS-DPDK, > > > it's possible the the resultant mbuf portion of the dp_packet > > > contains random data. For some mbuf

Re: [ovs-dev] [PATCH v11 02/14] dp-packet: Init specific mbuf fields.

2018-11-01 Thread Flavio Leitner
Hi Tiago, Ian, On Tue, Oct 16, 2018 at 02:28:56PM +, Stokes, Ian wrote: > > From: Mark Kavanagh > > > > dp_packets are created using xmalloc(); in the case of OvS-DPDK, it's > > possible the the resultant mbuf portion of the dp_packet contains random > > data. For some mbuf fields,

Re: [ovs-dev] [PATCH v11 02/14] dp-packet: Init specific mbuf fields.

2018-10-16 Thread Stokes, Ian
> From: Mark Kavanagh > > dp_packets are created using xmalloc(); in the case of OvS-DPDK, it's > possible the the resultant mbuf portion of the dp_packet contains random > data. For some mbuf fields, specifically those related to multi-segment > mbufs and/or offload features, random values may

[ovs-dev] [PATCH v11 02/14] dp-packet: Init specific mbuf fields.

2018-10-10 Thread Tiago Lam
From: Mark Kavanagh dp_packets are created using xmalloc(); in the case of OvS-DPDK, it's possible the the resultant mbuf portion of the dp_packet contains random data. For some mbuf fields, specifically those related to multi-segment mbufs and/or offload features, random values may cause