blob: 5034d6a14bbc8b6f2e3fd498d8f88b84eb763977 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
#
# This program is distributed in the hope that it would be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Test-case: setup two MACsec drivers and run TCP traffic over them
# with enabled frame encryption and replay protection, compare
# performance with similar IPsec configuration on master interface.
TCID=macsec02
TST_TOTAL=16
virt_type="macsec"
VIRT_PERF_THRESHOLD=${VIRT_PERF_THRESHOLD:-100}
. ipsec_lib.sh
. virt_lib.sh
cleanup()
{
virt_cleanup_rmt
tst_ipsec_cleanup
}
TST_CLEANUP="cleanup"
IPSEC_MODE=transport
IPSEC_PROTO=esp_aead
EALGO=aes
tst_resm TINFO "setup IPsec $IPSEC_MODE/$IPSEC_PROTO $EALGO"
tst_ipsec lhost $(tst_ipaddr) $(tst_ipaddr rhost)
tst_ipsec rhost $(tst_ipaddr rhost) $(tst_ipaddr)
virt_macsec_setup "replay on window 300 encrypt on protect on"
virt_netperf_msg_sizes
tst_exit