DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, Stephen Hemminger <shemming@brocade.com>
Subject: Re: [dpdk-dev] [PATCH 6/6] vmxnet3: replace Intel driver
Date: Thu, 15 May 2014 19:14:20 +0200	[thread overview]
Message-ID: <1812257.SL2iW8YYEL@xps13> (raw)
In-Reply-To: <20140514185752.176396147@networkplumber.org>

Hi Stephen,

2014-05-14 11:55, Stephen Hemminger:
> Replace the Intel VMXNET3 driver with the one developed by Brocade.
> The Intel code was a missing features, and had style and other issues.
> 
> Major changes:
>       - supports multi-segment
>       - supports vlan offload
>       - per queue stats
> 
> Fixes:
>       - link update reports link change correctly
>       - allows reconfiguration of # of queues
>         (original code would have too small memzone).
> 
> Signed-off-by: Stephen Hemminger <shemming@brocade.com>

We cannot replace a driver by another one without comparing performances.
Actually there is no good reason to remove an implementation if some people 
are willing to maintain it.
Please send a patch to import your vmxnet3 PMD as extension in a separated 
repository like these ones:
	http://dpdk.org/browse
This way, we can have a first integration step and discuss/test this 
implementation during the next release cycle.

Thank you for contributing
-- 
Thomas

      reply	other threads:[~2014-05-15 17:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 18:55 [dpdk-dev] [PATCH 0/6] Ethernet driver enhancements Stephen Hemminger
2014-05-14 18:55 ` [dpdk-dev] [PATCH 1/6] Subjec: ethdev: add macro to cover all checksum flags Stephen Hemminger
2014-05-14 18:55 ` [dpdk-dev] [PATCH 2/6] Subjet: ethdev: add common code to atomicly access link Stephen Hemminger
2014-05-15  8:43   ` Ivan Boule
2014-05-14 18:55 ` [dpdk-dev] [PATCH 3/6] ixgbe: use eth_dev_{get,set}_link Stephen Hemminger
2014-05-14 18:55 ` [dpdk-dev] [PATCH 4/6] e1000: " Stephen Hemminger
2014-05-14 18:55 ` [dpdk-dev] [PATCH 5/6] ether: allow setting mac address Stephen Hemminger
2014-05-15  9:04   ` Ivan Boule
2014-05-21 15:24     ` Ivan Boule
2014-05-14 18:55 ` [dpdk-dev] [PATCH 6/6] vmxnet3: replace Intel driver Stephen Hemminger
2014-05-15 17:14   ` Thomas Monjalon [this message]

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=1812257.SL2iW8YYEL@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=shemming@brocade.com \
    --cc=stephen@networkplumber.org \
    /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).