From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id EFA20B0C1 for ; Fri, 16 May 2014 16:24:10 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id hm4so1052876wib.11 for ; Fri, 16 May 2014 07:24:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=O4k12B8of0Klt32J31BwLsRTCLqA4Kl7t71syf49QBU=; b=ig4Cc1OGwaG/v6DHCF/t62evodSch7oLnVAQ+OAV5tlD+R5QlUxPhZzi/U2cEoz4o9 ZeesAbs/Hx8kWNrCeUtc7jk+heLRqDaCEqhNoknBPw3tDbOLXF/dWt5atHlXt4Z7+w56 PFFyc/MNnq2S/TuRB/Fv+HeGi2O0ZdfkjAoQhgyN1fGgGmt7T8mdM1pcvLofyHV1rAtB YlSjBmOHN1HgBNOzuvaLsLrIyqtmMUWL2LPiKQy6Aj2eWflouS/KAFuJCpisOLQW5lHW 5BiFKfjwH/sweEtL1YZDZ9cewKlONmtMGK/h1uDUH+V5Sa/WIJ47nw5smsvDE+Kd1Ibc w6uQ== X-Gm-Message-State: ALoCoQmwjn+Cb+r25lDzr2YoOAB9+mFK5R//8IApGQ0jrAANI8tCQsq8zxz7U0iYbRAtlH+uwuAv X-Received: by 10.194.221.4 with SMTP id qa4mr2980358wjc.38.1400250259102; Fri, 16 May 2014 07:24:19 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id m5sm3611216wie.23.2014.05.16.07.24.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 May 2014 07:24:17 -0700 (PDT) From: Thomas Monjalon To: Ivan Boule Date: Fri, 16 May 2014 16:24:15 +0200 Message-ID: <3197825.6XZg2ZFox1@xps13> Organization: 6WIND User-Agent: KMail/4.13 (Linux/3.14.4-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <5375BC79.1090309@6wind.com> References: <1400146513-14283-1-git-send-email-thomas.monjalon@6wind.com> <1400170121-2737-1-git-send-email-thomas.monjalon@6wind.com> <5375BC79.1090309@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3] app/testpmd: list forwarding engines 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: Fri, 16 May 2014 14:24:11 -0000 > > Having a function to list forwarding engines helps to show them > > in cli help and in parameters usage witout duplicating code. > > > > Signed-off-by: Thomas Monjalon > > Acked by: Ivan Boule Applied for version 1.7.0. -- Thomas