From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 0AA51D28C
 for <dev@dpdk.org>; Fri, 24 Mar 2017 15:49:04 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=intel;
 t=1490366945; x=1521902945;
 h=from:to:cc:subject:date:message-id:references:
 in-reply-to:content-transfer-encoding:mime-version;
 bh=Who2zpBZEWhSzx6Ygz+80IP0x4jqCRh7ano+X1NbFvE=;
 b=PvDwIY2Aog/PJUb8CYQNt4zpUlOm/k2szOAvvVc+ZzoFS652AsgtYwwo
 UTlvUNToRlHL2J8xFWV6/0fo0lc5Bw==;
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 24 Mar 2017 07:49:03 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.36,215,1486454400"; d="scan'208";a="80248233"
Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75])
 by fmsmga005.fm.intel.com with ESMTP; 24 Mar 2017 07:49:03 -0700
Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by
 IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Fri, 24 Mar 2017 14:49:02 +0000
Received: from irsmsx103.ger.corp.intel.com ([169.254.3.8]) by
 irsmsx111.ger.corp.intel.com ([169.254.2.242]) with mapi id 14.03.0248.002;
 Fri, 24 Mar 2017 14:49:02 +0000
From: "Mcnamara, John" <john.mcnamara@intel.com>
To: "Hunt, David" <david.hunt@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "Richardson, Bruce" <bruce.richardson@intel.com>, "Hunt, David"
 <david.hunt@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v11 16/18] doc: distributor library changes
 for	new burst API
Thread-Index: AQHSoZ07QVk0IhYHu06lpOJgC7w1rKGkF8VA
Date: Fri, 24 Mar 2017 14:49:01 +0000
Message-ID: <B27915DBBA3421428155699D51E4CFE23328B38C@IRSMSX103.ger.corp.intel.com>
References: <1489558767-56329-2-git-send-email-david.hunt@intel.com>
 <1490004522-183515-1-git-send-email-david.hunt@intel.com>
 <1490004522-183515-17-git-send-email-david.hunt@intel.com>
In-Reply-To: <1490004522-183515-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_IC
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzQzZTY3ZWQtZTViYi00MDc3LTliMjgtYWEyNjk5MTYxNjY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ims2S3lZXC8xY3p2YlBMT0dRWjhHVG0xbkZxVldmcHFEZUVqXC8rRWNVM3VzRT0ifQ==
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v11 16/18] 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Mar 2017 14:49:05 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of David Hunt
> Sent: Monday, March 20, 2017 10:09 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richardson@intel.com>; Hunt, David
> <david.hunt@intel.com>
> Subject: [dpdk-dev] [PATCH v11 16/18] doc: distributor library changes fo=
r
> new burst API
>=20
> Signed-off-by: David Hunt <david.hunt@intel.com>
> Acked-by: John McNamara <john.mcnamara@intel.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
> ---
>  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..e0adcaa 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``.


s/Library/library
s/optiomised/optimized/
s/rte_distributor_create function``/rte_distributor_create()`` function/