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 010742A5E for ; Tue, 21 Feb 2017 17:18:22 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2017 08:18:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,190,1484035200"; d="scan'208";a="67867862" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga005.fm.intel.com with ESMTP; 21 Feb 2017 08:18:20 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by irsmsx105.ger.corp.intel.com ([169.254.7.38]) with mapi id 14.03.0248.002; Tue, 21 Feb 2017 16:18:20 +0000 From: "Mcnamara, John" To: "Hunt, David" , "dev@dpdk.org" CC: "Richardson, Bruce" , "Hunt, David" Thread-Topic: [dpdk-dev] [PATCH v7 16/17] doc: distributor library changes for new burst api Thread-Index: AQHSjCw3ejke/P/ekESJZfdnEfLCeaFzo3WA Date: Tue, 21 Feb 2017 16:18:19 +0000 Message-ID: References: <1485163480-156507-2-git-send-email-david.hunt@intel.com> <1487647073-129064-1-git-send-email-david.hunt@intel.com> <1487647073-129064-17-git-send-email-david.hunt@intel.com> In-Reply-To: <1487647073-129064-17-git-send-email-david.hunt@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGMwNzcwZDYtM2Q2MS00MGZiLWFiMGUtMDE2OWY3MDkwNmRiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJvWk5TQklGK3hjUTZWek82eTZYNFhUN3phSnBqUmhvV3I4dDFHcHlsdm04PSJ9 x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 16/17] doc: distributor library changes for new burst api 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: Tue, 21 Feb 2017 16:18:23 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt > Sent: Tuesday, February 21, 2017 3:18 AM > To: dev@dpdk.org > Cc: Richardson, Bruce ; Hunt, David > > Subject: [dpdk-dev] [PATCH v7 16/17] doc: distributor library changes for > new burst api >=20 > Signed-off-by: David Hunt > --- > doc/guides/prog_guide/packet_distrib_lib.rst | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/doc/guides/prog_guide/packet_distrib_lib.rst > b/doc/guides/prog_guide/packet_distrib_lib.rst > index b5bdabb..c070eaa 100644 > --- a/doc/guides/prog_guide/packet_distrib_lib.rst > +++ b/doc/guides/prog_guide/packet_distrib_lib.rst > @@ -42,6 +42,9 @@ The model of operation is shown in the diagram below. >=20 > Packet Distributor mode of operation >=20 > +There are two modes of operation of the API in the distributor Library, > +one which sends one packet at a time to workers using 32-bits for > +flow_id, and an optiomised mode which sends bursts of up to 8 packets at > a time to workers, using 15 bits of flow_id. The mode is selected by the > type field in the rte_distributor_create function. It is better to use fixed width backquotes for function names like: type field in the ``rte_distributor_create()`` function. Apart from that. Acked-by: John McNamara