From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 392E22BCE for ; Fri, 11 Mar 2016 17:05:08 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p65so23481400wmp.0 for ; Fri, 11 Mar 2016 08:05:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=pKYpUhwxtk5jj60ihmh9Tv6WvkDuIkOJKCp3vMFe0ms=; b=SMgZGYtgDEMqd0vV3VgqUtJpB0u7Qdju2Uu11uYVTeQBsXMwcs4Q2fYo69+l5hzQQ2 EEhMGq9pCBAKi4hVO3Tg6Y63MDOnMfIWeU21MJGQv/x0BeG6g302sVNx+6RHtVv3eVju 2juQ7FNu4Hxv5gPI9fFZ/r6KRB+qd2vEXCZXtTFuTey1KT/XcxdUVcnXo6+TZxSs+sO2 35RM2fWWivHj152JErhspWM0b1MWwMD6JnEMeVLeK8JmtgGS2HKIjel1fKs+fMnYFBMR 52LB6lXEqlbuBEBhdcADu+BhcgeSCRAnRb1eWYFSzvy5TY9JZ7qn1MqAhm8EYsUdojTN K97A== 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; bh=pKYpUhwxtk5jj60ihmh9Tv6WvkDuIkOJKCp3vMFe0ms=; b=a2HY0N82YUgzsMANo4MfDEd40GWBaG6k8mdT9MsEa21O6PUiSgMK5oI6iY8XV7mCH5 Ae/V/WhZlkD6qr4jz0vQjna/09aLsG8A5gXVazjckt7FOpk+5s1YMJI6edpWMSHd7g9m 0hYE1EkYeXTSPSF/u/A2o2C30uZSLlZ9NpuKYz0H+7NjjUi0sZ/s6DL6abqy0Npp86hW oZgG1+GYL5tcWCtxQwVtTmjIbwnhahrnPl/fLLwWUzQZDMAVGZMZ6CMOtlwiM/KrBV2w Oa/1onqkM1LiWAWYK1BRBFmz1WbQaVrUUqJkv6mxB+t2ehTDvU7Bgmjw7C5KbYn/1ejE g/XQ== X-Gm-Message-State: AD7BkJI9ezv+XY2SIJPSNaVrBCwKEjbT1GfcBrcMxcb04XEPwFtfzq+Rh/cuCS/vgPIWfhYZ X-Received: by 10.194.60.145 with SMTP id h17mr11271930wjr.47.1457712308081; Fri, 11 Mar 2016 08:05:08 -0800 (PST) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id s66sm2941235wmb.6.2016.03.11.08.05.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 08:05:07 -0800 (PST) From: Thomas Monjalon To: "Kantecki, Tomasz" Date: Fri, 11 Mar 2016 17:03:23 +0100 Message-ID: <2637627.HOJADSlSRT@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1456499233-66251-1-git-send-email-wojciechx.andralojc@intel.com> <2207879.MgxKVmgPIQ@xps13> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, "Cornu, Marcel D" Subject: Re: [dpdk-dev] [PATCH v3] examples/skeleton-cat: PQoS CAT and CDP, example of libpqos usage 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, 11 Mar 2016 16:05:08 -0000 2016-03-11 15:54, Kantecki, Tomasz: > > > +Basic Forwarding sample application is a simple *skeleton* example of > > > +a forwarding application. It has been extended to make use of CAT via > > > +extended command line options and linking against the libpqos library. > > > > The skeleton aims to show a minimal piece of code (but bigger than hello > > world). > > For any other usage, I think the "l2fwd" name is more appropriate. > > > > > +DIRS-y += skeleton-cat > > > > We have used skeleton app as basis for this sample code. It is just to keep it as simple as possible. > Wouldn't it be confusing if we use "l2fwd" name for skeleton app functionality? I'm not sure. We need more opinions.