dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ethdev: abstraction layer for QoS hierarchical scheduler
@ 2017-02-24 16:28 Cristian Dumitrescu
  2017-02-24 16:28 ` [PATCH v2 1/2] ethdev: add capability control API Cristian Dumitrescu
  2017-02-24 16:28 ` [PATCH v2 2/2] ethdev: add hierarchical scheduler API Cristian Dumitrescu
  0 siblings, 2 replies; 3+ messages in thread
From: Cristian Dumitrescu @ 2017-02-24 16:28 UTC (permalink / raw)
  To: dev; +Cc: thomas.monjalon, jerin.jacob, hemant.agrawal

This patch set introduces an ethdev-based abstraction layer for Quality of
Service (QoS) hierarchical scheduler. The goal is to provide a simple generic
API that is agnostic of the underlying HW, SW or mixed HW-SW implementation.

Patch 1 builds on the mechanism introduced by rte_flow in DPDK and generalizes
it to make it available for other ethdev features/capabilities (such as the
hierarchical scheduler). The goal is to define a plugin-like mechanism to extend
the ethdev functionality in a modular way as opposed to the current monolithic
approach.

Patch 2 introduces the generic ethdev API for hierarchical scheduler using the
above plugin-like mechanism for ethdev.

Cristian Dumitrescu (2):
  ethdev: add capability control API
  ethdev: add hierarchical scheduler API

 MAINTAINERS                            |    4 +
 lib/librte_ether/Makefile              |    5 +-
 lib/librte_ether/rte_ethdev.c          |   13 +
 lib/librte_ether/rte_ethdev.h          |   29 +
 lib/librte_ether/rte_ether_version.map |   37 +
 lib/librte_ether/rte_scheddev.c        |  781 ++++++++++++++++++
 lib/librte_ether/rte_scheddev.h        | 1416 ++++++++++++++++++++++++++++++++
 lib/librte_ether/rte_scheddev_driver.h |  365 ++++++++
 8 files changed, 2649 insertions(+), 1 deletion(-)
 create mode 100644 lib/librte_ether/rte_scheddev.c
 create mode 100644 lib/librte_ether/rte_scheddev.h
 create mode 100644 lib/librte_ether/rte_scheddev_driver.h

-- 
2.5.0

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

end of thread, other threads:[~2017-02-24 16:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-24 16:28 [PATCH v2 0/2] ethdev: abstraction layer for QoS hierarchical scheduler Cristian Dumitrescu
2017-02-24 16:28 ` [PATCH v2 1/2] ethdev: add capability control API Cristian Dumitrescu
2017-02-24 16:28 ` [PATCH v2 2/2] ethdev: add hierarchical scheduler API Cristian Dumitrescu

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).