All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Steven Barth <cyrus@openwrt.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [nft PATCHv2 0/4] support for mini-gmp / embedded friendliness
Date: Wed, 7 Jan 2015 14:04:49 +0100	[thread overview]
Message-ID: <20150107130449.GA17331@salvia> (raw)
In-Reply-To: <1420584025-7817-1-git-send-email-cyrus@openwrt.org>

On Tue, Jan 06, 2015 at 11:40:21PM +0100, Steven Barth wrote:
> mini-gmp is a minimal subset of libgmp maintained by the same people
> While libgmp compiles to >400KB, adding mini-gmp only results in a
> ~30KB size increase of nft without the need to link to gmplib.
> This increase usability on embedded platforms optimizing for size
> and having no other use for libgmp.
> 
> This patchset:
> * Adds mini-gmp from gmplib 6.0 and adds a configure switch
>   --with-mini-gmp to enable it
> * Replaces the use of unsupported functions (gmp_printf, gmp_sscanf)
>   with suitable replacements
> * Fixes some minor issues related to the change
> 
> Steven Barth (4):
>   parser: rename VERSION token to HDRVERSION
>   datatype: use mpz_set_str instead of gmp_sscanf
>   erec: use stdio vasprintf instead of gmp_vasprintf
>   build: add --with-mini-gmp switch to use mini-gmp instead of libgmp

Applied from 1 to 3 so you don't need to resend these 3 initial
patches.  Thanks.

      parent reply	other threads:[~2015-01-07 13:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 22:40 [nft PATCHv2 0/4] support for mini-gmp / embedded friendliness Steven Barth
2015-01-06 22:40 ` [PATCH 1/4] parser: rename VERSION token to HDRVERSION Steven Barth
2015-01-06 22:40 ` [PATCH 2/4] datatype: use mpz_set_str instead of gmp_sscanf Steven Barth
2015-01-06 22:40 ` [PATCH 3/4] erec: use stdio vasprintf instead of gmp_vasprintf Steven Barth
2015-01-06 22:40 ` [PATCH 4/4] build: add --with-mini-gmp switch to use mini-gmp instead of libgmp Steven Barth
2015-01-07 12:22 ` [nft PATCHv2 0/4] support for mini-gmp / embedded friendliness Pablo Neira Ayuso
2015-01-07 12:29   ` Steven Barth
2015-01-07 12:52     ` Pablo Neira Ayuso
2015-01-07 13:04 ` Pablo Neira Ayuso [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=20150107130449.GA17331@salvia \
    --to=pablo@netfilter.org \
    --cc=cyrus@openwrt.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 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.