diff options
author | Cristian Dumitrescu <cristian.dumitrescu@intel.com> | 2015-02-04 15:53:25 +0000 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-02-09 15:15:04 +0100 |
commit | 589628dfd95486cd2d9c5a4d04da6e2f7dcd3f4c (patch) | |
tree | 89940af0749e27993021aa45e7c832cc326937f2 /MAINTAINERS | |
parent | a7d7ece480093da0e1968bd111c4a8335782f2a4 (diff) | |
download | dpdk-589628dfd95486cd2d9c5a4d04da6e2f7dcd3f4c.zip dpdk-589628dfd95486cd2d9c5a4d04da6e2f7dcd3f4c.tar.gz dpdk-589628dfd95486cd2d9c5a4d04da6e2f7dcd3f4c.tar.xz |
maintainers: claim metering, sched and packet framework
As original author of these DPDK components, I am volunteering to maintain
them going forward:
- Traffic Metering
- Hierarchical Scheduler
- Packet Framework
- Configuration File
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1c2e43d..ef2af47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -252,6 +252,7 @@ F: examples/distributor/ F: doc/guides/sample_app_ug/dist_app.rst Hierarchical scheduler +M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/librte_sched/ F: doc/guides/prog_guide/qos_framework.rst F: app/test/test_red.c @@ -262,6 +263,7 @@ F: doc/guides/sample_app_ug/qos_scheduler.rst Packet Framework ---------------- +M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/librte_pipeline/ F: lib/librte_port/ F: lib/librte_table/ @@ -297,6 +299,7 @@ F: app/test/test_lpm* F: app/test/test_func_reentrancy.c Traffic metering +M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/librte_meter/ F: doc/guides/sample_app_ug/qos_scheduler.rst F: app/test/test_meter.c @@ -308,6 +311,7 @@ Other libraries --------------- Configuration file +M: Cristian Dumitrescu <cristian.dumitrescu@intel.com> F: lib/librte_cfgfile/ Interactive command line |