From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id B07B82C45 for ; Fri, 11 Mar 2016 17:40:25 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id l68so25255120wml.0 for ; Fri, 11 Mar 2016 08:40:25 -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=QZLQ+ld9949Y35lAEgntrryjCz6UZSkXKk+eseqW8y4=; b=Gp5NA/sae17sw/sfMY7xhnU9nharzKJxE6yJNrYgHg3tIAkYPf4QoiUSrFf9oRQnYN WpXpjqIrTram6XSj1yQFpSR4ATVfThhKJ11sXF6UTZ76UwppsJ9ov1hqDvWH9l/S8VK+ CIoGDdxw26sCMrgXvfSK/wd0ya+ZKG0ynrjDtOu4lQLGun+sPmkhktbZ5vxMCzuSyrTE dqspbeaaKgbBfr0pYqYpzgwzF2vo1ev5FBk7eKSCx61PpXgSp1RRVdbqCugydyGHQ6S2 kgYnLt/DnI4bDXt1TnDIH1CXBiy9+AE7VMtTBFMdFqFJOv+IcRWo+inhcZhUx9sd1Uoq WWFA== 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=QZLQ+ld9949Y35lAEgntrryjCz6UZSkXKk+eseqW8y4=; b=TU0u5stsYkBc2uKUhDTrX0jUNbEVOgCqtmx8JdagLhokwDF4zQufZZ3Wu9SMV+5jNc XNKAX/bD1Zs4qw8Zqc2BkBD5BzBuAPOdvKADz6qdpAoHdz8xVAt6X/LQYWt/ApqghbCD QpmCB3W2c2JcY1dgpe4hQgA6xnvmqMmF4CTt/2YVaRgtVxV4Zl++5cm4OcPffUVgDDa2 j5inQkAWE5p4n9ObhExtCxlEn4UHnDTt9++UHjHQSpjQbusC6zWJvEzRLwbjNfN9KcY1 jLcX4HX6Gm3nlbwN7HjzAwuKCxVdzuq7NivYDSkiX4qZI8w/OE1AyOzAu+k49DD7r3NH fWEQ== X-Gm-Message-State: AD7BkJKGO10zhAJBXvOLwWp+RhqiWro8Y1ZabNHPH7hVUUOn/AgOdfO8vq/WnuiPPHqJHWze X-Received: by 10.28.132.17 with SMTP id g17mr4076355wmd.63.1457714425585; Fri, 11 Mar 2016 08:40:25 -0800 (PST) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id y3sm3048454wmy.17.2016.03.11.08.40.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 08:40:24 -0800 (PST) From: Thomas Monjalon To: "Kantecki, Tomasz" Date: Fri, 11 Mar 2016 17:38:41 +0100 Message-ID: <6409326.IYvTj83Jur@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> <20160311162706.GD19860@bricha3-MOBL3> 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:40:25 -0000 2016-03-11 16:34, Kantecki, Tomasz: > > > > > > 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. > > > > Skeleton app does do a form of l2 forwarding, just without editing the mac > > addresses. > > I don't think having "skeleton" in the name of derived apps is a good thing, so > > I would vote for an l2fwd-based name. > > OK I understand. We'll prepare patch v5 with changed application name. > Is Mon morning OK for the v5 patch submission? The deadline was yesterday. But for a new example, it can be integrated later, even in rc2 if rc1 is closed Monday (far from probable).