From patchwork Mon Sep 14 08:23:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 77588 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2FAB1A04C9; Mon, 14 Sep 2020 10:24:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9179C1C0CC; Mon, 14 Sep 2020 10:24:00 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 874A81C0C6 for ; Mon, 14 Sep 2020 10:23:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600071837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ovSi23z1gI9Q5L9+F7UFTm69MMOX8RWWrWhycca+vvk=; b=ObT2P/9C4vHHbCY3ckBoF+pwWZfAHU1htMzGGygX0AKBG+P5fSFS+c6jFppqN9ijYhzUqT wv2bMVBWfxs6QL3JORdy7IdkxNLKqWVZSi3ku5K8BWoCcBSVHYkGKw4mPV/adAppKglire 6SC9oYB1OJyRCYx8ozqS2onprbPQDeI= 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-546-t8CyGFEyPBi0PNsDxVAsFg-1; Mon, 14 Sep 2020 04:23:55 -0400 X-MC-Unique: t8CyGFEyPBi0PNsDxVAsFg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F33A8801AC2 for ; Mon, 14 Sep 2020 08:23:53 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id 117941A268 for ; Mon, 14 Sep 2020 08:23:52 +0000 (UTC) From: David Marchand To: dev@dpdk.org Date: Mon, 14 Sep 2020 10:23:44 +0200 Message-Id: <20200914082350.13279-1-david.marchand@redhat.com> In-Reply-To: <20200914081727.12215-1-david.marchand@redhat.com> References: <20200914081727.12215-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0.0 X-Mimecast-Originator: redhat.com Subject: [dpdk-dev] [PATCH v2 0/6] 20.11 announced cleanups 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" I put those EAL and PCI cleanups as a single series since I intend to apply them at once with the rte_logs series. Nothing really hard in this series, but the devil is in the details, reviews welcome.