From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7BDB55910 for ; Wed, 26 Nov 2014 16:31:34 +0100 (CET) Received: by mail-wg0-f46.google.com with SMTP id x12so4074075wgg.5 for ; Wed, 26 Nov 2014 07:42:31 -0800 (PST) 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=HzuQ0pw796+9YTzj6BmJ8VlekAslop8lAl7BnBswzLs=; b=mZrwbqS8i8Hr4lceFf6ENim29R+M534i/r+A/hGoR2Me1G8OmsB8V2L5fnEG9yhcwE 7R88dp1ixcMFfe/47mHhtnKEBL7tDvMgrg7nx4iKvCeL2l4chArMdtFYOfThUv15ATUo 976n6nJKPwb72qRayUGppZrMrLD4BdEbFpiMbHYRRJMnQEuBDTMaTDqqbnYlGqjtHkQI bEdeomJAx72svrsYK4Uo6TbSNFbZGqRyepjJOAr87Lxd3wX6d0jff0KbRj9R/zKFJa0I klZZWPFAG1yYvX7HfdyLgqmxHV7JkPvxtnibquyarzPe7+bnxAWFlp7eoIMYa0/qCXfG toHw== X-Gm-Message-State: ALoCoQlu8FGHApvoF4od6Ni3nUN3rhA/O3rAITKrtqARWWXq7j1DJAo1+Z9ColBOcbPEiL/zabMY X-Received: by 10.180.109.3 with SMTP id ho3mr43077361wib.39.1417016551749; Wed, 26 Nov 2014 07:42:31 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id td9sm7741105wic.15.2014.11.26.07.42.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Nov 2014 07:42:30 -0800 (PST) From: Thomas Monjalon To: bruce.richardson@intel.com Date: Wed, 26 Nov 2014 16:42:06 +0100 Message-ID: <2056281.MtGIPzXE4p@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1417012687-18812-1-git-send-email-thomas.monjalon@6wind.com> References: <1415975510-24015-1-git-send-email-bruce.richardson@intel.com> <1417012687-18812-1-git-send-email-thomas.monjalon@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] examples/skeleton: very simple code for packet forwarding 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: Wed, 26 Nov 2014 15:31:34 -0000 Bruce, I made some minor changes to the skeleton app. Could you confirm it's ok for you? 2014-11-26 15:38, Thomas Monjalon: > v3 changes: > - rename skeleton_app/ to skeleton/ > - add in examples Makefile > - fix default target to native > - reword header guard > - rename rxRings to rx_rings and txRings to tx_rings