DPDK patches and discussions
 help / color / mirror / Atom feed
From: "John Daley (johndale)" <johndale@cisco.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] Enic PMD Rx performance improvements
Date: Thu, 18 Feb 2016 01:31:37 +0000	[thread overview]
Message-ID: <dac0d4de41ab4f9e8df6d7e62094941b@XCH-RCD-007.cisco.com> (raw)
In-Reply-To: <1455601009-21573-1-git-send-email-johndale@cisco.com>

I found a data corruption in further testing, so please reject the patch and I'll send a V2.
Thanks,
John

> -----Original Message-----
> From: John Daley (johndale)
> Sent: Monday, February 15, 2016 9:37 PM
> To: dev@dpdk.org
> Cc: John Daley (johndale) <johndale@cisco.com>
> Subject: [PATCH] Enic PMD Rx performance improvements
> 
> This is a rewrite of the receive path of the Enic PMD to simplify the code and
> improve packet rate. Sorry I couldn't figure a way to organize it as a series of
> patches, so I'm submitting it as a single patch.
> thanks,
> john
> 
> johndale (1):
>   ENIC PMD receive path performance improvements.
> 
>  drivers/net/enic/Makefile       |   1 +
>  drivers/net/enic/base/vnic_rq.c |  99 ++--------
> drivers/net/enic/base/vnic_rq.h | 147 +-------------
>  drivers/net/enic/enic.h         |  16 +-
>  drivers/net/enic/enic_ethdev.c  |  21 +-
>  drivers/net/enic/enic_main.c    | 319 +++++++++----------------------
>  drivers/net/enic/enic_res.h     |  16 +-
>  drivers/net/enic/enic_rx.c      | 413
> ++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 555 insertions(+), 477 deletions(-)  create mode 100644
> drivers/net/enic/enic_rx.c
> 
> --
> 2.7.0

      parent reply	other threads:[~2016-02-18  1:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16  5:36 johndale
2016-02-16  5:36 ` [dpdk-dev] [PATCH] ENIC PMD receive path " johndale
2016-02-18  1:31 ` John Daley (johndale) [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=dac0d4de41ab4f9e8df6d7e62094941b@XCH-RCD-007.cisco.com \
    --to=johndale@cisco.com \
    --cc=dev@dpdk.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).