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

2018-06-26 Thread Eelco Chaudron
On 22 Jun 2018, at 21:03, Lam, Tiago wrote: On 18/06/2018 12:23, Eelco Chaudron wrote: On 11 Jun 2018, at 18:21, Tiago Lam 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 v8 02/13] dp-packet: Init specific mbuf fields.

2018-06-22 Thread Lam, Tiago
On 18/06/2018 12:23, Eelco Chaudron wrote: > > > On 11 Jun 2018, at 18:21, Tiago Lam 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 v8 02/13] dp-packet: Init specific mbuf fields.

2018-06-18 Thread Eelco Chaudron
On 11 Jun 2018, at 18:21, Tiago Lam 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, specifically those related to multi-segment mbufs and/or

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

2018-06-11 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