[dpdk-dev] [PATCH v4 0/2] ethdev: add port speed capability bitmap

2015-09-14 Thread Marc Sune
2015-09-14 12:52 GMT+02:00 Morten Br?rup : > It is important to consider that a multipath link (bonding etc.) is not a > physical link, but a logical link (built on top of multiple physical > links). Regardless whether it is a Layer2 link aggregate (IEEE 802.1ad, > Ethernet bonding, EtherChannel,

[dpdk-dev] DPDK 2.2 roadmap

2015-09-14 Thread Matej Vido
Hi, 2015-09-14 16:02 GMT+02:00 Thomas Monjalon : > Hi, > > 2015-09-14 15:44, Matej Vido: > > CESNET would like to submit new virtual poll mode driver for COMBO-80G > and > > COMBO-100G cards. This PMD requires libsze2 library and kernel modules > > (combov3, szedata2_cv3) to be installed. > > The

[dpdk-dev] continuous release notes

2015-09-14 Thread Thomas Monjalon
Hi, In order to provide a good release notes with little efforts, we have to update this file continuously: http://dpdk.org/browse/dpdk/tree/doc/guides/rel_notes/release_2_2.rst It means each patch adding a new feature or fixing a serious bug of a previous release, must include a new item

[dpdk-dev] DPDK 2.2 roadmap

2015-09-14 Thread Thomas Monjalon
Hi, 2015-09-14 15:44, Matej Vido: > CESNET would like to submit new virtual poll mode driver for COMBO-80G and > COMBO-100G cards. This PMD requires libsze2 library and kernel modules > (combov3, szedata2_cv3) to be installed. The name of the driver was szedata2, right? What is the meaning? Why n

[dpdk-dev] DPDK 2.2 roadmap

2015-09-14 Thread Matej Vido
Hello Thomas, CESNET would like to submit new virtual poll mode driver for COMBO-80G and COMBO-100G cards. This PMD requires libsze2 library and kernel modules (combov3, szedata2_cv3) to be installed. We have already sent a patch serie in June (http://dpdk.org/ml/archives/dev/2015-June/019736.htm

[dpdk-dev] [PATCH v4 0/2] ethdev: add port speed capability bitmap

2015-09-14 Thread Morten Brørup
It is important to consider that a multipath link (bonding etc.) is not a physical link, but a logical link (built on top of multiple physical links). Regardless whether it is a Layer2 link aggregate (IEEE 802.1ad, Ethernet bonding, EtherChannel, DSL pair bonding, etc.) or a Layer3 multipath lin

[dpdk-dev] [PATCH v4 0/2] ethdev: add port speed capability bitmap

2015-09-14 Thread Nélio Laranjeiro
On Sun, Sep 13, 2015 at 11:18:33PM +0200, Thomas Monjalon wrote: > 2015-09-13 21:14, Marc Sune: > > 2015-09-09 15:33 GMT+02:00 Thomas Monjalon : > > > 2015-09-09 15:10, N?lio Laranjeiro: > > > > I think V2 is better, maybe you can add a function to convert a single > > > > bitmap value to the equiv

[dpdk-dev] DPDK 2.2 roadmap

2015-09-14 Thread Thomas Monjalon
Thanks for the details. The roadmap is updated: http://dpdk.org/dev/roadmap Maybe the keep-alive feature needs some design discussion. Anyone else to share his plan?

[dpdk-dev] ixgbe: account more Rx errors Issue

2015-09-14 Thread Tahhan, Maryam
> From: Kyle Larose [mailto:eomereadig at gmail.com] > Sent: Wednesday, September 9, 2015 6:43 PM > To: Tahhan, Maryam > Cc: Olivier MATZ; Andriy Berestovskyy; dev at dpdk.org > Subject: Re: [dpdk-dev] ixgbe: account more Rx errors Issue > > > On Mon, Sep 7, 2015 at 7:44 AM, Tahhan, Maryam > wr

[dpdk-dev] DPDK 2.2 roadmap

2015-09-14 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, September 10, 2015 8:44 PM > To: O'Driscoll, Tim > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] DPDK 2.2 roadmap > > 2015-09-09 12:56, O'Driscoll, Tim: > > DCB for i40e &X550

[dpdk-dev] [PATCH] testpmd: modify the mac of csum forwarding

2015-09-14 Thread Qiu, Michael
Hi, all any other comments about this patch? Thanks, Michael On 8/26/2015 2:12 PM, Liu, Jijiang wrote: > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Michael Qiu >> Sent: Friday, August 07, 2015 11:29 AM >> To: dev at dpdk.org >> Subject: [dpdk-dev] [P

[dpdk-dev] vhost compliant virtio based networking interface in container

2015-09-14 Thread Xie, Huawei
On 9/8/2015 12:45 PM, Tetsuya Mukawa wrote: > On 2015/09/07 14:54, Xie, Huawei wrote: >> On 8/26/2015 5:23 PM, Tetsuya Mukawa wrote: >>> On 2015/08/25 18:56, Xie, Huawei wrote: On 8/25/2015 10:59 AM, Tetsuya Mukawa wrote: > Hi Xie and Yanping, > > > May I ask you some questions

[dpdk-dev] virtio optimization idea

2015-09-14 Thread Xie, Huawei
On 9/10/2015 3:20 PM, Michael S. Tsirkin wrote: > On Thu, Sep 10, 2015 at 06:32:35AM +, Xie, Huawei wrote: >> On 9/9/2015 3:34 PM, Michael S. Tsirkin wrote: >>> On Fri, Sep 04, 2015 at 08:25:05AM +, Xie, Huawei wrote: Hi: Recently I have done one virtio optimization proof of