From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D2E9D1B670 for ; Sat, 14 Oct 2017 02:08:38 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2017 17:08:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,373,1503385200"; d="scan'208";a="323100801" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.248]) ([10.241.224.248]) by fmsmga004.fm.intel.com with ESMTP; 13 Oct 2017 17:08:36 -0700 To: Mark Kavanagh , dev@dpdk.org Cc: jiayu.hu@intel.com, jianfeng.tan@intel.com, konstantin.ananyev@intel.com, thomas@monjalon.net References: <1507815955-23275-1-git-send-email-mark.b.kavanagh@intel.com> <1507824329-15809-1-git-send-email-mark.b.kavanagh@intel.com> From: Ferruh Yigit Message-ID: <8559429d-3edd-9b2a-743e-5db3aab260cf@intel.com> Date: Sat, 14 Oct 2017 01:08:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1507824329-15809-1-git-send-email-mark.b.kavanagh@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH V3] doc: minor fixes for GSO prog_guide 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: Sat, 14 Oct 2017 00:08:39 -0000 On 10/12/2017 5:05 PM, Mark Kavanagh wrote: > Correct two minor issues in the GSO programmer's guide: > - a note is rendered incorrectly in the middle of an unordered list; > this results in the remainder of the list appearing inside the note. > Correct indentation of the note to resolve same. > - two minor visual artifacts are present in the 'three-part-output-segment' > diagram. Remove same. > > Fixes: f6010c7 ("doc: add GSO programmer's guide") > > Signed-off-by: Mark Kavanagh > Acked-by: John McNamara Applied to dpdk-next-net/master, thanks.