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 794E9A00BE; Mon, 27 Apr 2020 15:24:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D18761D381; Mon, 27 Apr 2020 15:24:15 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id AA6601D14C for ; Mon, 27 Apr 2020 15:24:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587993853; 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; bh=a8Y72RXUA/LOLYRmJeRXOhAc0E40fVXARxqr/9lSw7g=; b=Ep4r4TFZrsKdxLsTy0pNiJGo5EvQIr9YbGRgm1z2hTjSuuVcUFRg5f3VdV3C/lWvMe1pxP E3NHtYMmsYP+qaSICL3FP085Ry4a3JPBvuxsbXo0+XFibzmaka+AZZAbKkKCjMlj+Uzg/Y mZ8h6xP1LSEeFfEHJbAPeFa1xo0q4eY= 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-41-R6Mj37gOPgqAh5Gkn9omZA-1; Mon, 27 Apr 2020 09:24:04 -0400 X-MC-Unique: R6Mj37gOPgqAh5Gkn9omZA-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 8470988EF31 for ; Mon, 27 Apr 2020 13:23:55 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.195.1]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9578419C4F for ; Mon, 27 Apr 2020 13:23:54 +0000 (UTC) From: David Marchand To: dev@dpdk.org Date: Mon, 27 Apr 2020 15:23:38 +0200 Message-Id: <20200427132341.27681-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [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" Couple of fixes caught while checking OVS integration. Extra bonus points for reviewers that will review the OVS series :-) https://patchwork.ozlabs.org/project/openvswitch/list/?series=3D172917 --=20 David Marchand 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(-) --=20 2.23.0