From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 969C2A0096
	for <public@inbox.dpdk.org>; Fri, 10 May 2019 18:55:34 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 67DA74C8F;
	Fri, 10 May 2019 18:55:34 +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" <gage.eads@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
CC: "jerin.jacob@caviumnetworks.com" <jerin.jacob@caviumnetworks.com>, Stefan
 Sundkvist <stefan.sundkvist@ericsson.com>, "stable@dpdk.org"
 <stable@dpdk.org>, =?iso-8859-1?Q?Mattias_R=F6nnblom?=
 <mattias.ronnblom@ericsson.com>
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="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] event/dsw: ignore
 scheduling type for single-link queues
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

> 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<mailto:stable@dpdk.org>

>

> Signed-off-by: Mattias Ronnblom <mattias.ronnblom@ericsson.com<mailto:mat=
tias.ronnblom@ericsson.com>>

Acked-by: Gage Eads <gage.eads@intel.com>