From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] librte_power: channel_commands: Remove duplicate definition Date: Mon, 07 Dec 2015 04:21:42 +0100 Message-ID: <5926508.QAm4YoMRyu@xps13> References: <1445630637-32293-1-git-send-email-aconole@redhat.com> <20151027111236.GA6488@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Alan Carew To: Aaron Conole Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 3AE189578 for ; Mon, 7 Dec 2015 04:22:54 +0100 (CET) Received: by wmww144 with SMTP id w144so133109742wmw.0 for ; Sun, 06 Dec 2015 19:22:54 -0800 (PST) In-Reply-To: <20151027111236.GA6488@bricha3-MOBL3> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > > Acked-by: Bruce Richardson Applied, thanks