From mboxrd@z Thu Jan 1 00:00:00 1970 From: Naga Suresh Somarowthu Subject: [PATCH v12 6/6] maintainers: add bitrate latency pdump tests Date: Fri, 3 Aug 2018 13:34:58 +0100 Message-ID: <1533299698-20950-7-git-send-email-naga.sureshx.somarowthu@intel.com> References: <1533297953-9149-1-git-send-email-naga.sureshx.somarowthu@intel.com> <1533299698-20950-1-git-send-email-naga.sureshx.somarowthu@intel.com> Cc: remy.horton@intel.com, reshma.pattan@intel.com, Naga Suresh Somarowthu To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E87E41B55A for ; Fri, 3 Aug 2018 14:35:18 +0200 (CEST) In-Reply-To: <1533299698-20950-1-git-send-email-naga.sureshx.somarowthu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Update MAINTAINERSHIP for bitrate, latency, pdump unit tests and sample packet helper functions for unit test. Signed-off-by: Naga Suresh Somarowthu Reviewed-by: Reshma Pattan --- MAINTAINERS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3b9fec76f..7b9277404 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1018,7 +1018,8 @@ F: lib/librte_pdump/ F: doc/guides/prog_guide/pdump_lib.rst F: app/pdump/ F: doc/guides/tools/pdump.rst - +F: test/test/test_pdump.c +F: test/test/test_pdump.h Packet Framework ---------------- @@ -1144,10 +1145,12 @@ F: lib/librte_metrics/ Bit-rate statistics M: Remy Horton F: lib/librte_bitratestats/ +F: test/test/test_bitratestats.c Latency statistics M: Reshma Pattan F: lib/librte_latencystats/ +F: test/test/test_latencystats.c BPF - EXPERIMENTAL M: Konstantin Ananyev @@ -1176,6 +1179,11 @@ F: test/test/test_resource.c F: test/test/virtual_pmd.c F: test/test/virtual_pmd.h +Sample packet helper functions for unit test +M: Reshma Pattan +F: test/test/sample_packet_forward.c +F: test/test/sample_packet_forward.h + Driver testing tool M: Wenzhuo Lu M: Jingjing Wu -- 2.13.6