From: Thomas Monjalon <thomas@monjalon.net>
To: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Cc: dev@dpdk.org, ohilyard@iol.unh.edu, stable@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] rib: fix the IPv6 depth mask
Date: Mon, 25 Oct 2021 19:14:57 +0200 [thread overview]
Message-ID: <1647133.GnBLKHUvZ6@thomas> (raw)
In-Reply-To: <1630943672-362916-1-git-send-email-vladimir.medvedkin@intel.com>
06/09/2021 17:54, Vladimir Medvedkin:
> Fixes: 03b8372a9a73 ("rib: fix max depth IPv6 lookup")
> Cc: ohilyard@iol.unh.edu
> Cc: stable@dpdk.org
>
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
An explanation would have been appreciated.
> - index = (depth & (UINT8_MAX - 1)) / CHAR_BIT;
> + index = (depth & INT8_MAX) / CHAR_BIT;
Applied, thanks.
prev parent reply other threads:[~2021-10-25 17:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-06 15:54 Vladimir Medvedkin
2021-10-25 17:14 ` 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=1647133.GnBLKHUvZ6@thomas \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=ohilyard@iol.unh.edu \
--cc=stable@dpdk.org \
--cc=vladimir.medvedkin@intel.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;
as well as URLs for NNTP newsgroup(s).