From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1340CA0A02; Fri, 21 May 2021 11:11:59 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C226E40143; Fri, 21 May 2021 11:11:58 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id EA03040041 for ; Fri, 21 May 2021 11:11:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621588316; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=F1ykJetsYCJoSovo3HIbbKi1XXFIDWqmmbr5aBQp5HA=; b=fli9jU6fIayu4VMRPxCRtw8uhz2ItyGGpRAeFIwBRFTC7QkDdg/906/KADma9O5+JpiCGS Q/lr5jZhtpjWRKVYxLITkybqumFiC4HZQkXEHqihPeyD14SpVgrVFXCAhKhvCOLzOug8mD UwJwLakzV6yRMoXms5gltNeL5btSmPQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-236-pddTMxgpNg6SeS7QjbdwZw-1; Fri, 21 May 2021 05:11:52 -0400 X-MC-Unique: pddTMxgpNg6SeS7QjbdwZw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B6E6C8030CF; Fri, 21 May 2021 09:11:51 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.192.205]) by smtp.corp.redhat.com (Postfix) with ESMTP id 01F1959468; Fri, 21 May 2021 09:11:49 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: thomas@monjalon.net, jerinj@marvell.com, timothy.mcdaniel@intel.com Date: Fri, 21 May 2021 11:11:33 +0200 Message-Id: <20210521091137.21221-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Subject: [dpdk-dev] [PATCH v3 0/4] DLB2 fixes for 21.05 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Just sending a series with 4 ordered fixes (versioned v3 since some were marked as v2). Fixed rebase damage, fixes lines and updated titles. -- David Marchand Timothy McDaniel (4): event/dlb2: remove references to deferred scheduling doc: fix runtime options in DLB2 guide event/dlb2: fix extraction of HW scheduling type event/dlb2: select scalar dequeue by default doc/guides/eventdevs/dlb2.rst | 54 +++++++++++++++------------------- drivers/event/dlb2/dlb2.c | 37 +++++++++++++++-------- drivers/event/dlb2/dlb2_priv.h | 9 ++---- 3 files changed, 51 insertions(+), 49 deletions(-) -- 2.23.0