[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-30 Thread Matushevsky, Alexander
From: Thomas Monjalon <thomas.monja...@6wind.com> Sent: Friday, January 29, 2016 6:04 PM To: Jan M?dala Cc: Matushevsky, Alexander; dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA) 2016-01-29 16:42, Jan

[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-29 Thread Thomas Monjalon
2016-01-29 16:42, Jan M?dala: > Hello Thomas, > > 2016-01-28 16:40 GMT+01:00 Thomas Monjalon : > > > > lib/librte_eal/linuxapp/ena_uio/ena_uio_driver.c | 276 +++ > > > > Sorry the kernel module party is over. > > One day, igb_uio will be removed. > > I suggest to make a first version without

[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-29 Thread Jan Mędala
Hello Thomas, 2016-01-28 16:40 GMT+01:00 Thomas Monjalon : > > lib/librte_eal/linuxapp/ena_uio/ena_uio_driver.c | 276 +++ > > Sorry the kernel module party is over. > One day, igb_uio will be removed. > I suggest to make a first version without interrupt support > and work with Linux

[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-28 Thread Thomas Monjalon
Woh a new driver! Welcome :) 2016-01-28 16:20, Jan Medala: > This is a PMD for the Amazon ethernet ENA family. Where can we find some documentation about this family? Please some explanations about its design and usage with DPDK would be well fit in the directory doc/guides/nics/. > The driver

[dpdk-dev] [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)

2016-01-28 Thread Jan Medala
This is a PMD for the Amazon ethernet ENA family. The driver operates variety of ENA adapters through feature negotiation with the adapter and upgradable commands set. ENA driver handles PCI Physical and Virtual ENA functions. Jan Medala (4): Amazon ENA UIO driver Amazon ENA communication