From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 0AA51D28C for ; 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" To: "Hunt, David" , "dev@dpdk.org" CC: "Richardson, Bruce" , "Hunt, David" 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; Hunt, David > > Subject: [dpdk-dev] [PATCH v11 16/18] doc: distributor library changes fo= r > new burst API >=20 > Signed-off-by: David Hunt > Acked-by: John McNamara > Acked-by: Bruce Richardson > --- > 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/