netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeremy Sowden <jeremy@azazel.net>
To: Netfilter Devel <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH libnftnl v2 0/6] bitwise shift support
Date: Sat, 18 Jan 2020 08:58:00 +0000	[thread overview]
Message-ID: <20200118085800.GA1416073@azazel.net> (raw)
In-Reply-To: <20200117205808.172194-1-jeremy@azazel.net>

[-- Attachment #1: Type: text/plain, Size: 1009 bytes --]

On 2020-01-17, at 20:58:02 +0000, Jeremy Sowden wrote:
> The kernel supports bitwise shift operations.  This patch-set adds the
> support to libnftnl.  There are couple of preliminary housekeeping
> patches.

Changes since v1:

  * updated to match the final kernel API;
  * split the single patch that implemented the new shift expressions
    into several smaller ones.

> Jeremy Sowden (6):
>   Update gitignore.
>   bitwise: fix some incorrect indentation.
>   bitwise: add helper to print boolean expressions.
>   include: update nf_tables.h.
>   bitwise: add support for new netlink attributes.
>   bitwise: add support for left- and right-shifts.
>
>  .gitignore                          |   9 ++
>  include/libnftnl/expr.h             |   2 +
>  include/linux/netfilter/nf_tables.h |  24 +++-
>  src/expr/bitwise.c                  |  93 +++++++++++--
>  tests/nft-expr_bitwise-test.c       | 204 +++++++++++++++++++++++++---
>  5 files changed, 304 insertions(+), 28 deletions(-)
>
> --
> 2.24.1
>
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2020-01-18  8:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17 20:58 [PATCH libnftnl v2 0/6] bitwise shift support Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 1/6] Update gitignore Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 2/6] bitwise: fix some incorrect indentation Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 3/6] bitwise: add helper to print boolean expressions Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 4/6] include: update nf_tables.h Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 5/6] bitwise: add support for new netlink attributes Jeremy Sowden
2020-01-17 20:58 ` [PATCH libnftnl v2 6/6] bitwise: add support for left- and right-shifts Jeremy Sowden
2020-01-18  8:58 ` Jeremy Sowden [this message]
2020-01-18 20:25 ` [PATCH libnftnl v2 0/6] bitwise shift support Pablo Neira Ayuso

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=20200118085800.GA1416073@azazel.net \
    --to=jeremy@azazel.net \
    --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).