From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 72D9B10A3 for ; Sat, 19 Jan 2019 13:47:11 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id f188so6843757wmf.5 for ; Sat, 19 Jan 2019 04:47:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7MUE72p2lzXfMs0nnKIjE9L6J4pwK9yH0X/Cd8TRey8=; b=LVwzynfd0tZiWMTnSgJThAjB9Wn0UPkg1uf1SbhiRMzWFl5D/3SL6GeHlmprUa8n9f xHVAnxhJXbZn/yVQbkn8dKTPNsm5giDyEeD2tJyTfPOB++7v++xedEq50gW7lTaRbW2Q xl3t08Yrcf/GvvN2xIwg7wZ6zX4MNH/WMHUYWoMNom4IoRGan3UJIIBh64H7JovOoe6k 4WJ+C4tBtQx15V58C5ax2d2JjlkZGimu9KA7qhX1ZtW4Kg135m3iKhPLUXJxncTMmXDX FXKhcwbV9fGeEd2QgpZdeZcBdrk9PO7lHKGTjNknXEH1cbmsNcVWLa9MCSwugzDU+ou8 M0jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7MUE72p2lzXfMs0nnKIjE9L6J4pwK9yH0X/Cd8TRey8=; b=Lv+3qo62Gbkcp3b5S+tEpoHbhorZvn+q27/TsqB90uNHIK5sGmQi/QvFLnnq4ZkW25 cl3pC509bo+4ZG/AyDTJfV4tJS4sY0rIxFR820mbTEHdYqy4lCm/ljL4rW4opsDG5PF/ waKpy+iyTO6zjtUuSbXsiSW0XJmFYUkmp9GN+gSr9hJbJ3kjAqGMCUtkfGudIAkbvgGQ OByIUPDOp+fJmoM5VKVB22hPvAkk489CNxOe4rinNQHoJ4IKiJ1plTuoFWJ4VbdRLUZz 7+FA9dTgpzgw7TYFBbFqqndXuwLlZJn3lkVJJ2/Ae8Ubga4IvkrkwvyNqtTfVY1WpX0i facg== X-Gm-Message-State: AJcUukdR0BTIONXndEEG3klEycMCCGGKkb/y9WCdq5q3lWt6TC9GliqX Pd2ZkZithz20pLoMZfyEmqNLANW4 X-Google-Smtp-Source: ALg8bN5rk+DPd4FJwia/0zBPR52PMT5tk4mMkF9tPCdO1rZcRAXgdhKejTJaqSgcMQ9dumoRUExsZw== X-Received: by 2002:a1c:70b:: with SMTP id 11mr19474937wmh.74.1547902031046; Sat, 19 Jan 2019 04:47:11 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-204.red.bezeqint.net. [109.66.107.204]) by smtp.gmail.com with ESMTPSA id b7sm80286453wrs.47.2019.01.19.04.47.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 19 Jan 2019 04:47:10 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 19 Jan 2019 14:46:59 +0200 Message-Id: <20190119124659.12057-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] tests/vhost_loopback_performance_virtio_user: fix typos X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2019 12:47:11 -0000 Signed-off-by: Rami Rosen --- tests/TestSuite_vhost_loopback_performance_virtio_user.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/TestSuite_vhost_loopback_performance_virtio_user.py b/tests/TestSuite_vhost_loopback_performance_virtio_user.py index 4f2851f..016f06a 100644 --- a/tests/TestSuite_vhost_loopback_performance_virtio_user.py +++ b/tests/TestSuite_vhost_loopback_performance_virtio_user.py @@ -79,7 +79,7 @@ class TestVhostLoopback(TestCase): Benchmark performance for frame_sizes. """ self.result_table_create(self.header_row) - # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file + # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file for frame_size in self.frame_sizes: # Back up the original driver file self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30) @@ -140,7 +140,7 @@ class TestVhostLoopback(TestCase): """ self.result_table_create(self.header_row) for frame_size in self.frame_sizes: - # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file + # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30) self.dut.send_expect("sed -i '/VIRTIO_NET_F_MRG_RXBUF/d' ./drivers/net/virtio/virtio_ethdev.h", "#", 30) self.change_testpmd_size = "sed -i -e 's/#define TXONLY_DEF_PACKET_LEN .*$/#define TXONLY_DEF_PACKET_LEN %d/' ./app/test-pmd/testpmd.h" % frame_size @@ -199,7 +199,7 @@ class TestVhostLoopback(TestCase): self.result_table_create(self.header_row) for frame_size in self.frame_sizes: - # Modify the driver file to disbale the Mergeable, then re-compile the DPDK and back up the original driver file + # Modify the driver file to disable the Mergeable, then re-compile the DPDK and back up the original driver file self.dut.send_expect("cp ./drivers/net/virtio/virtio_ethdev.h ./", "#", 30) self.dut.send_expect("sed -i '/VIRTIO_NET_F_MRG_RXBUF/d' ./drivers/net/virtio/virtio_ethdev.h", "#", 30) self.change_testpmd_size = "sed -i -e 's/#define TXONLY_DEF_PACKET_LEN .*$/#define TXONLY_DEF_PACKET_LEN %d/' ./app/test-pmd/testpmd.h" % frame_size -- 2.19.2