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

[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

[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

[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

[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

[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

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

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

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

[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

[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

[dpdk-dev] vhost-net stops sending to virito pmd -- already fixed?

2015-09-14 Thread Thomas Monjalon
Hi, 2015-09-11 12:32, Kyle Larose: > Looking through the version tree for virtio_rxtx.c, I saw the following > commit: > > http://dpdk.org/browse/dpdk/commit/lib/librte_pmd_virtio?id=8c09c20fb4cde76e53d87bd50acf2b441ecf6eb8 > > Does anybody know offhand if the issue fixed by that commit could

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

2015-09-14 Thread Thomas Monjalon
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 equivalent integer and get rid of ETH_SPEED_XXX > > macros. > > > > > > Thomas