From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 684FBFA60 for ; Thu, 9 Feb 2017 16:28:02 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP; 09 Feb 2017 07:28:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,349,1484035200"; d="scan'208";a="63114437" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga005.fm.intel.com with ESMTP; 09 Feb 2017 07:28:00 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1486448555-95730-1-git-send-email-wenzhuo.lu@intel.com> <1486603680-62864-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <628f6d32-0c5c-5fc8-dadd-608d3ba9cf05@intel.com> Date: Thu, 9 Feb 2017 15:28:00 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1486603680-62864-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/2] update ixgbe doc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 15:28:02 -0000 On 2/9/2017 1:27 AM, Wenzhuo Lu wrote: > 1, adjust the framework of the ixgbe doc. > 2, announce the MTU setting limitation. > > v2: > - split the patch to 2 to add more fixes. > > Wenzhuo Lu (2): > doc: fix framework of ixgbe doc > doc: announce ixgbe MTU setting limitation > > doc/guides/nics/ixgbe.rst | 28 ++++++++++++++++++++-------- > 1 file changed, 20 insertions(+), 8 deletions(-) > Series applied to dpdk-next-net/master, thanks.