From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2384C5DF60 for ; Fri, 8 Nov 2019 14:31:25 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 4D324214DB for ; Fri, 8 Nov 2019 14:31:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D324214DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 35BF01C1C7; Fri, 8 Nov 2019 15:31:24 +0100 (CET) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6B11A1C132 for ; Fri, 8 Nov 2019 15:31:22 +0100 (CET) Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D1DD4859FE for ; Fri, 8 Nov 2019 14:31:21 +0000 (UTC) Received: by mail-vk1-f199.google.com with SMTP id k127so2868157vka.10 for ; Fri, 08 Nov 2019 06:31:21 -0800 (PST) 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:cc:content-transfer-encoding; bh=5/yeKCQdh5PKJw/d2zbxorC68EzyxeMdlcdnkjg9SGY=; b=nfhJ8363KVena/YsBcbT/UxuIQ6OYKSB0SlU0MLbE35y5otdN061sS6QTZcLUpSDu5 aCU87MC41k2Gjv6PwVgbkJ4fj2+NlAfRUxE7LHbkfz4LTiLjsCU40vGv5KN4fAv3X+ed VVUVUg6QbkOgRdSzX+nthtA+cmXKrBtppqN9Fr8q2b0lyCF8lr5Ls2BPF3dZhUO05car eRyY06SoDyDVoPEOAuNzIuamlpfA1u0qPG4TlzS9tmJn8eZDEELIneyWR9lQlrYaa9Yv S0OW62Dd4JmF/h+Zg8zOgNPlZUTzqfHdGxl1uruTnAVG7COs3cDzThEyUU6fc63eC51P TmYw== X-Gm-Message-State: APjAAAUtTtm2CsZ/CkvZepMOhSPKWkCLq6CM0fGMowAutJaApo9RJroW k1IqeWRB9tgmtbYighox4Cgkg5nFN2LHIojoN2/2DgCRXl68hFyPKXyp2x3zP2eOI9vHZ658Ilk BXa8C0gLemqvhmmf52IY= X-Received: by 2002:ab0:628f:: with SMTP id z15mr6978817uao.126.1573223480957; Fri, 08 Nov 2019 06:31:20 -0800 (PST) X-Google-Smtp-Source: APXvYqxlnSmE+BxINncIIA0AKPMeBm1xtyriIFoE6Yz78sFcYHarU5Y8F2/5MZxcNJ18lwfU2ywf+uKq//yJ/2rG30I= X-Received: by 2002:ab0:628f:: with SMTP id z15mr6978789uao.126.1573223480377; Fri, 08 Nov 2019 06:31:20 -0800 (PST) MIME-Version: 1.0 References: <1573207482-32642-1-git-send-email-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 8 Nov 2019 15:31:08 +0100 Message-ID: To: Kevin Traynor Cc: dev , Marko Kovacevic , Ori Kam , Bruce Richardson , Radu Nicolau , Akhil Goyal , Tomasz Kantecki , Sunil Kumar Kori , Pavan Nikhilesh Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-event: fix build on RHEL 7.6 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 Fri, Nov 8, 2019 at 3:21 PM Kevin Traynor wrote: > > On 08/11/2019 10:04, David Marchand wrote: > > CC l2fwd_event_generic.o > > .../l2fwd_event_generic.c: In function > > =E2=80=98l2fwd_rx_tx_adapter_setup_generic=E2=80=99: > > .../l2fwd_event_generic.c:203:3: error: missing initializer for field > > =E2=80=98impl_opaque=E2=80=99 of =E2=80=98struct =E2=80=99 > > [-Werror=3Dmissing-field-initializers] > > } > > ^ > > In file included from .../l2fwd_event_generic.c:10:0: > > .../include/rte_eventdev.h:1057:12: note: =E2=80=98impl_opaque=E2=80=99= declared here > > uint8_t impl_opaque; > > ^ > > > > CC l2fwd_event_internal_port.o > > .../l2fwd_event_internal_port.c: In function > > =E2=80=98l2fwd_rx_tx_adapter_setup_internal_port=E2=80=99: > > .../l2fwd_event_internal_port.c:201:3: error: missing initializer for > > field =E2=80=98impl_opaque=E2=80=99 of =E2=80=98struct =E2= =80=99 > > [-Werror=3Dmissing-field-initializers] > > } > > ^ > > In file included from .../l2fwd_event_internal_port.c:10:0: > > .../include/rte_eventdev.h:1057:12: note: =E2=80=98impl_opaque=E2=80=99= declared here > > uint8_t impl_opaque; > > ^ > > > > Fixes: 50f05aa6ed9a ("examples/l2fwd-event: setup Rx/Tx adapter") > > > > Acked-by: Kevin Traynor Thanks. Applied. --=20 David Marchand