From f7ee014dee09b4089924342b0fe5654b2fe91e90 Mon Sep 17 00:00:00 2001 From: Yulong Pei Date: Wed, 11 May 2022 04:29:50 +0000 Subject: Add ipsec policy test suites with flow director or rss accelerated The test scenario is about two private networks which communication was protected by ipsec. The test suites are to show performance impovement about ipsec esp flow lookup that offloaded by NIC flow director and rss. Verified on 3n-clx and Intel E810 NIC environment, with 64B ipsec packet flow, performance improved ~31% with 1C2T, ~110% with 2C4T, ~250% with 4C8T. Signed-off-by: xinfeng zhao Signed-off-by: Yulong Pei Change-Id: I30aec8c5115e5a6fbef88c11d1bef2624029d1b9 --- docs/tag_documentation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/tag_documentation.rst b/docs/tag_documentation.rst index d9861a218e..4a869d6991 100644 --- a/docs/tag_documentation.rst +++ b/docs/tag_documentation.rst @@ -571,6 +571,14 @@ Encapsulation Tags All test cases with FLOW. +.. topic:: FLOW_DIR + + All test cases with FLOW_DIR. + +.. topic:: FLOW_RSS + + All test cases with FLOW_RSS. + .. topic:: NTUPLE All test cases with NTUPLE. -- cgit 1.2.3-korg