From: Thomas Monjalon <thomas@monjalon.net>
To: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Subject: Re: [PATCH] net/mlx4: fix missing initializers for old GCCs
Date: Fri, 13 Oct 2017 12:31:01 +0200 [thread overview]
Message-ID: <2304345.3APzx0gxFa@xps> (raw)
In-Reply-To: <1507887065-28332-1-git-send-email-adrien.mazarguil@6wind.com>
13/10/2017 11:31, Adrien Mazarguil:
> This patch works around compilation issues so far only seen on RHEL 7.2
> using GCC 4.8.5:
>
> [...]/mlx4_rxq.c: In function `mlx4_rx_queue_setup':
> [...]/mlx4_rxq.c:473:3: error: missing initializer for field `ipackets' of
> `struct mlx4_rxq_stats' [-Werror=missing-field-initializers]
>
> [...]/mlx4_txq.c: In function `mlx4_tx_queue_setup':
> [...]/mlx4_txq.c:265:3: error: missing initializer for field `opackets' of
> `struct mlx4_txq_stats' [-Werror=missing-field-initializers]
>
> Fixes: 79770826499b ("net/mlx4: drop live queue reconfiguration support")
>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
> Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Applied, thanks
prev parent reply other threads:[~2017-10-13 10:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-13 9:31 [PATCH] net/mlx4: fix missing initializers for old GCCs Adrien Mazarguil
2017-10-13 10:31 ` Thomas Monjalon [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=2304345.3APzx0gxFa@xps \
--to=thomas@monjalon.net \
--cc=adrien.mazarguil@6wind.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=nelio.laranjeiro@6wind.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.