test suite reviews and discussions
 help / color / mirror / Atom feed
From: Jianwei Mei <jianweix.mei@intel.com>
To: dts@dpdk.org
Cc: Jianwei Mei <jianweix.mei@intel.com>
Subject: [dts] [PATCH V2 3/4] test_plans/vf_daemon:add modify dpdk code in test plan
Date: Mon, 24 Aug 2020 10:34:56 +0000	[thread overview]
Message-ID: <20200824103457.26447-3-jianweix.mei@intel.com> (raw)
In-Reply-To: <20200824103457.26447-1-jianweix.mei@intel.com>

The test sutie change some dpdk code, but not mentioned it in the plan.

Signed-off-by: Jianwei Mei <jianweix.mei@intel.com>
---
 test_plans/vf_daemon_test_plan.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test_plans/vf_daemon_test_plan.rst b/test_plans/vf_daemon_test_plan.rst
index 9a790c1..2c131f5 100644
--- a/test_plans/vf_daemon_test_plan.rst
+++ b/test_plans/vf_daemon_test_plan.rst
@@ -189,6 +189,10 @@ Test Case 4: Set mac antispoof for VF from PF
 
       .addr_bytes = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55}
 
+      On VF0, add below two line code in file app/test-pmd/macswap_sse.h:
+      struct rte_ether_addr fake_mac = {.addr_bytes = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55},};
+      rte_ether_addr_copy(&fake_mac, &eth_hdr[0]->s_addr);
+
 2. Disable VF0 mac antispoof from PF::
 
       testpmd> set vf mac antispoof 0 0 off
-- 
2.17.1


  parent reply	other threads:[~2020-08-24  2:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 10:34 [dts] [PATCH V2 1/4] test_plans/nvgre:add the change CONFIG_RTE_LIBRTE_I40E_INC_VECTOR to N " Jianwei Mei
2020-08-24 10:34 ` [dts] [PATCH V2 2/4] test_plans/vxlan:add " Jianwei Mei
2020-08-24 10:34 ` Jianwei Mei [this message]
2020-08-24 10:34 ` [dts] [PATCH V2 4/4] tests/quota_watermark: remove test suite and plan Jianwei Mei
2020-08-27  2:33   ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200824103457.26447-3-jianweix.mei@intel.com \
    --to=jianweix.mei@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).