From: Larysa Zaremba <larysa.zaremba@intel.com>
To: Yue Haibing <yuehaibing@huawei.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
<pabeni@redhat.com>, <dsahern@kernel.org>,
<netdev@vger.kernel.org>
Subject: Re: [PATCH net-next] ila: Remove unnecessary file net/ila.h
Date: Wed, 2 Aug 2023 14:01:09 +0200 [thread overview]
Message-ID: <ZMpFhVtxHjP+GHq3@lincoln> (raw)
In-Reply-To: <20230801143129.40652-1-yuehaibing@huawei.com>
On Tue, Aug 01, 2023 at 10:31:29PM +0800, Yue Haibing wrote:
> Commit 642c2c95585d ("ila: xlat changes") removed ila_xlat_outgoing()
> and ila_xlat_incoming() functions, then this file became unnecessary.
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Larysa Zaremba <larysa.zaremba@intel.com>
> ---
> include/net/ila.h | 16 ----------------
> net/ipv6/ila/ila_main.c | 1 -
> net/ipv6/ila/ila_xlat.c | 1 -
> 3 files changed, 18 deletions(-)
> delete mode 100644 include/net/ila.h
>
> diff --git a/include/net/ila.h b/include/net/ila.h
> deleted file mode 100644
> index 73ebe5eab272..000000000000
> --- a/include/net/ila.h
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0-or-later */
> -/*
> - * ILA kernel interface
> - *
> - * Copyright (c) 2015 Tom Herbert <tom@herbertland.com>
> - */
> -
> -#ifndef _NET_ILA_H
> -#define _NET_ILA_H
> -
> -struct sk_buff;
> -
> -int ila_xlat_outgoing(struct sk_buff *skb);
> -int ila_xlat_incoming(struct sk_buff *skb);
> -
> -#endif /* _NET_ILA_H */
> diff --git a/net/ipv6/ila/ila_main.c b/net/ipv6/ila/ila_main.c
> index 3faf62530d6a..69caed07315f 100644
> --- a/net/ipv6/ila/ila_main.c
> +++ b/net/ipv6/ila/ila_main.c
> @@ -1,6 +1,5 @@
> // SPDX-License-Identifier: GPL-2.0
> #include <net/genetlink.h>
> -#include <net/ila.h>
> #include <net/netns/generic.h>
> #include <uapi/linux/genetlink.h>
> #include "ila.h"
> diff --git a/net/ipv6/ila/ila_xlat.c b/net/ipv6/ila/ila_xlat.c
> index bee45dfeb187..67e8c9440977 100644
> --- a/net/ipv6/ila/ila_xlat.c
> +++ b/net/ipv6/ila/ila_xlat.c
> @@ -5,7 +5,6 @@
> #include <linux/rhashtable.h>
> #include <linux/vmalloc.h>
> #include <net/genetlink.h>
> -#include <net/ila.h>
> #include <net/netns/generic.h>
> #include <uapi/linux/genetlink.h>
> #include "ila.h"
> --
> 2.34.1
>
>
next prev parent reply other threads:[~2023-08-02 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 14:31 [PATCH net-next] ila: Remove unnecessary file net/ila.h Yue Haibing
2023-08-02 12:01 ` Larysa Zaremba [this message]
2023-08-02 15:00 ` David Ahern
2023-08-02 19: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=ZMpFhVtxHjP+GHq3@lincoln \
--to=larysa.zaremba@intel.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=yuehaibing@huawei.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