Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Autofill lcore coremask if absent

2016-01-25 Thread Qiu, Michael
On 1/21/2016 1:46 AM, Traynor, Kevin wrote: >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Aaron Conole >> Sent: Tuesday, January 19, 2016 1:28 PM >> To: Qiu, Michael >> Cc: dev@openvswitch.org; Flavio Leitner; Zoltan

Re: [ovs-dev] [PATCH v3 3/3] netdev-dpdk: Autofill lcore coremask if absent

2016-01-19 Thread Qiu, Michael
On 1/14/2016 5:18 AM, Aaron Conole wrote: > The user has control over the DPDK internal lcore coremask, but this > parameter can be autofilled with a bit more intelligence. If the user > does not fill this parameter in, we use the lowest set bit in the > current task CPU affinity. Otherwise, we wil

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-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