From patchwork Mon Oct 12 14:04:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eli Britstein X-Patchwork-Id: 1380933 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4C90nJ6Z6bzB3ws for ; Tue, 13 Oct 2020 01:05:22 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ADF7D86BE6; Mon, 12 Oct 2020 14:05:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WjR2lHPztkPy; Mon, 12 Oct 2020 14:05:19 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C1FA86BA1; Mon, 12 Oct 2020 14:05:19 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id ED39EC0052; Mon, 12 Oct 2020 14:05:18 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id D4E33C0051 for ; Mon, 12 Oct 2020 14:05:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B71F1214E9 for ; Mon, 12 Oct 2020 14:05:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8F2dfxQsERfT for ; Mon, 12 Oct 2020 14:05:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by silver.osuosl.org (Postfix) with ESMTP id E0577204D9 for ; Mon, 12 Oct 2020 14:05:15 +0000 (UTC) Received: from Internal Mail-Server by MTLPINE1 (envelope-from elibr@nvidia.com) with SMTP; 12 Oct 2020 17:05:11 +0300 Received: from nvidia.com (dev-r-vrt-214.mtr.labs.mlnx [10.212.214.1]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09CE5AvP025446; Mon, 12 Oct 2020 17:05:11 +0300 From: Eli Britstein To: dev@openvswitch.org, Ian Stokes Date: Mon, 12 Oct 2020 14:04:54 +0000 Message-Id: <20201012140456.26001-1-elibr@nvidia.com> X-Mailer: git-send-email 2.28.0.546.g385c171 MIME-Version: 1.0 Cc: Gaetan Rivet , Ilya Maximets Subject: [ovs-dev] [PATCH ovs-dev, dpdk-latest 0/2] DPDK: adaptations to 20.11 X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Adaptations to compile against DPDK 20.11. Eli Britstein (2): ovs-atomic: Rename memory_order -> ovs_memory_order netdev-dpdk: Remove usage of RTE_ETH_DEV_CLOSE_REMOVE flag lib/netdev-dpdk.c | 6 +----- lib/ovs-atomic-clang.h | 2 +- lib/ovs-atomic-flag-gcc4.7+.h | 4 ++-- lib/ovs-atomic-gcc4+.h | 12 ++++++------ lib/ovs-atomic-gcc4.7+.h | 2 +- lib/ovs-atomic-i586.h | 8 ++++---- lib/ovs-atomic-msvc.h | 8 ++++---- lib/ovs-atomic-pthreads.h | 10 +++++----- lib/ovs-atomic-x86_64.h | 8 ++++---- lib/ovs-atomic.h | 34 +++++++++++++++++----------------- lib/ovs-rcu.h | 10 +++++----- 11 files changed, 50 insertions(+), 54 deletions(-)