From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 22F32568A for ; Wed, 10 Feb 2016 15:53:18 +0100 (CET) Received: by mail-wm0-f44.google.com with SMTP id p63so32235743wmp.1 for ; Wed, 10 Feb 2016 06:53:18 -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 :content-type; bh=t/ynjgJ4aclcHRwYzeTsi3VtMrMtlheXwCefe+YmOJ0=; b=BR9EvfMiQtw58W098ke9JOMy7kFn7dBRNJqB5FopHJ6Mif5U4wfqyttOfiVHIVCWm5 kRbauLgyV/1M810I3qPKFyhIvH+v4UZi3B/JhkO6Esf3w5dFsPzybq9Z8M7LyBsY0Ms7 CszNOF72D4PHfIi4ZeS9zTpTlgu90dC8TW6DRuO2D44phxpC08QFDXvWFSx38XvMwnVg 56PUn61/hDLHhigahx7LL1lbA55xHVsG2+N6nXlQWMGDkKs0zDNp0PQrsBLvYNUOmqqN gi/GR6X8m+DbyiYAKXCH3hTH72ngY87gMW7zGyYyCovhZR1jWy4I99Tb4V78XAvoSnuP l9ng== 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=t/ynjgJ4aclcHRwYzeTsi3VtMrMtlheXwCefe+YmOJ0=; b=koF2z3jqJV3nNwaBtgTnvbsPEfRtSS3NGjMWEd+AaQBXqcUQ/Cf4xqV76pQBcrFPqU s2lJ7EIX5y1kvfLrdAxSf0/7gqdvnFM//0SxyGpWIztt24BtUBVeFtKiubD/7RUuIq4Q wvnlfNh8Wjlfer/P9qWJlmjtcRnzshPO8RQBQPp6wEdXg+t+sG8C9tWo5UYT/ICB0B4H TwEBVfcoGdJRRXoe6gtpIe24WU2WBGCvZ2do/b0C4lZvby78PoWeBA/FBO7zg3oSKEvN 1acedJmPw4WNFH9/Rv4F5ZNg2HGYVJ4ke5BFeIFfIqlA5gHlZ/isJTGW/0XHTPILRjf4 k3Zg== X-Gm-Message-State: AG10YOSr1jH0WHnHnxywBMVbo9E40KNmAONwLI0h+BEyAbe1P4va9Vb8n0VKi8FaPpTuqN+b X-Received: by 10.28.226.6 with SMTP id z6mr11068778wmg.44.1455115997995; Wed, 10 Feb 2016 06:53:17 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e194sm3782776wma.19.2016.02.10.06.53.17 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Feb 2016 06:53:17 -0800 (PST) From: Thomas Monjalon To: Bruce Richardson Date: Wed, 10 Feb 2016 15:51:51 +0100 Message-ID: <6301432.i5i0sQ5iMI@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160209172040.GA7248@bricha3-MOBL3> References: <1454938742-8786-1-git-send-email-thomas.monjalon@6wind.com> <20160209172040.GA7248@bricha3-MOBL3> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: drop old naming of the project 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, 10 Feb 2016 14:53:18 -0000 2016-02-09 17:20, Bruce Richardson: > On Mon, Feb 08, 2016 at 02:39:02PM +0100, Thomas Monjalon wrote: > > It was requested by Intel, more than one year ago, to replace the name > > "Intel DPDK" by "DPDK". > > Some references to the old name were still in some docs and code comments, > > leading to confusion. > > > > Fixes: ac8ada004c12 ("doc: remove Intel references from release notes") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Bruce Richardson Applied