DPDK patches and discussions
 help / color / mirror / Atom feed
From: Aaron Conole <aconole@redhat.com>
To: dev@dpdk.org
Cc: Alan Carew <alan.carew@intel.com>
Subject: [dpdk-dev] [PATCH] librte_power: channel_commands: Remove duplicate definition
Date: Fri, 23 Oct 2015 16:03:57 -0400	[thread overview]
Message-ID: <1445630637-32293-1-git-send-email-aconole@redhat.com> (raw)

The CHANNEL_CMDS_MAX_VM_CHANNELS is duplicated in the channel_commands
header file. This commit removes that duplication.

fixes 210c383e247b5335cd95223fac1c0880ebbd5c96 ("power: packet format for ...")

Signed-off-by: Aaron Conole <aconole@redhat.com>
---
 lib/librte_power/channel_commands.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/librte_power/channel_commands.h b/lib/librte_power/channel_commands.h
index 7e78a8b..de6d926 100644
--- a/lib/librte_power/channel_commands.h
+++ b/lib/librte_power/channel_commands.h
@@ -50,9 +50,6 @@ extern "C" {
 /* Maximum number of channels per VM */
 #define CHANNEL_CMDS_MAX_VM_CHANNELS 64
 
-/* Maximum number of channels per VM */
-#define CHANNEL_CMDS_MAX_VM_CHANNELS 64
-
 /* Valid Commands */
 #define CPU_POWER               1
 #define CPU_POWER_CONNECT       2
-- 
2.6.1.133.gf5b6079

             reply	other threads:[~2015-10-23 20:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 20:03 Aaron Conole [this message]
2015-10-27 11:12 ` Bruce Richardson
2015-12-07  3:21   ` Thomas Monjalon

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=1445630637-32293-1-git-send-email-aconole@redhat.com \
    --to=aconole@redhat.com \
    --cc=alan.carew@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).