From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] librte_power: channel_commands: Remove duplicate definition Date: Tue, 27 Oct 2015 11:12:36 +0000 Message-ID: <20151027111236.GA6488@bricha3-MOBL3> References: <1445630637-32293-1-git-send-email-aconole@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Alan Carew To: Aaron Conole Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7797CDE6 for ; Tue, 27 Oct 2015 12:12:40 +0100 (CET) Content-Disposition: inline In-Reply-To: <1445630637-32293-1-git-send-email-aconole@redhat.com> 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" On Fri, Oct 23, 2015 at 04:03:57PM -0400, Aaron Conole wrote: > 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