All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	jogreene@redhat.com
Subject: [iproute2 0/2][pull request] Intel Wired LAN Driver Updates 2017-10-26
Date: Thu, 26 Oct 2017 10:17:47 -0700	[thread overview]
Message-ID: <20171026171749.45134-1-jeffrey.t.kirsher@intel.com> (raw)

This series contains the iproute2 changes needed to support the new
Time Sensitive Networking (TSN) feature which was submitted to netdev.

The following are changes since commit 35f2a7639dca422db7c237a007d09332de95f9a7:
  tc/actions: introduce support for jump action
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/iproute2 master

Vinicius Costa Gomes (2):
  tc: Add support for the CBS qdisc
  man: Add initial manpage for tc-cbs(8)

 man/man8/tc-cbs.8 | 112 ++++++++++++++++++++++++++++++++++++++++++
 tc/Makefile       |   1 +
 tc/q_cbs.c        | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 255 insertions(+)
 create mode 100644 man/man8/tc-cbs.8
 create mode 100644 tc/q_cbs.c

-- 
2.14.2

             reply	other threads:[~2017-10-26 17:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-26 17:17 Jeff Kirsher [this message]
2017-10-26 17:17 ` [iproute2 1/2] tc: Add support for the CBS qdisc Jeff Kirsher
2017-11-01 21:24   ` Stephen Hemminger
2017-10-26 17:17 ` [iproute2 2/2] man: Add initial manpage for tc-cbs(8) Jeff Kirsher

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=20171026171749.45134-1-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=jogreene@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sassmann@redhat.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 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.