All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: dev@dpdk.org
Cc: Liron Himi <lironh@marvell.com>, Robin Jarry <rjarry@redhat.com>,
	David Marchand <david.marchand@redhat.com>
Subject: Re: [PATCH] net/mvpp2: fix build with IPv6 address structure
Date: Fri, 18 Oct 2024 22:20:53 +0200	[thread overview]
Message-ID: <19945889.sIn9rWBj0N@thomas> (raw)
In-Reply-To: <20241018201112.159332-1-thomas@monjalon.net>

18/10/2024 22:11, Thomas Monjalon:
> A structure has been created for IPv6 addresses
> replacing the byte arrays of the IPv6 header.
> 
> This change was failing the compilation:
> mrvl_flow.c:1055:29: error: incompatible type for argument 1 of 'memcmp'
> 
> Instead of adapting the memcmp call, a new function is used
> to compare an IPv6 address with an unspec (zero) address.
> 
> Fixes: 89b5642d0d45 ("net: use IPv6 address structure for packet headers")
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied quickly for the release 24.11-rc1



      reply	other threads:[~2024-10-18 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 20:11 [PATCH] net/mvpp2: fix build with IPv6 address structure Thomas Monjalon
2024-10-18 20:20 ` Thomas Monjalon [this message]

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=19945889.sIn9rWBj0N@thomas \
    --to=thomas@monjalon.net \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=lironh@marvell.com \
    --cc=rjarry@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.