From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/4] DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA) Date: Thu, 28 Jan 2016 16:40:36 +0100 Message-ID: <4623588.IlxFVFWOgI@xps13> References: <1453994413-403-1-git-send-email-jan@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Medala , matua@amazon.com Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id D4105C49A for ; Thu, 28 Jan 2016 16:41:48 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id l66so30749285wml.0 for ; Thu, 28 Jan 2016 07:41:48 -0800 (PST) In-Reply-To: <1453994413-403-1-git-send-email-jan@semihalf.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 operates variety of ENA adapters through feature negotiation with the adapter and upgradable commands set. > ENA driver handles PCI Physical and Virtual ENA functions. Definitely interested to know more. > 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 community to fix your issues.