From: Jakub Kicinski <kuba@kernel.org>
To: <ehakim@nvidia.com>
Cc: <netdev@vger.kernel.org>, <raeds@nvidia.com>,
<davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
<sd@queasysnail.net>, <atenart@kernel.org>
Subject: Re: [PATCH net-next v9 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
Date: Thu, 12 Jan 2023 21:42:51 -0800 [thread overview]
Message-ID: <20230112214251.142346d3@kernel.org> (raw)
In-Reply-To: <20230111150210.8246-2-ehakim@nvidia.com>
On Wed, 11 Jan 2023 17:02:09 +0200 ehakim@nvidia.com wrote:
> + /* Check if the offloading mode is supported by the underlying layers */
> + if (offload != MACSEC_OFFLOAD_OFF &&
> + !macsec_check_offload(offload, macsec)) {
> + return -EOPNOTSUPP;
> + }
SMH. Let me drop the extra brackets here when applying.
next prev parent reply other threads:[~2023-01-13 5:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-11 15:02 [PATCH net-next v9 0/2] Add support to offload macsec using netlink update ehakim
2023-01-11 15:02 ` [PATCH net-next v9 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink ehakim
2023-01-13 5:42 ` Jakub Kicinski [this message]
2023-01-11 15:02 ` [PATCH net-next v9 2/2] macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump ehakim
2023-01-12 9:08 ` [PATCH net-next v9 0/2] Add support to offload macsec using netlink update Sabrina Dubroca
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=20230112214251.142346d3@kernel.org \
--to=kuba@kernel.org \
--cc=atenart@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=ehakim@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=raeds@nvidia.com \
--cc=sd@queasysnail.net \
/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).