From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 144CE8DA0 for ; Mon, 17 Aug 2015 19:11:21 +0200 (CEST) Received: by wicja10 with SMTP id ja10so75439299wic.1 for ; Mon, 17 Aug 2015 10:11:21 -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=iqwktMmZL18ur2IAnX5SGfXBNz3VclDlqethrPBOe1k=; b=Ksl5+l/+mnJtru6dUSVVgPq32Lec8rilSVMVbxx7RPDTBB9iTfzegPZLo/qglni92j CH87aiQ2V9mDKzgFaopbP8ohWSGAc2Zpzs+sUH8KANK6J0cHzS5g5GOGfqJja5UzfZUs BFXaLt+hIL9t5wmEh6xOaZeO0l0vHkCFUZCcvHf8AMb054sc3o1GYbykAcdijzycelVX 5KxynZZWeWTAjm41hoR+2Sgscv2rNca8D1odQJRyPQWv3hd4Amn7qa3No8+Us0Lz10CF 2f9new4FMAWV1ux1JG/xdFTBSDNVny34mBQh5OLS9G7w5dCw82u3kLx/xqUM7Nb1ZPDW BLmQ== X-Gm-Message-State: ALoCoQnJXaVl7fPd+enXouwbVAd+LaQl6OOgQAZnKKO0CvC7KMNJtQyI1zCA6qeQZxRt2ft/IEf1 X-Received: by 10.194.81.67 with SMTP id y3mr4403736wjx.7.1439831480895; Mon, 17 Aug 2015 10:11:20 -0700 (PDT) Received: from xps13.localnet (183.16.90.92.rev.sfr.net. [92.90.16.183]) by smtp.gmail.com with ESMTPSA id c3sm22699295wja.3.2015.08.17.10.11.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Aug 2015 10:11:20 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Mon, 17 Aug 2015 19:10:06 +0200 Message-ID: <12307143.pDc0JXMOnO@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F39EE3@IRSMSX108.ger.corp.intel.com> References: <1439463883-19689-1-git-send-email-john.mcnamara@intel.com> <1439463883-19689-2-git-send-email-john.mcnamara@intel.com> <8CEF83825BEC744B83065625E567D7C219F39EE3@IRSMSX108.ger.corp.intel.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] doc: updated release notes for r2.1 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: Mon, 17 Aug 2015 17:11:21 -0000 2015-08-13 13:02, Iremonger, Bernard: > > + Port hotplug support was added to the following PMDs: > > + > > + * e1000/igb. > > + * ixgbe. > > + * i40e. > > + * fm10k. > > + * Ring. > > + * Bonding. > > + * Virtio. > > ring, bonding and virtio should probably be all lowercase. Applied with few small fixes, thanks for the big work, John