Re: [ovs-dev] [PATCH 1/3] flow: Add packet_size option to flow_compose.

2017-07-25 Thread Ilya Maximets
On 24.07.2017 22:40, Andy Zhou wrote: > On Mon, Jul 24, 2017 at 6:33 AM, Ilya Maximets wrote: >> On 22.07.2017 01:38, Andy Zhou wrote: >>> On Wed, Jul 19, 2017 at 7:51 AM, Ilya Maximets >>> wrote: This allows to compose packets with different real lenghts from odp flows i.e. memory wil

Re: [ovs-dev] [PATCH 1/3] flow: Add packet_size option to flow_compose.

2017-07-24 Thread Andy Zhou
On Mon, Jul 24, 2017 at 6:33 AM, Ilya Maximets wrote: > On 22.07.2017 01:38, Andy Zhou wrote: >> On Wed, Jul 19, 2017 at 7:51 AM, Ilya Maximets >> wrote: >>> This allows to compose packets with different real lenghts from >>> odp flows i.e. memory will be allocated for requested packet >>> size

Re: [ovs-dev] [PATCH 1/3] flow: Add packet_size option to flow_compose.

2017-07-24 Thread Ilya Maximets
On 22.07.2017 01:38, Andy Zhou wrote: > On Wed, Jul 19, 2017 at 7:51 AM, Ilya Maximets wrote: >> This allows to compose packets with different real lenghts from >> odp flows i.e. memory will be allocated for requested packet >> size and all required headers like ip->tot_len filled correctly. >> >>

Re: [ovs-dev] [PATCH 1/3] flow: Add packet_size option to flow_compose.

2017-07-21 Thread Andy Zhou
On Wed, Jul 19, 2017 at 7:51 AM, Ilya Maximets wrote: > This allows to compose packets with different real lenghts from > odp flows i.e. memory will be allocated for requested packet > size and all required headers like ip->tot_len filled correctly. > > Will be used in netdev-dummy to properly han

[ovs-dev] [PATCH 1/3] flow: Add packet_size option to flow_compose.

2017-07-19 Thread Ilya Maximets
This allows to compose packets with different real lenghts from odp flows i.e. memory will be allocated for requested packet size and all required headers like ip->tot_len filled correctly. Will be used in netdev-dummy to properly handle '--len' option. Signed-off-by: Ilya Maximets --- lib/flow