From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BD88DA00BE; Tue, 28 Apr 2020 11:53:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4A921D420; Tue, 28 Apr 2020 11:53:23 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 9D1F91D418 for ; Tue, 28 Apr 2020 11:53:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588067602; 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=NpPXBcJLoaEMN+/gJ+/Hfwdo2x9K2UicCV7bNdVWMPY=; b=JGsjqxn1yPzpzNt/BRhIJITGVNbD/DYpa++x7RrAQPUGxCOAWB4wx+6CsasPXs+rNe0Zrt f0hDBpPJWhvo6ycmTgZx9Pjs30bDwV+Sm3QQzj+KJDAf8xa124VGT1KUyZqJj1eM5YtC+O +spzBen+j+wtB3c3mHC0fie1hWoncF0= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-424-4szd0Pc-O4mJnFZPn09yhg-1; Tue, 28 Apr 2020 05:53:20 -0400 X-MC-Unique: 4szd0Pc-O4mJnFZPn09yhg-1 Received: by mail-ua1-f70.google.com with SMTP id q18so11517417uap.4 for ; Tue, 28 Apr 2020 02:53:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=HUCiv84B1Rk68+ewhUePq8SLGWImrHNaiBzL/pLHsok=; b=fNc5gWMk3axsazvhV67RyIrRAmyccV0MDiC+dpFlLNdAjtNw1EVYgnpMVvzcXkEIRW 0Igg1wEhCOdAbSYEwP+BPKdOpkAaFgIwgpTx+epy6yAhqxDgq4CutpxaBcR0l3jQdDxm n75zDODX7X4I88EGaguKAaBhG2VJ1fvbdFkZBzgpTHntmGJfdDMVCW2+UiIy67Arat5j BhMmdsFEv/cpP8lSyasEyQ2zvtNwg0xmpYO5bJZlH61eDGjzRGnNVCCtRzHR7fi3zeYK QpbLkLXo/CiWkGo1FLLm5QL23pdEPzECKd5P2/I08HBq+WQ+YZxUqcK4us7gu1YBShFF 6vyw== X-Gm-Message-State: AGi0PuZJ2ZmMeD1ppT4FgT5xAdHeuyPHU/136n5R5vn/095AdG+s53OB qTCooBETLvhBA6fqJqyBuKi3ZGpfvqDxqttGFUirAEdQp2MO+pGA5Kuia1kZqUPO137eHSfaW0S 17hMEMVgXJRkqpq8ZkHI= X-Received: by 2002:ab0:5586:: with SMTP id v6mr17777927uaa.87.1588067600045; Tue, 28 Apr 2020 02:53:20 -0700 (PDT) X-Google-Smtp-Source: APiQypJZlGM5Ttjggzmo+YPhjRuekOPjPV5gLvnDgBTEjGlQ4oqa5fNl03Tf88wwUiRiMFDzV23WTzoSaOztuSLBNdM= X-Received: by 2002:ab0:5586:: with SMTP id v6mr17777895uaa.87.1588067598915; Tue, 28 Apr 2020 02:53:18 -0700 (PDT) MIME-Version: 1.0 References: <20200427132341.27681-1-david.marchand@redhat.com> In-Reply-To: <20200427132341.27681-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 28 Apr 2020 11:53:08 +0200 Message-ID: To: dev X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH 0/3] 20.05-rc1 fixes for OVS 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 Mon, Apr 27, 2020 at 3:24 PM David Marchand wrote: > > Couple of fixes caught while checking OVS integration. > > David Marchand (3): > ring: fix build with -Wswitch-enum > eal: fix typo in endian conversion macros > ethdev: fix build warning on 64-bit value > > lib/librte_eal/include/generic/rte_byteorder.h | 6 +++--- > lib/librte_ethdev/rte_flow.h | 2 +- > lib/librte_ring/rte_ring_peek.h | 8 ++++++++ > 3 files changed, 12 insertions(+), 4 deletions(-) > Series applied. --=20 David Marchand