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

2016-03-21 Thread Stephen Hemminger
On Thu, 17 Mar 2016 15:31:18 +0100 Jan Medala wrote: > +static struct eth_dev_ops ena_dev_ops = { > + .dev_configure= ena_dev_configure, > + .dev_infos_get= ena_infos_get, > + .rx_queue_setup = ena_rx_queue_setup, > + .tx_queue_setup =

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

2016-03-18 Thread Bruce Richardson
On Thu, Mar 17, 2016 at 03:31:18PM +0100, Jan Medala wrote: > 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. >

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

2016-03-17 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. Signed-off-by: Evgeny Schemeilin Signed-off-by: Jan Medala