From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E28C4C04A6B for ; Fri, 10 May 2019 10:26:27 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 9EA2920989 for ; Fri, 10 May 2019 10:26:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9EA2920989 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 458A658EC; Fri, 10 May 2019 12:26:24 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 96CA15589; Fri, 10 May 2019 12:26:22 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D77F17DCDA; Fri, 10 May 2019 10:26:21 +0000 (UTC) Received: from [10.36.117.22] (ovpn-117-22.ams2.redhat.com [10.36.117.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id A77EA646BE; Fri, 10 May 2019 10:26:20 +0000 (UTC) To: =?UTF-8?Q?Mattias_R=c3=b6nnblom?= , dev@dpdk.org Cc: Jerin Jacob , stefan.sundkvist@ericsson.com, "stable@dpdk.org" References: <20190510094723.3627-1-mattias.ronnblom@ericsson.com> <218dabee-aabc-db82-3e79-3f4a2155554c@ericsson.com> From: Kevin Traynor Message-ID: <5057d39b-ade8-c66b-7f21-91230673e184@redhat.com> Date: Fri, 10 May 2019 11:26:19 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <218dabee-aabc-db82-3e79-3f4a2155554c@ericsson.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 10 May 2019 10:26:21 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] 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" On 10/05/2019 10:53, Mattias Rönnblom wrote: > On 2019-05-10 11:47, Mattias Rönnblom wrote: >> 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. >> >> Signed-off-by: Mattias Rönnblom > > Adding stable@dpdk.org. > Please add it and a Fixes tag in the commit msg, so it won't be missed later, thanks. http://doc.dpdk.org/guides/contributing/stable.html#what-changes-should-be-backported