netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netdev@vger.kernel.org, davem@davemloft.net, pabeni@redhat.com,
	edumazet@google.com, laforge@osmocom.org, pespin@sysmocom.de,
	osmith@sysmocom.de
Subject: Re: [PATCH net-next 05/12] gtp: use IPv6 address /64 prefix for UE/MS
Date: Tue, 23 Apr 2024 17:44:53 -0700	[thread overview]
Message-ID: <20240423174453.3d4bcf15@kernel.org> (raw)
In-Reply-To: <20240423223919.3385493-6-pablo@netfilter.org>

On Wed, 24 Apr 2024 00:39:12 +0200 Pablo Neira Ayuso wrote:
>  drivers/net/gtp.c | 48 +++++++++++++++++++++++++++++++++++++----------
>  1 file changed, 38 insertions(+), 10 deletions(-)

Some endian unhappiness here:

drivers/net/gtp.c:139:43: warning: incorrect type in argument 1 (different base types)
drivers/net/gtp.c:139:43:    expected unsigned int [usertype] a
drivers/net/gtp.c:139:43:    got restricted __be32 const
drivers/net/gtp.c:139:62: warning: incorrect type in argument 2 (different base types)
drivers/net/gtp.c:139:62:    expected unsigned int [usertype] b
drivers/net/gtp.c:139:62:    got restricted __be32 const
drivers/net/gtp.c:139:43: warning: incorrect type in argument 1 (different base types)
drivers/net/gtp.c:139:43:    expected unsigned int [usertype] a
drivers/net/gtp.c:139:43:    got restricted __be32 const
drivers/net/gtp.c:139:62: warning: incorrect type in argument 2 (different base types)
drivers/net/gtp.c:139:62:    expected unsigned int [usertype] b
drivers/net/gtp.c:139:62:    got restricted __be32 const
-- 
pw-bot: cr

  reply	other threads:[~2024-04-24  0:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23 22:39 [PATCH net-next 00/12] GTP driver updates for net-next Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 01/12] gtp: remove useless initialization Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 02/12] gtp: properly parse extension headers Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 03/12] gtp: prepare for IPv6 support Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 04/12] gtp: add " Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 05/12] gtp: use IPv6 address /64 prefix for UE/MS Pablo Neira Ayuso
2024-04-24  0:44   ` Jakub Kicinski [this message]
2024-04-23 22:39 ` [PATCH net-next 06/12] gtp: pass up link local traffic to userspace socket Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 07/12] gtp: move debugging to skbuff build helper function Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 08/12] gtp: remove IPv4 and IPv6 header from context object Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 09/12] gtp: add helper function to build GTP packets from an IPv4 packet Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 10/12] gtp: add helper function to build GTP packets from an IPv6 packet Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 11/12] gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTP Pablo Neira Ayuso
2024-04-23 22:39 ` [PATCH net-next 12/12] gtp: identify tunnel via GTP device + GTP version + TEID + family Pablo Neira Ayuso
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25 10:51 [PATCH net-next 00/12] gtp updates for net-next (v2) Pablo Neira Ayuso
2024-04-25 10:51 ` [PATCH net-next 05/12] gtp: use IPv6 address /64 prefix for UE/MS Pablo Neira Ayuso

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=20240423174453.3d4bcf15@kernel.org \
    --to=kuba@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=laforge@osmocom.org \
    --cc=netdev@vger.kernel.org \
    --cc=osmith@sysmocom.de \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.org \
    --cc=pespin@sysmocom.de \
    /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).