Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-23 Thread Flavio Leitner
On Wed, Nov 18, 2015 at 03:03:42PM +, Kavanagh, Mark B wrote: > > >On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: > >> Add support for Jumbo Frames to DPDK-enabled port types, > >> using single-segment-mbufs. > >> > >> Using this approach, the amount of memory allocated for eac

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-19 Thread Qiu, Michael
On 2015/11/18 23:13, Kavanagh, Mark B wrote: >> On 2015/11/18 1:25, Flavio Leitner wrote: >>> On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: Add support for Jumbo Frames to DPDK-enabled port types, using single-segment-mbufs. Using this approach, the amount of me

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-18 Thread Qiu, Michael
On 2015/11/18 23:13, Kavanagh, Mark B wrote: >> On 2015/11/18 1:25, Flavio Leitner wrote: >>> On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: Add support for Jumbo Frames to DPDK-enabled port types, using single-segment-mbufs. Using this approach, the amount of me

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-18 Thread Kavanagh, Mark B
> >On 2015/11/18 1:25, Flavio Leitner wrote: >> On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: >>> Add support for Jumbo Frames to DPDK-enabled port types, >>> using single-segment-mbufs. >>> >>> Using this approach, the amount of memory allocated for each mbuf >>> to store frame da

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-18 Thread Kavanagh, Mark B
>On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: >> Add support for Jumbo Frames to DPDK-enabled port types, >> using single-segment-mbufs. >> >> Using this approach, the amount of memory allocated for each mbuf >> to store frame data is increased to a value greater than 1518B >> (t

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-17 Thread Qiu, Michael
On 2015/11/18 1:25, Flavio Leitner wrote: > On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: >> Add support for Jumbo Frames to DPDK-enabled port types, >> using single-segment-mbufs. >> >> Using this approach, the amount of memory allocated for each mbuf >> to store frame data is inc

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-17 Thread Flavio Leitner
On Wed, Nov 11, 2015 at 03:06:02PM +, Mark Kavanagh wrote: > Add support for Jumbo Frames to DPDK-enabled port types, > using single-segment-mbufs. > > Using this approach, the amount of memory allocated for each mbuf > to store frame data is increased to a value greater than 1518B > (typical

[ovs-dev] [PATCH] netdev-dpdk: Add Jumbo Frame Support.

2015-11-11 Thread Mark Kavanagh
Add support for Jumbo Frames to DPDK-enabled port types, using single-segment-mbufs. Using this approach, the amount of memory allocated for each mbuf to store frame data is increased to a value greater than 1518B (typical Ethernet maximum frame length). The increased space available in the mbuf m