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

2016-02-16 Thread Kavanagh, Mark B
> >"Kavanagh, Mark B" writes: > >>> >>>"Kavanagh, Mark B" writes: >>> > >"Kavanagh, Mark B" writes: >> Further clarifications below Aaron - please let me know if you have >> any additional comments. >> >> Thanks, >> Mark > >Thanks again for this work, Mark! >>

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

2016-02-16 Thread Aaron Conole
"Kavanagh, Mark B" writes: >> >>"Kavanagh, Mark B" writes: >> "Kavanagh, Mark B" writes: > Further clarifications below Aaron - please let me know if you have > any additional comments. > > Thanks, > Mark Thanks again for this work, Mark! >> >>

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

2016-02-16 Thread Kavanagh, Mark B
> >"Kavanagh, Mark B" writes: > >>> >>>"Kavanagh, Mark B" writes: Further clarifications below Aaron - please let me know if you have any additional comments. Thanks, Mark >>> >>>Thanks again for this work, Mark! >>> > >One addendum below, Aaron. > >>

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

2016-01-29 Thread Aaron Conole
"Kavanagh, Mark B" writes: >> >>"Kavanagh, Mark B" writes: >>> Further clarifications below Aaron - please let me know if you have >>> any additional comments. >>> >>> Thanks, >>> Mark >> >>Thanks again for this work, Mark! >> One addendum below, Aaron. > >>Hi Mark, >>

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

2016-01-29 Thread Kavanagh, Mark B
>"Kavanagh, Mark B" writes: > >>> >>>"Kavanagh, Mark B" writes: Further clarifications below Aaron - please let me know if you have any additional comments. Thanks, Mark >>> >>>Thanks again for this work, Mark! >>> > >One addendum below, Aaron. > >> >>

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

2016-01-29 Thread Kavanagh, Mark B
> >"Kavanagh, Mark B" writes: >> Further clarifications below Aaron - please let me know if you have >> any additional comments. >> >> Thanks, >> Mark > >Thanks again for this work, Mark! > >>> >>>One addendum below, Aaron. >>> >Hi Mark, > >Thanks for the patch! I've not done a ve

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

2016-01-29 Thread Aaron Conole
"Kavanagh, Mark B" writes: > Further clarifications below Aaron - please let me know if you have > any additional comments. > > Thanks, > Mark Thanks again for this work, Mark! >> >>One addendum below, Aaron. >> >>> Hi Mark, Thanks for the patch! I've not done a very thorough review

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

2016-01-29 Thread Kavanagh, Mark B
Further clarifications below Aaron - please let me know if you have any additional comments. Thanks, Mark > >One addendum below, Aaron. > >> >>>Hi Mark, >>> >>>Thanks for the patch! I've not done a very thorough review of this, but >>>my first-blush comments are inline. >> >>Thanks for the revie

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

2016-01-28 Thread Kavanagh, Mark B
One addendum below, Aaron. > >>Hi Mark, >> >>Thanks for the patch! I've not done a very thorough review of this, but >>my first-blush comments are inline. > >Thanks for the review Aaron! > >Any additional comments are welcome - my initial responses are inline, below. > >Thanks, >Mark > >> >>Mark K

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

2016-01-28 Thread Kavanagh, Mark B
>Hi Mark, > >Thanks for the patch! I've not done a very thorough review of this, but >my first-blush comments are inline. Thanks for the review Aaron! Any additional comments are welcome - my initial responses are inline, below. Thanks, Mark > >Mark Kavanagh writes: >> Add support for Jumbo Fr

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

2016-01-27 Thread Aaron Conole
Hi Mark, Thanks for the patch! I've not done a very thorough review of this, but my first-blush comments are inline. Mark Kavanagh writes: > Add support for Jumbo Frames to DPDK-enabled port types, > using single-segment-mbufs. > > Using this approach, the amount of memory allocated for each mbu

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

2016-01-27 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