From: Phil Sutter <phil@nwl.cc>
To: Arturo Borrero Gonzalez <arturo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [iptables PATCH] nft: Optimize class-based IP prefix matches
Date: Fri, 2 Oct 2020 13:34:24 +0200 [thread overview]
Message-ID: <20201002113424.GA29050@orbyte.nwl.cc> (raw)
In-Reply-To: <9c63d7a4-c034-5c38-842d-f262d9db8fa7@netfilter.org>
On Fri, Oct 02, 2020 at 01:25:37PM +0200, Arturo Borrero Gonzalez wrote:
> On 2020-10-02 11:03, Phil Sutter wrote:
> > +#define max(x, y) ((x) > (y) ? (x) : (y))
>
> This is unused, right? not sure if on purpose.
Ah yes, I felt like adding it while being at it. Fine with you or should
I drop it?
Thanks for reviewing!
Phil
next prev parent reply other threads:[~2020-10-02 11:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-02 9:03 [iptables PATCH] nft: Optimize class-based IP prefix matches Phil Sutter
2020-10-02 11:25 ` Arturo Borrero Gonzalez
2020-10-02 11:34 ` Phil Sutter [this message]
2020-10-06 8:56 ` Pablo Neira Ayuso
2020-10-06 9:37 ` Phil Sutter
2020-10-06 9:41 ` Pablo Neira Ayuso
2020-10-06 11:48 ` Phil Sutter
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=20201002113424.GA29050@orbyte.nwl.cc \
--to=phil@nwl.cc \
--cc=arturo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
/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).