From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 717DDA0096 for ; Fri, 10 May 2019 18:55:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6CED749DF; Fri, 10 May 2019 18:55:32 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 65FA72C18; Fri, 10 May 2019 18:55:29 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2019 09:55:29 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 10 May 2019 09:55:29 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 10 May 2019 09:55:28 -0700 Received: from fmsmsx101.amr.corp.intel.com ([169.254.1.245]) by fmsmsx158.amr.corp.intel.com ([169.254.15.92]) with mapi id 14.03.0415.000; Fri, 10 May 2019 09:55:28 -0700 From: "Eads, Gage" To: "dev@dpdk.org" CC: "jerin.jacob@caviumnetworks.com" , Stefan Sundkvist , "stable@dpdk.org" , =?iso-8859-1?Q?Mattias_R=F6nnblom?= Thread-Topic: [dpdk-dev] [PATCH v2] event/dsw: ignore scheduling type for single-link queues Thread-Index: AdUHUGJbZG0U1XPzRoCXlYmJVDJ6sQ== Date: Fri, 10 May 2019 16:55:27 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E68CB4B06@fmsmsx101.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmRjNWQ4NGEtNDBhYy00OTc2LThmMDItMDlhM2E1NDU0NDBiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMXR5eDNHTHd6ZHB5cDhOUkR0SjhJXC9WbHZTRHQxN2VCYWFtMWQ2S2V4Tnl5VGU1N2drOHhiVVV5WHBBVmIzWlYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2] event/dsw: ignore scheduling type for single-link queues 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190510165527.gWtvHNVWWMD6uovbakJ07oZjImpgXiKIPUVtmPgOctI@z> > The scheduling type parameter is not applicable for single link > queues. DSW would, at the time of rte_event_queue_setup(), erroneously > verify that scheduling type was one of the supported types, and > returned -ENOTSUP in case of RTE_SCHED_TYPE_ORDERED. > > Fixes: 4540ee9c68 ("event/dsw: add device and queue configuration") > Cc: stable@dpdk.org > > Signed-off-by: Mattias Ronnblom > Acked-by: Gage Eads