[dpdk-dev] Project Governance and Linux Foundation

2016-10-22 Thread Thomas Monjalon
Hi, Thanks Dave for the report. I suggest to continue on the new mailing list: moving at dpdk.org Please register if you are interested in the structure move: http://dpdk.org/ml/listinfo/moving 2016-10-21 15:00, Dave Neary: > Hi all, > > We had a great session yesterday on this

[dpdk-dev] [PATCH 1/2] drivers: add name alias registration for rte_driver

2016-10-22 Thread Maxime Coquelin
On 10/20/2016 11:37 AM, Jan Blunck wrote: > This adds infrastructure for drivers to allow being requested by an alias > so that a renamed driver can still get loaded by its legacy name. > > Signed-off-by: Jan Blunck > --- > lib/librte_eal/common/eal_common_vdev.c | 8 >

[dpdk-dev] Manual link speed/duplex configuration not working with DPDK

2016-10-22 Thread Anupam Kapoor
On Sat, Oct 22, 2016 at 12:57 AM, Ananda Sathyanarayana < ananda at versa-networks.com> wrote: > Looks like the above patch is not accepted by the DPDK community yet. Any > specific reason ? > primary reason seems to be because the patch was not in correct format and e1000 had no maintainer

[dpdk-dev] [PATCH 0/2] vhost: Add support to indirect descriptors on Rx path

2016-10-22 Thread Yuanhan Liu
On Tue, Oct 18, 2016 at 05:35:37PM +0200, Maxime Coquelin wrote: > Indirect descriptor feature has been enabled in v16.11-rc1, but only TX path > was implemented. > However, some configurations expect it is supported for the Rx path: > - Windows guests with and without mergeable buffers enabled >