Re: [ovs-dev] [RFC v7 00/13] Support multi-segment mbufs

2018-06-07 Thread Lam, Tiago
On 07/06/2018 13:48, Eelco Chaudron wrote: > I'm planning on reviewing this patchset, but when I applied the patch to > master and tried to start OVS it crashed: > > #0  eth_compose (b=b@entry=0x7ffebedf7b00, eth_dst=..., eth_src=..., > eth_type=, size=size@entry=0) at lib/packets.c:965 > #1 

Re: [ovs-dev] [RFC v7 00/13] Support multi-segment mbufs

2018-06-07 Thread Eelco Chaudron
I'm planning on reviewing this patchset, but when I applied the patch to master and tried to start OVS it crashed: #0  eth_compose (b=b@entry=0x7ffebedf7b00, eth_dst=..., eth_src=..., eth_type=, size=size@entry=0) at lib/packets.c:965 #1  0x0074bfda in flow_compose

Re: [ovs-dev] [RFC v7 00/13] Support multi-segment mbufs

2018-05-30 Thread Lam, Tiago
Hi Ciara, Thank you for the review! I've replied to some of the emails, which could do with some explanation. I agree with most comments though, and will include fixes for the next iteration. On 28/05/2018 16:39, Loftus, Ciara wrote:> > Hi Tiago, > > Thanks for the patch. I've reviewed the

Re: [ovs-dev] [RFC v7 00/13] Support multi-segment mbufs

2018-05-28 Thread Loftus, Ciara
> > Overview > > This patchset introduces support for multi-segment mbufs to OvS-DPDK. > Multi-segment mbufs are typically used when the size of an mbuf is > insufficient to contain the entirety of a packet's data. Instead, the > data is split across numerous mbufs, each carrying a

[ovs-dev] [RFC v7 00/13] Support multi-segment mbufs

2018-05-23 Thread Tiago Lam
Overview This patchset introduces support for multi-segment mbufs to OvS-DPDK. Multi-segment mbufs are typically used when the size of an mbuf is insufficient to contain the entirety of a packet's data. Instead, the data is split across numerous mbufs, each carrying a portion, or