All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull-request] next-tm 17.08 pre-rc1
@ 2017-07-04 15:38 Cristian Dumitrescu
  2017-07-04 15:47 ` Thomas Monjalon
  2017-07-09 20:01 ` Thomas Monjalon
  0 siblings, 2 replies; 18+ messages in thread
From: Cristian Dumitrescu @ 2017-07-04 15:38 UTC (permalink / raw)
  To: thomas; +Cc: dev, jerin.jacob, hemant.agrawal, jasvinder.singh, wenzhuo.lu

The following changes since commit a566400e8b73ec646e0cc6dd0bc44def8535fb98:

  net: implement CRC for ARM64 NEON (2017-07-04 15:58:45 +0200)

are available in the git repository at:

  http://dpdk.org/git/next/dpdk-next-tm 

for you to fetch changes up to dcb4c3f881e29e1062a3e298e60474912e8a4ece:

  net/ixgbe: support committing TM hierarchy (2017-07-04 16:00:01 +0100)

----------------------------------------------------------------
Dumitrescu, Cristian (2):
      ethdev: add traffic management ops get API
      ethdev: add traffic management API

Wenzhuo Lu (20):
      net/i40e: support getting TM ops
      net/i40e: support getting TM capability
      net/i40e: support adding TM shaper profile
      net/i40e: support deleting TM shaper profile
      net/i40e: support adding TM node
      net/i40e: support deleting TM node
      net/i40e: support getting TM node type
      net/i40e: support getting TM level capability
      net/i40e: support getting TM node capability
      net/i40e: support committing TM hierarchy
      net/ixgbe: support getting TM ops
      net/ixgbe: support getting TM capability
      net/ixgbe: support adding TM shaper profile
      net/ixgbe: support deleting TM shaper profile
      net/ixgbe: support adding TM node
      net/ixgbe: support deleting TM node
      net/ixgbe: support getting TM node type
      net/ixgbe: support getting TM level capability
      net/ixgbe: support getting TM node capability
      net/ixgbe: support committing TM hierarchy

 MAINTAINERS                            |    5 +
 doc/api/doxy-api-index.md              |    2 +
 drivers/net/i40e/Makefile              |    1 +
 drivers/net/i40e/i40e_ethdev.c         |   15 +
 drivers/net/i40e/i40e_ethdev.h         |   80 ++
 drivers/net/i40e/i40e_tm.c             |  974 ++++++++++++++++
 drivers/net/i40e/rte_pmd_i40e.c        |    9 -
 drivers/net/ixgbe/Makefile             |    1 +
 drivers/net/ixgbe/ixgbe_ethdev.c       |   27 +-
 drivers/net/ixgbe/ixgbe_ethdev.h       |   72 ++
 drivers/net/ixgbe/ixgbe_tm.c           | 1041 +++++++++++++++++
 lib/librte_ether/Makefile              |    5 +-
 lib/librte_ether/rte_ethdev.c          |   12 +
 lib/librte_ether/rte_ethdev.h          |   20 +
 lib/librte_ether/rte_ether_version.map |   31 +
 lib/librte_ether/rte_tm.c              |  438 ++++++++
 lib/librte_ether/rte_tm.h              | 1904 ++++++++++++++++++++++++++++++++
 lib/librte_ether/rte_tm_driver.h       |  366 ++++++
 18 files changed, 4988 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/i40e/i40e_tm.c
 create mode 100644 drivers/net/ixgbe/ixgbe_tm.c
 create mode 100644 lib/librte_ether/rte_tm.c
 create mode 100644 lib/librte_ether/rte_tm.h
 create mode 100644 lib/librte_ether/rte_tm_driver.h

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-07-12 17:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 15:38 [pull-request] next-tm 17.08 pre-rc1 Cristian Dumitrescu
2017-07-04 15:47 ` Thomas Monjalon
2017-07-04 16:52   ` Dumitrescu, Cristian
2017-07-04 20:21     ` Thomas Monjalon
2017-07-05 10:36       ` Dumitrescu, Cristian
2017-07-09 20:01 ` Thomas Monjalon
2017-07-10  7:43   ` Adrien Mazarguil
2017-07-10  7:51     ` Thomas Monjalon
2017-07-10 10:55   ` Dumitrescu, Cristian
2017-07-10 12:57     ` Thomas Monjalon
2017-07-10 13:21       ` Dumitrescu, Cristian
2017-07-10 13:49         ` Thomas Monjalon
2017-07-10 15:46           ` Dumitrescu, Cristian
2017-07-10 15:54             ` Thomas Monjalon
2017-07-10 16:47               ` Dumitrescu, Cristian
2017-07-10 16:58                 ` Thomas Monjalon
2017-07-11 18:20                   ` Dumitrescu, Cristian
2017-07-12 17:33                     ` Thomas Monjalon

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.