From: Patrick McHardy <kaber@trash.net>
To: Pawel Sikora <pluto@pld-linux.org>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] ipt_connlimit / speed-up.
Date: Sun, 24 Apr 2005 18:26:12 +0200 [thread overview]
Message-ID: <426BC8A4.9010402@trash.net> (raw)
In-Reply-To: <200504210510.01886.pluto@pld-linux.org>
Pawel Sikora wrote:
> Hi All,
>
> I've attached a small patch reduces register usage and redundant &0xff.
>
> -static int ipt_iphash(u_int32_t addr)
> +static inline unsigned __attribute__((regparm(1), const))
Why do you need attribute(regparm) for an inline function?
Regards
Patrick
prev parent reply other threads:[~2005-04-24 16:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-21 3:10 [PATCH] ipt_connlimit / speed-up Pawel Sikora
2005-04-21 8:44 ` Jonas Berlin
2005-04-24 16:26 ` Patrick McHardy [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=426BC8A4.9010402@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=pluto@pld-linux.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 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.