DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [dpdk-dev] [PATCH v2 0/5] minor fixes and cleanup
Date: Thu, 23 Feb 2017 16:41:58 +0000	[thread overview]
Message-ID: <1487868123-30262-1-git-send-email-bruce.richardson@intel.com> (raw)
In-Reply-To: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com>

This patchset contains some minor fixes and improvements which
I found in the context of preparing a new patchset for the
rte_ring code. Having these merged separately reduces the
number of patches in the ring set so should make everyone's
life easier.

V2 Changes: new patch added with extra fix for quota_watermark example

Bruce Richardson (5):
  app/pdump: fix duplicate macro definition
  ring: add a function to return the ring size
  crypto/null: use ring size function
  examples/quota_watermark: correct code indentation
  examples/quota_watermark: fix requirement for 2M pages

 app/pdump/main.c                          |   1 -
 drivers/crypto/null/null_crypto_pmd_ops.c |   2 +-
 examples/quota_watermark/qw/args.c        |  63 ++---
 examples/quota_watermark/qw/init.c        | 177 +++++++-------
 examples/quota_watermark/qw/main.c        | 377 ++++++++++++++++--------------
 examples/quota_watermark/qw/main.h        |   6 +-
 examples/quota_watermark/qwctl/commands.c | 208 +++++++++--------
 examples/quota_watermark/qwctl/qwctl.c    |  38 +--
 lib/librte_ring/rte_ring.h                |  14 ++
 9 files changed, 464 insertions(+), 422 deletions(-)

-- 
2.9.3

  parent reply	other threads:[~2017-02-23 16:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 16:52 [dpdk-dev] [PATCH 0/4] " Bruce Richardson
2017-02-21 16:52 ` [dpdk-dev] [PATCH 1/4] app/pdump: fix duplicate macro definition Bruce Richardson
2017-02-21 16:52 ` [dpdk-dev] [PATCH 2/4] ring: add a function to return the ring size Bruce Richardson
2017-02-21 16:52 ` [dpdk-dev] [PATCH 3/4] crypto/null: use ring size function Bruce Richardson
2017-02-21 16:52 ` [dpdk-dev] [PATCH 4/4] examples/quota_watermark: correct code indentation Bruce Richardson
2017-02-23 16:41 ` Bruce Richardson [this message]
2017-02-23 17:02   ` [dpdk-dev] [PATCH v2 0/5] minor fixes and cleanup Bruce Richardson
2017-03-08 15:09   ` Thomas Monjalon
2017-02-23 16:41 ` [dpdk-dev] [PATCH v2 1/5] app/pdump: fix duplicate macro definition Bruce Richardson
2017-02-23 16:42 ` [dpdk-dev] [PATCH v2 2/5] ring: add a function to return the ring size Bruce Richardson
2017-03-08 10:00   ` Olivier MATZ
2017-02-23 16:42 ` [dpdk-dev] [PATCH v2 3/5] crypto/null: use ring size function Bruce Richardson
2017-02-24 14:20   ` Doherty, Declan
2017-02-23 16:42 ` [dpdk-dev] [PATCH v2 4/5] examples/quota_watermark: correct code indentation Bruce Richardson
2017-02-23 16:42 ` [dpdk-dev] [PATCH v2 5/5] examples/quota_watermark: fix requirement for 2M pages Bruce Richardson

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=1487868123-30262-1-git-send-email-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.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).