aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-10-12 13:02:50 +0200
committerTibor Frank <tifrank@cisco.com>2021-10-12 13:02:50 +0200
commita456d4eb9e647c9489e24400005cb824c96dac3b (patch)
tree39416b4f03b393eba4b0ff9bbbf55e1464dbdf86 /docs/report
parentd8322fadccae1648b67630eec7cf1cee49e8d689 (diff)
Report: Fix bugs and typos in static content
Change-Id: I041ba6e5e61c9c3ded2a8b5efd3bb2b6a7100210 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report')
-rw-r--r--docs/report/detailed_test_results/trex_performance_results/index.rst6
-rw-r--r--docs/report/index.html.template1
-rw-r--r--docs/report/introduction/methodology_ipsec.rst1
-rw-r--r--docs/report/vpp_performance_tests/packet_latency/index.rst2
-rw-r--r--docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst2
-rw-r--r--docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst2
6 files changed, 14 insertions, 0 deletions
diff --git a/docs/report/detailed_test_results/trex_performance_results/index.rst b/docs/report/detailed_test_results/trex_performance_results/index.rst
new file mode 100644
index 0000000000..81ea8711ce
--- /dev/null
+++ b/docs/report/detailed_test_results/trex_performance_results/index.rst
@@ -0,0 +1,6 @@
+TRex Throughput
+===============
+
+.. toctree::
+
+ ../trex_performance_results_2n_skx/index
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index 1502e7514a..76b7b404a1 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -70,6 +70,7 @@ CSIT-2110
detailed_test_results/vpp_performance_results/index
detailed_test_results/vpp_mrr_results/index
detailed_test_results/dpdk_performance_results/index
+ detailed_test_results/trex_performance_results/index
detailed_test_results/vpp_device_results_ubuntu/index
.. toctree::
diff --git a/docs/report/introduction/methodology_ipsec.rst b/docs/report/introduction/methodology_ipsec.rst
index ce10bd2a55..a168e238ee 100644
--- a/docs/report/introduction/methodology_ipsec.rst
+++ b/docs/report/introduction/methodology_ipsec.rst
@@ -67,6 +67,7 @@ relying on VPP native crypto (`crypto_native` plugin) in tunnel mode:
+-------------------+------------------+---------------+--------------------+
In policy mode:
+
+-------------------+----------------+---------------+-------------------+
| VPP Crypto Engine | ESP Encryption | ESP Integrity | Scale Tested |
+===================+================+===============+===================+
diff --git a/docs/report/vpp_performance_tests/packet_latency/index.rst b/docs/report/vpp_performance_tests/packet_latency/index.rst
index 0cc2f32248..5959e06c31 100644
--- a/docs/report/vpp_performance_tests/packet_latency/index.rst
+++ b/docs/report/vpp_performance_tests/packet_latency/index.rst
@@ -36,6 +36,8 @@ Additional information about graph data:
.. note::
Test results are stored in
+ `build logs from FD.io vpp performance job 2n-aws`_,
+ `build logs from FD.io vpp performance job 3n-aws`_,
`build logs from FD.io vpp performance job 2n-skx`_,
`build logs from FD.io vpp performance job 3n-skx`_,
`build logs from FD.io vpp performance job 2n-clx`_,
diff --git a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
index d1b424ff30..b8c9c54f13 100644
--- a/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
+++ b/docs/report/vpp_performance_tests/packet_throughput_graphs/index.rst
@@ -130,6 +130,8 @@ Additional information about graph data:
.. note::
Test results are stored in
+ `build logs from FD.io vpp performance job 2n-aws`_,
+ `build logs from FD.io vpp performance job 3n-aws`_,
`build logs from FD.io vpp performance job 2n-skx`_,
`build logs from FD.io vpp performance job 3n-skx`_,
`build logs from FD.io vpp performance job 2n-clx`_,
diff --git a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
index ae4826f28b..d00943dc93 100644
--- a/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
+++ b/docs/report/vpp_performance_tests/throughput_speedup_multi_core/index.rst
@@ -37,6 +37,8 @@ Additional information about graph data:
.. note::
Test results are stored in
+ `build logs from FD.io vpp performance job 2n-aws`_,
+ `build logs from FD.io vpp performance job 3n-aws`_,
`build logs from FD.io vpp performance job 2n-skx`_,
`build logs from FD.io vpp performance job 3n-skx`_,
`build logs from FD.io vpp performance job 2n-clx`_,
n> #define clib_panic(format,args...) \ _clib_error (CLIB_ERROR_ABORT, (char *) clib_error_function, __LINE__, format, ## args) #include <vppinfra/clib_error.h> #define clib_error_get_code(err) ((err) ? (err)->code : 0) #define clib_error_set_code(err, c) \ do { \ if (err) \ (err)->code = (c); \ } while (0) extern void *clib_error_free_vector (clib_error_t * errors); #define clib_error_free(e) e = clib_error_free_vector(e) extern clib_error_t *_clib_error_return (clib_error_t * errors, any code, uword flags, char *where, char *fmt, ...); #define clib_error_return_code(e,code,flags,args...) \ _clib_error_return((e),(code),(flags),(char *)clib_error_function,args) #define clib_error_create(args...) \ clib_error_return_code(0,0,0,args) #define clib_error_return(e,args...) \ clib_error_return_code(e,0,0,args) #define clib_error_return_unix(e,args...) \ clib_error_return_code(e,errno,CLIB_ERROR_ERRNO_VALID,args) #define clib_error_return_fatal(e,args...) \ clib_error_return_code(e,0,CLIB_ERROR_FATAL,args) #define clib_error_return_unix_fatal(e,args...) \ clib_error_return_code(e,errno,CLIB_ERROR_ERRNO_VALID|CLIB_ERROR_FATAL,args) extern clib_error_t *_clib_error_report (clib_error_t * errors); #define clib_error_report(e) do { (e) = _clib_error_report (e); } while (0) u8 *format_clib_error (u8 * s, va_list * va); always_inline word unix_error_is_fatal (word error) { #ifdef CLIB_UNIX switch (error) { case EWOULDBLOCK: case EINTR: return 0; } #endif return 1; } #define IF_ERROR_IS_FATAL_RETURN_ELSE_FREE(e) \ do { \ if (e) \ { \ if (unix_error_is_fatal (clib_error_get_code (e))) \ return (e); \ else \ clib_error_free (e); \ } \ } while (0) #define ERROR_RETURN_IF(x) \ do { \ clib_error_t * _error_return_if = (x); \ if (_error_return_if) \ return clib_error_return (_error_return_if, 0); \ } while (0) #define ERROR_ASSERT(truth) \ ({ \ clib_error_t * _error_assert = 0; \ if (CLIB_DEBUG > 0 && ! (truth)) \ { \ _error_assert = clib_error_return_fatal \ (0, "%s:%d (%s) assertion `%s' fails", \ __FILE__, \ (uword) __LINE__, \ clib_error_function, \ # truth); \ } \ _error_assert; \ }) /* Assert to remain even if CLIB_DEBUG is set to 0. */ #define CLIB_ERROR_ASSERT(truth) \ ({ \ clib_error_t * _error_assert = 0; \ if (! (truth)) \ { \ _error_assert = \ clib_error_return_fatal \ (0, "%s:%d (%s) assertion `%s' fails", \ __FILE__, \ (uword) __LINE__, \ clib_error_function, \ # truth); \ } \ _error_assert; \ }) /* * If we're running under Coverity, don't die on * failed static assertions. */ #ifdef __COVERITY__ #ifndef _Static_assert #define _Static_assert(x,y) #endif #endif #endif /* included_error_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */