netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Yotam Gigi <yotamg@mellanox.com>
Cc: netdev@vger.kernel.org, eladr@mellanox.com, idosch@mellanox.com,
	jiri@mellanox.com, jhs@mojatatu.com, mrv@mojatatu.com
Subject: Re: [PATCH net-next/iproute v2 0/5] tc: bash-completion: Add features
Date: Tue, 7 Feb 2017 11:54:31 -0800	[thread overview]
Message-ID: <20170207115431.4bd9508f@xeon-e3> (raw)
In-Reply-To: <1486475452-39214-1-git-send-email-yotamg@mellanox.com>

On Tue,  7 Feb 2017 15:50:47 +0200
Yotam Gigi <yotamg@mellanox.com> wrote:

> The first 4 patches add support for autompletion of filter actions, thus
> allowing the following tab completions:
> 
> $ tc filter add dev eth0 u32 [...] action <TAB>
> bpf     gact    mirred  sample
> 
> $ tc filter add dev eth0 u32 [...] action sample <TAB>
> action  group   rate    trunc
> 
> $ tc filter add dev eth0 u32 [...] \
> 	action sample group 10 rate 10 action mirred <TAB>
> action    dev       egress    index     ingress   mirror    redirect
> 
> Finally, the last patch adds support in matchall autocompletion.
> 
> v1->v2:
>  - Rebased on top of net-next tree
> 
> Yotam Gigi (5):
>   tc: bash-completion: Add the _from variant to _tc_one* funcs
>   tc: bash-completion: Prepare action autocomplete to support several
>     actions
>   tc: bash-completion: Make the *_KIND variables global
>   tc: bash-completion: Add support for filter actions
>   tc: bash-completion: Add support for matchall
> 
>  bash-completion/tc | 121 ++++++++++++++++++++++++++++++++++++++++++-----------
>  1 file changed, 96 insertions(+), 25 deletions(-)
> 

Applied to net-next

      parent reply	other threads:[~2017-02-07 19:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-07 13:50 [PATCH net-next/iproute v2 0/5] tc: bash-completion: Add features Yotam Gigi
2017-02-07 13:50 ` [PATCH net-next/iproute v2 1/5] tc: bash-completion: Add the _from variant to _tc_one* funcs Yotam Gigi
2017-02-07 13:50 ` [PATCH net-next/iproute v2 2/5] tc: bash-completion: Prepare action autocomplete to support several actions Yotam Gigi
2017-02-07 13:50 ` [PATCH net-next/iproute v2 3/5] tc: bash-completion: Make the *_KIND variables global Yotam Gigi
2017-02-07 13:50 ` [PATCH net-next/iproute v2 4/5] tc: bash-completion: Add support for filter actions Yotam Gigi
2017-02-07 13:50 ` [PATCH net-next/iproute v2 5/5] tc: bash-completion: Add support for matchall Yotam Gigi
2017-02-07 19:54 ` Stephen Hemminger [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=20170207115431.4bd9508f@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=eladr@mellanox.com \
    --cc=idosch@mellanox.com \
    --cc=jhs@mojatatu.com \
    --cc=jiri@mellanox.com \
    --cc=mrv@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    --cc=yotamg@mellanox.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).