[dpdk-dev] [PATCH 0/4] minor fixes and cleanup

Bruce Richardson bruce.richardson at intel.com
Tue Feb 21 17:52:40 CET 2017


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 once I get it finished and so
should make everyone's life easier.

Bruce Richardson (4):
  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

 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



More information about the dev mailing list