From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 27 Oct 2015 04:12:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,204,1444719600"; d="scan'208";a="672613766" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.208.66]) by orsmga003.jf.intel.com with SMTP; 27 Oct 2015 04:12:37 -0700 Received: by (sSMTP sendmail emulation); Tue, 27 Oct 2015 11:12:37 +0025 Date: Tue, 27 Oct 2015 11:12:36 +0000 From: Bruce Richardson To: Aaron Conole 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 Content-Disposition: inline In-Reply-To: <1445630637-32293-1-git-send-email-aconole@redhat.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org, Alan Carew Subject: Re: [dpdk-dev] [PATCH] librte_power: channel_commands: Remove duplicate definition X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 11:12:40 -0000 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