From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 8E5EB378E for ; Thu, 29 Oct 2015 09:20:14 +0100 (CET) Received: by wijp11 with SMTP id p11so279033947wij.0 for ; Thu, 29 Oct 2015 01:20:14 -0700 (PDT) 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=dpQB9iA4pzyOFkL/1hWT7GgWG0NOnL8uKmQT+zjBzQs=; b=hraGSKC5RQe6LCLapynHjImIY8OBMKBX8XdMjthfYUD/FbCo3O6H+hyEa4WgUMH+vY CopVwcK4S9nLV5jy5xlvHC2Zs6RpwPquC17BlI9/Ibrb0A9V1Md/3v1YmhZVEEUpr8GT 7FJ3M0t7fsqe4IeQXz9UoopJvrCq7h+7pp3HyLIyHOBUtVxDNglXzg1QGz0I3sd8lw34 sC/X+k+AnwJn42/dVMMlSkcHAnW6DXtChvQZpqihQ3ipyDxa3FV1X1lDEe7l5Un5AnER eDLrFM60VJ7mm7HGU5CecpajNXLxFSj4bzkdWORAe6WqHfXikjGawvNWtqzS3TgF49Fa dQ3w== 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=dpQB9iA4pzyOFkL/1hWT7GgWG0NOnL8uKmQT+zjBzQs=; b=MwNxKa+P9FG/909w30wthRbJpRvWKZJVdyE3nyxkIpYjlvr5DRJkJ7XmLUU5gJXdfK aYUWe2ovRXZWh4tqe7nSt9QnfOWftRY/Yolit18tAhwb3BHI9LkqXQeqQ4wvvK/IJW4w bJNYSvznGYbIvhIIXNql82XhXdPjiB8Eewlh8675pACeykQDjAe9ub1eD/Q4mBkkUlXv K9/f87rgDioS83k30Zq3hgHjwAc4QEMDRFIgtAfruFkydEiuSmz86i7SGZv1PIe2cfDs z24sGmYxtYmJddjvd+12JbOmFUugyupvfRRwdh1nQ39Iz585sWwtnp/DUJKo662bmGPb vGig== X-Gm-Message-State: ALoCoQltHM+i+iHp643b3p3D6JYuNzQWyfgR+gb/XnErE6fEuo8hjqK4XXIvwN9nAK93wZ/noc/L X-Received: by 10.194.21.170 with SMTP id w10mr532338wje.29.1446106814382; Thu, 29 Oct 2015 01:20:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id bk2sm523121wjc.3.2015.10.29.01.20.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Oct 2015 01:20:13 -0700 (PDT) From: Thomas Monjalon To: Xutao Sun Date: Thu, 29 Oct 2015 09:19:04 +0100 Message-ID: <2974658.2f20XLOzJd@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1446105751-28018-1-git-send-email-xutao.sun@intel.com> References: <1446096966-31815-1-git-send-email-xutao.sun@intel.com> <1446105751-28018-1-git-send-email-xutao.sun@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 v3 0/2] i40e: Fix the statistics issue of i40e 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: Thu, 29 Oct 2015 08:20:14 -0000 Hi, > Xutao Sun (2): > i40e: Fix the statistics issue of i40e > doc: update release notes It is not needed to have a separate commit for the documentation in this case. Thanks for considering it next time :)