* [dts][PATCH V1 1/2] test_plans/virtio_user_as_exceptional_path_test_plan: delete modify dpdk code content
@ 2022-06-24 6:55 Wei Ling
0 siblings, 0 replies; only message in thread
From: Wei Ling @ 2022-06-24 6:55 UTC (permalink / raw)
To: dts; +Cc: Wei Ling
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1789 bytes --]
According to the dpdk commit 1945c64674(app/testpmd: perform SW IP
checksum for GRO/GSO packets) and commit 8ba1723783(net/vhost:
perform SW checksum in Tx path), no need to modify DPDK code to test.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
...virtio_user_as_exceptional_path_test_plan.rst | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/test_plans/virtio_user_as_exceptional_path_test_plan.rst b/test_plans/virtio_user_as_exceptional_path_test_plan.rst
index e1d2feb2..81399ea2 100644
--- a/test_plans/virtio_user_as_exceptional_path_test_plan.rst
+++ b/test_plans/virtio_user_as_exceptional_path_test_plan.rst
@@ -10,22 +10,6 @@ This test plan will test exceptional path with virtio_user and measure throughpu
Prerequisites
=============
-Modify the testpmd code as following::
-
- --- a/app/test-pmd/csumonly.c
- +++ b/app/test-pmd/csumonly.c
- @@ -693,10 +693,12 @@ pkt_burst_checksum_forward(struct fwd_stream *fs)
- * and inner headers */
- eth_hdr = rte_pktmbuf_mtod(m, struct ether_hdr *);
- +#if 0
- ether_addr_copy(&peer_eth_addrs[fs->peer_addr],
- ð_hdr->d_addr);
- ether_addr_copy(&ports[fs->tx_port].eth_addr,
- ð_hdr->s_addr);
- +#endif
- parse_ethernet(eth_hdr, &info);
- l3_hdr = (char *)eth_hdr + info.l2_len;
-
Test Case1:test exceptional path with virtio_user
=================================================
Flow:tap0-->vhost-net-->virtio_user-->nic0-->nic1
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-06-24 6:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 6:55 [dts][PATCH V1 1/2] test_plans/virtio_user_as_exceptional_path_test_plan: delete modify dpdk code content Wei Ling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).