Re: [PATCH net-next 03/10] net: macsec: move some definitions in a dedicated header
From: Antoine Tenart <hidden>
Date: 2019-01-24 08:58:38
Also in:
lkml
Hi Florian, On Wed, Jan 23, 2019 at 12:11:37PM -0800, Florian Fainelli wrote:
On 1/23/19 7:56 AM, Antoine Tenart wrote:quoted
This patch moves some structure, type and identifier definitions into a MACsec specific header. This patch does not modify how the MACsec code is running and only move things around. This is a preparation for the future MACsec hardware offloading support, which will re-use those definitions outside macsec.c. Signed-off-by: Antoine Tenart <redacted> --- drivers/net/macsec.c | 164 +-------------------------------------- include/net/macsec.h | 178 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 179 insertions(+), 163 deletions(-) create mode 100644 include/net/macsec.hdiff --git a/drivers/net/macsec.c b/drivers/net/macsec.c index 56e354305f76..c3a138dd4386 100644 --- a/drivers/net/macsec.c +++ b/drivers/net/macsec.c@@ -17,10 +17,9 @@ #include <net/sock.h> #include <net/gro_cells.h> +#include <net/macsec.h> #include <uapi/linux/if_macsec.h>I would probably go with include/linux/if_macsec.h and have uapi/linux/if_macsec.h include that file directly. This would be consistent with other types of network interfaces: bridge, vlan etc.
It's always a good idea to stay consistent with what's already done. I'll update in v2. Thanks! Antoine -- Antoine Ténart, Bootlin Embedded Linux and Kernel engineering https://bootlin.com