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

2018-08-14 Thread Lam, Tiago
On 14/08/2018 11:17, Ilya Maximets wrote: > On 14.08.2018 12:45, Lam, Tiago wrote: >> On 09/08/2018 09:27, Ilya Maximets wrote: >>> Hmm. I found that this series modifies only dpdk related components >>> and doesn't pay any attention to others. >>> dp_packet API was modified to respect the

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

2018-08-14 Thread Ilya Maximets
On 14.08.2018 12:45, Lam, Tiago wrote: > On 09/08/2018 09:27, Ilya Maximets wrote: >> Hmm. I found that this series modifies only dpdk related components >> and doesn't pay any attention to others. >> dp_packet API was modified to respect the segmented packets, but >> there are many places, where

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

2018-08-14 Thread Lam, Tiago
On 09/08/2018 09:27, Ilya Maximets wrote: > Hmm. I found that this series modifies only dpdk related components > and doesn't pay any attention to others. > dp_packet API was modified to respect the segmented packets, but > there are many places, where code uses packet data directly using > only

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

2018-08-09 Thread Lam, Tiago
On 09/08/2018 12:44, Ilya Maximets wrote: > On 09.08.2018 11:38, Lam, Tiago wrote: >> Hi Ilya, >> >> On 09/08/2018 09:27, Ilya Maximets wrote: >>> Hmm. I found that this series modifies only dpdk related components >>> and doesn't pay any attention to others. >>> dp_packet API was modified to

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

2018-08-09 Thread Ian Stokes
On 8/9/2018 12:44 PM, Ilya Maximets wrote: On 09.08.2018 11:38, Lam, Tiago wrote: Hi Ilya, On 09/08/2018 09:27, Ilya Maximets wrote: Hmm. I found that this series modifies only dpdk related components and doesn't pay any attention to others. dp_packet API was modified to respect the segmented

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

2018-08-09 Thread Ilya Maximets
On 09.08.2018 11:38, Lam, Tiago wrote: > Hi Ilya, > > On 09/08/2018 09:27, Ilya Maximets wrote: >> Hmm. I found that this series modifies only dpdk related components >> and doesn't pay any attention to others. >> dp_packet API was modified to respect the segmented packets, but >> there are many

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

2018-08-09 Thread Lam, Tiago
Hi Ilya, On 09/08/2018 09:27, Ilya Maximets wrote: > Hmm. I found that this series modifies only dpdk related components > and doesn't pay any attention to others. > dp_packet API was modified to respect the segmented packets, but > there are many places, where code uses packet data directly

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

2018-08-09 Thread Ilya Maximets
Hmm. I found that this series modifies only dpdk related components and doesn't pay any attention to others. dp_packet API was modified to respect the segmented packets, but there are many places, where code uses packet data directly using only dp_packet_data() pointer and dp_packet_size(). For

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

2018-07-25 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