From 0fff6363fad2cf78624abfcc46868265194a8c55 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Wed, 31 Oct 2018 17:45:16 +0000 Subject: Update git submodules * Update docs/submodules/samplevnf from branch 'master' - Merge "Add support for counting non dataplane related packets" - Add support for counting non dataplane related packets When performing some zero packet loss performance testing on dataplane, it is important (not) to count non dataplane packets. For instance, one might receive uexpected packets from a switch, or ARP packets. Or one might need to transmit ARP packets. Such packets should not be counted as dataplane packets as for thse packets there is no 1:1 mapping between transmitted packets and received packets. To support this, the counters reporting numbers of transmitted and received packets remain unchanged but two new counters have been added to PROX, counting respectively number of received and number of transmitted non-dataplane packets. On RX side, packets are counsidered as non-dataplane if being ARP or if they do not countain the proper signature On TX side, ARP packets are not considered as dataplane packets. This feature requires configuration of signature. "dp core stats" command has been added Change-Id: I98e113cd02f36d540383d343a433592867ad86a9 Signed-off-by: Xavier Simonart --- docs/submodules/samplevnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf index 6d005f745..9e5b1c098 160000 --- a/docs/submodules/samplevnf +++ b/docs/submodules/samplevnf @@ -1 +1 @@ -Subproject commit 6d005f74525630cd63a759bff8cf2e9ae6b02e88 +Subproject commit 9e5b1c09840e5536ad74b4143e31cbd04d7e966c -- cgit 1.2.3-korg