From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/vm_power_manager: remove dependency on internal header file Date: Mon, 11 Jul 2016 17:24:20 +0200 Message-ID: <7810541.pMeCVAg0BL@xps13> References: <1467622679-17247-1-git-send-email-yong.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Marvin Liu Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 8DBA5214A for ; Mon, 11 Jul 2016 17:24:25 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f126so95020372wma.1 for ; Mon, 11 Jul 2016 08:24:25 -0700 (PDT) In-Reply-To: <1467622679-17247-1-git-send-email-yong.liu@intel.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" 2016-07-04 16:57, Marvin Liu: > Macro CHANNEL_CMDS_MAX_CPUS stand for the maximum number of cores > controlled by virtual channels. This macro only be used in the example, > so remove it from library to example header file. > > Signed-off-by: Marvin Liu Applied, thanks