Re: [ovs-dev] [PATCH V4 2/4] netdev-dpdk: Add Jumbo Frame Support

2016-02-18 Thread Kavanagh, Mark B
> >On Tue, 16 Feb 2016 11:31:49 + >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 >> (typ

Re: [ovs-dev] [PATCH V4 2/4] netdev-dpdk: Add Jumbo Frame Support

2016-02-18 Thread Flavio Leitner
On Tue, 16 Feb 2016 11:31:49 + 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 Ether

[ovs-dev] [PATCH V4 2/4] netdev-dpdk: Add Jumbo Frame Support

2016-02-16 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

[ovs-dev] [PATCH V4 2/4] netdev-dpdk: Add Jumbo Frame Support

2016-02-16 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