[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230112214251.142346d3@kernel.org>
Date: Thu, 12 Jan 2023 21:42:51 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: <ehakim@...dia.com>
Cc: <netdev@...r.kernel.org>, <raeds@...dia.com>,
<davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>,
<sd@...asysnail.net>, <atenart@...nel.org>
Subject: Re: [PATCH net-next v9 1/2] macsec: add support for
IFLA_MACSEC_OFFLOAD in macsec_changelink
On Wed, 11 Jan 2023 17:02:09 +0200 ehakim@...dia.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.
Powered by blists - more mailing lists