dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Kevin Traynor <ktraynor@redhat.com>
Cc: dev <dev@dpdk.org>, Marko Kovacevic <marko.kovacevic@intel.com>,
	 Ori Kam <orika@mellanox.com>,
	Bruce Richardson <bruce.richardson@intel.com>,
	 Radu Nicolau <radu.nicolau@intel.com>,
	Akhil Goyal <akhil.goyal@nxp.com>,
	 Tomasz Kantecki <tomasz.kantecki@intel.com>,
	Sunil Kumar Kori <skori@marvell.com>,
	 Pavan Nikhilesh <pbhagavatula@marvell.com>
Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-event: fix build on RHEL 7.6
Date: Fri, 8 Nov 2019 15:31:08 +0100	[thread overview]
Message-ID: <CAJFAV8ztQ=2xXOiURjOND=XnOkBu=R_=RUYmP1-ba8drXrwEaw@mail.gmail.com> (raw)
In-Reply-To: <e7d657a4-d4fd-1898-2dca-dfe738d0718e@redhat.com>

On Fri, Nov 8, 2019 at 3:21 PM Kevin Traynor <ktraynor@redhat.com> wrote:
>
> On 08/11/2019 10:04, David Marchand wrote:
> >   CC l2fwd_event_generic.o
> > .../l2fwd_event_generic.c: In function
> >   ‘l2fwd_rx_tx_adapter_setup_generic’:
> > .../l2fwd_event_generic.c:203:3: error: missing initializer for field
> >   ‘impl_opaque’ of ‘struct <anonymous>’
> >   [-Werror=missing-field-initializers]
> >    }
> >    ^
> > In file included from .../l2fwd_event_generic.c:10:0:
> > .../include/rte_eventdev.h:1057:12: note: ‘impl_opaque’ declared here
> >     uint8_t impl_opaque;
> >             ^
> >
> >   CC l2fwd_event_internal_port.o
> > .../l2fwd_event_internal_port.c: In function
> >   ‘l2fwd_rx_tx_adapter_setup_internal_port’:
> > .../l2fwd_event_internal_port.c:201:3: error: missing initializer for
> >   field ‘impl_opaque’ of ‘struct <anonymous>’
> >   [-Werror=missing-field-initializers]
> >    }
> >    ^
> > In file included from .../l2fwd_event_internal_port.c:10:0:
> > .../include/rte_eventdev.h:1057:12: note: ‘impl_opaque’ declared here
> >     uint8_t impl_opaque;
> >             ^
> >
> > Fixes: 50f05aa6ed9a ("examples/l2fwd-event: setup Rx/Tx adapter")
> >
>
> Acked-by: Kevin Traynor <ktraynor@redhat.com>

Thanks.

Applied.


-- 
David Marchand

      reply	other threads:[~2019-11-08 14:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-08 10:04 [dpdk-dev] [PATCH] examples/l2fwd-event: fix build on RHEL 7.6 David Marchand
2019-11-08 14:21 ` Kevin Traynor
2019-11-08 14:31   ` David Marchand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJFAV8ztQ=2xXOiURjOND=XnOkBu=R_=RUYmP1-ba8drXrwEaw@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=akhil.goyal@nxp.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=ktraynor@redhat.com \
    --cc=marko.kovacevic@intel.com \
    --cc=orika@mellanox.com \
    --cc=pbhagavatula@marvell.com \
    --cc=radu.nicolau@intel.com \
    --cc=skori@marvell.com \
    --cc=tomasz.kantecki@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).