[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZC1BbKhzYTjGQuzz@hog>
Date: Wed, 5 Apr 2023 11:37:48 +0200
From: Sabrina Dubroca <sd@...asysnail.net>
To: Emeel Hakim <ehakim@...dia.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com, netdev@...r.kernel.org, leon@...nel.org
Subject: Re: [PATCH net-next v3 1/4] vlan: Add MACsec offload operations for
VLAN interface
2023-03-30, 16:57:12 +0300, Emeel Hakim wrote:
> +static int vlan_macsec_del_secy(struct macsec_context *ctx)
> +{
> + const struct macsec_ops *ops = vlan_get_macsec_ops(ctx);
> +
> + if (!ops || !ops->mdo_del_secy)
> + return -EOPNOTSUPP;
> +
> + return ops->mdo_del_secy(ctx);
> +}
> +
> +#undef _BUILD_VLAN_MACSEC_MDO
FWIW, I didn't have a problem with this particular macro, only
VLAN_MACSEC_DECLARE_MDO. But if you're going to remove
_BUILD_VLAN_MACSEC_MDO, you need to remove it completely.
--
Sabrina
Powered by blists - more mailing lists