netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Eyal Birger <eyal.birger@gmail.com>, netdev@vger.kernel.org
Cc: dsahern@gmail.com, shmulik@metanetworks.com
Subject: Re: [PATCH iproute2-next 0/2] tc: add ipt ematch
Date: Tue, 27 Feb 2018 10:45:23 -0700	[thread overview]
Message-ID: <f9c40e1c-8fcd-5cc3-3119-4616e5b9cf50@gmail.com> (raw)
In-Reply-To: <1519384345-17115-1-git-send-email-eyal.birger@gmail.com>

On 2/23/18 4:12 AM, Eyal Birger wrote:
> This patchset extends tc to support the ipt ematch.
> 
> The first patch adds the ability for ematch cmdline parsers
> to receive argc,argv parameters.
> The second patch adds the em_ipt module.
> 
> Eyal Birger (2):
>   tc: ematch: add parse_eopt_argv() method for providing ematches with
>     argv parameters
>   tc: add em_ipt ematch for calling xtables matches from tc matching
>     context
> 
>  etc/iproute2/ematch_map |   1 +
>  man/man8/tc-ematch.8    |  15 ++++
>  tc/Makefile             |   7 ++
>  tc/em_ipt.c             | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
>  tc/m_ematch.c           |  27 ++++++-
>  tc/m_ematch.h           |   2 +
>  6 files changed, 259 insertions(+), 1 deletion(-)
>  create mode 100644 tc/em_ipt.c
> 

series applied to iproute2-next.

      parent reply	other threads:[~2018-02-27 17:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-23 11:12 [PATCH iproute2-next 0/2] tc: add ipt ematch Eyal Birger
2018-02-23 11:12 ` [PATCH iproute2-next 1/2] tc: ematch: add parse_eopt_argv() method for providing ematches with argv parameters Eyal Birger
2018-02-23 11:12 ` [PATCH iproute2-next 2/2] tc: add em_ipt ematch for calling xtables matches from tc matching context Eyal Birger
2018-02-27 17:45 ` David Ahern [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=f9c40e1c-8fcd-5cc3-3119-4616e5b9cf50@gmail.com \
    --to=dsahern@gmail.com \
    --cc=eyal.birger@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=shmulik@metanetworks.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).