From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 0DD38137D for ; Mon, 11 Apr 2016 20:57:11 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id u206so117012621wme.1 for ; Mon, 11 Apr 2016 11:57:11 -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; bh=HgQmmv9tRWLfGVNBZJSQAQmyPUrZo1L3fsQJVmNywck=; b=2AWjDP7fvTt8S3u8diBxQ+9KWOauKk3iac51bALbOQxstqnQpqFVKFBE3U/vycnST0 pXxxq8J/bjTiHbeSRdA85rPwHssPR0jgqr8WaxRQdqmYk0+0xf0EQeL0RQ0g1sNyw7K+ UUKRIkk2JgssEEBK+bkQD86bZaqhvL+JtSVSKWPWObcZ+XujMZ/H1yXso0CoWE+ffh9l xVHddHleUl2zVsVz8T7QYnEnu2sAWeD0c2m1bHqNLWbCi9aop2q7Gt3WTKymKPdBPSXC BDKkFgba8bBb+Ij0UIUmwKd3hWCrJvsbMw61ZRKaAfSB3lsyRunJx9v9iA6b8LXd8HrT Vj/g== 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; bh=HgQmmv9tRWLfGVNBZJSQAQmyPUrZo1L3fsQJVmNywck=; b=c59JOIGRJN/nswcsA9A52yM8sHQhCtKtInt7Ksz8GgX74ZdLcjI33vgbFPFCTPKK4X 4yW+OE3sZJWnfBhbXcI5K4yYHsiBtnB3OSphM46XVQ89JqF6O7vu+nCjmCx+Ow9ZqSbW DVowJE8iYjOBa/7EkhphYqshm1sPsLGipYJTB+mbsnm/Dgixsl6bCDrcTVuG6K2zEJmL pr1iJA+d9eJ8ANt0Np/sJyYhkw6zJbNHE9b5IyD6CNOfIqBzu1D6ASHaMNYnWpOsSUpz g1oeMChC5pMuF7dPdtNjOWFMWBSFfXCOUitVyiO9r2jSZQsFm23UqNo7ZNcVbbj9JaGj pWYQ== X-Gm-Message-State: AD7BkJJXIfZuc9kq04aPSxiZTrVkq0vTAtwqvA4HM7S9PJABKDDVHpZ9bMGm1haB1vTsJiqB X-Received: by 10.28.53.134 with SMTP id c128mr20570694wma.10.1460401030873; Mon, 11 Apr 2016 11:57:10 -0700 (PDT) Received: from xps13.localnet (245.111.75.86.rev.sfr.net. [86.75.111.245]) by smtp.gmail.com with ESMTPSA id w2sm9136704wjg.42.2016.04.11.11.57.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2016 11:57:09 -0700 (PDT) From: Thomas Monjalon To: John Guzik Cc: dev@dpdk.org Date: Mon, 11 Apr 2016 20:57:08 +0200 Message-ID: <2740899.KCQQlYyY3K@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1460399087-23904-1-git-send-email-john@shieldxnetworks.com> References: <1460399087-23904-1-git-send-email-john@shieldxnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: Programmers guide IP fragmentation direct/indirect mbufs to wrong section 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, 11 Apr 2016 18:57:11 -0000 2016-04-11 11:24, John Guzik: > --- a/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst > +++ b/doc/guides/prog_guide/ip_fragment_reassembly_lib.rst > -For more information about direct and indirect mbufs, refer to the *DPDK Programmers guide 7.7 Direct and Indirect Buffers.* > +For more information about direct and indirect mbufs, refer to the *DPDK Programmers guide 6.7 Direct and Indirect Buffers.* We should replace it by a link. There are some remaining hard references in the docs: doc/guides/nics/virtio.rst: For more details about kni, please refer to Chapter 24 "Kernel NIC Interface". doc/guides/prog_guide/ip_fragment_reassembly_lib.rst: For more information about direct and indirect mbufs, refer to the *DPDK Programmers guide 7.7 Direct and Indirect Buffers.* doc/guides/sample_app_ug/multi_process.rst: (refer to *DPDK Programmer's Guide* , Section 6.4, "Local Cache")