From: Jakub Kicinski <kuba@kernel.org>
To: Kory Maincent <kory.maincent@bootlin.com>
Cc: "David S. Miller" <davem@davemloft.net>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
thomas.petazzoni@bootlin.com,
Donald Hunter <donald.hunter@gmail.com>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org>
Subject: Re: [PATCH net v2] net: ethtool: tsconfig: Fix netlink type of hwtstamp flags
Date: Wed, 5 Feb 2025 18:37:52 -0800 [thread overview]
Message-ID: <20250205183752.31d8b220@kernel.org> (raw)
In-Reply-To: <20250205110304.375086-1-kory.maincent@bootlin.com>
On Wed, 5 Feb 2025 12:03:01 +0100 Kory Maincent wrote:
> data->hwtst_config.tx_type = BIT(cfg.tx_type);
> data->hwtst_config.rx_filter = BIT(cfg.rx_filter);
> - data->hwtst_config.flags = BIT(cfg.flags);
> + data->hwtst_config.flags = cfg.flags;
This chunk feels a little unrelated, but okay:
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
next prev parent reply other threads:[~2025-02-06 2:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-05 11:03 [PATCH net v2] net: ethtool: tsconfig: Fix netlink type of hwtstamp flags Kory Maincent
2025-02-06 2:37 ` Jakub Kicinski [this message]
2025-02-07 0:40 ` patchwork-bot+netdevbpf
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=20250205183752.31d8b220@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=donald.hunter@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kory.maincent@bootlin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=thomas.petazzoni@bootlin.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).