From: Bruce Richardson <bruce.richardson@intel.com>
To: Jan Medala <jan@semihalf.com>
Cc: dev@dpdk.org, matua@amazon.com,
Evgeny Schemeilin <evgenys@amazon.com>,
Jakub Palider <jpa@semihalf.com>
Subject: Re: [dpdk-dev] [PATCH v7 4/4] ena: DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA)
Date: Wed, 16 Mar 2016 14:34:07 +0000 [thread overview]
Message-ID: <20160316143407.GA10288@bricha3-MOBL3> (raw)
In-Reply-To: <1458052810-18418-5-git-send-email-jan@semihalf.com>
On Tue, Mar 15, 2016 at 03:40:10PM +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.
>
> Signed-off-by: Evgeny Schemeilin <evgenys@amazon.com>
> Signed-off-by: Jan Medala <jan@semihalf.com>
> Signed-off-by: Jakub Palider <jpa@semihalf.com>
> ---
> config/common_base | 11 +
> drivers/net/Makefile | 1 +
> drivers/net/ena/Makefile | 61 ++
> drivers/net/ena/ena_ethdev.c | 1445 +++++++++++++++++++++++++++++++
> drivers/net/ena/ena_ethdev.h | 160 ++++
> drivers/net/ena/ena_logs.h | 74 ++
> drivers/net/ena/ena_platform.h | 59 ++
> drivers/net/ena/rte_pmd_ena_version.map | 4 +
> mk/rte.app.mk | 1 +
> 9 files changed, 1816 insertions(+)
> create mode 100644 drivers/net/ena/Makefile
> create mode 100644 drivers/net/ena/ena_ethdev.c
> create mode 100644 drivers/net/ena/ena_ethdev.h
> create mode 100644 drivers/net/ena/ena_logs.h
> create mode 100644 drivers/net/ena/ena_platform.h
> create mode 100644 drivers/net/ena/rte_pmd_ena_version.map
>
> diff --git a/config/common_base b/config/common_base
> index 52bd34f..472a9e9 100644
> --- a/config/common_base
> +++ b/config/common_base
> @@ -135,6 +135,17 @@ CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
> CONFIG_RTE_NIC_BYPASS=n
>
> #
> +# Compile burst-oriented Amazon ENA PMD driver
> +#
> +CONFIG_RTE_LIBRTE_ENA_PMD=y
> +CONFIG_RTE_LIBRTE_ENA_DEBUG_INIT=y
Do you really want initialization debuggin to be on by default? Normally, we
keep all debug options disabled.
/Bruce
next prev parent reply other threads:[~2016-03-16 14:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-15 14:40 [dpdk-dev] [PATCH v7 0/4] " Jan Medala
2016-03-15 14:40 ` [dpdk-dev] [PATCH v7 1/4] ena: Amazon ENA documentation Jan Medala
2016-03-15 14:40 ` [dpdk-dev] [PATCH v7 2/4] ena: Amazon ENA communication layer Jan Medala
2016-03-15 14:40 ` [dpdk-dev] [PATCH v7 3/4] ena: Amazon ENA communication layer for DPDK platform Jan Medala
2016-03-15 14:40 ` [dpdk-dev] [PATCH v7 4/4] ena: DPDK polling-mode driver for Amazon Elastic Network Adapters (ENA) Jan Medala
2016-03-16 14:34 ` Bruce Richardson [this message]
2016-03-17 13:48 ` Jan Mędala
2016-03-17 13:57 ` Thomas Monjalon
2016-03-17 14:21 ` Jan Mędala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160316143407.GA10288@bricha3-MOBL3 \
--to=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=evgenys@amazon.com \
--cc=jan@semihalf.com \
--cc=jpa@semihalf.com \
--cc=matua@amazon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).