* [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode
@ 2022-05-25 11:21 Jiale Song
2022-05-28 9:09 ` lijuan.tu
2022-06-15 9:20 ` lijuan.tu
0 siblings, 2 replies; 3+ messages in thread
From: Jiale Song @ 2022-05-25 11:21 UTC (permalink / raw)
To: dts; +Cc: Jiale Song
DCF already supports promise mode, and it is started by default.
promisc should be turned off during the test.
According to dpdk commit cdfbcfa110a ("net/ice: support DCF promiscuous configuration")
Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
test_plans/ice_dcf_date_path_test_plan.rst | 1 +
tests/TestSuite_ice_dcf_date_path.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/test_plans/ice_dcf_date_path_test_plan.rst b/test_plans/ice_dcf_date_path_test_plan.rst
index c6f8014b..1a0df884 100644
--- a/test_plans/ice_dcf_date_path_test_plan.rst
+++ b/test_plans/ice_dcf_date_path_test_plan.rst
@@ -171,6 +171,7 @@ Execute **common steps** to prepare DCF test environment
Set rxonly forward mode ::
set fwd rxonly
+ set promisc all off
set verbose 1
start
diff --git a/tests/TestSuite_ice_dcf_date_path.py b/tests/TestSuite_ice_dcf_date_path.py
index aad27f5b..21a0c875 100644
--- a/tests/TestSuite_ice_dcf_date_path.py
+++ b/tests/TestSuite_ice_dcf_date_path.py
@@ -283,6 +283,7 @@ class DcfDatePathTest(TestCase):
)
self.pmd_output.execute_cmd("set fwd rxonly")
+ self.pmd_output.execute_cmd("set promisc all off")
self.pmd_output.execute_cmd("set verbose 1")
self.pmd_output.execute_cmd("start")
out = self.send_pkts_getouput(pkt, self.tester_intf0, status=True)
--
2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode
2022-05-25 11:21 [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode Jiale Song
@ 2022-05-28 9:09 ` lijuan.tu
2022-06-15 9:20 ` lijuan.tu
1 sibling, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-05-28 9:09 UTC (permalink / raw)
To: dts, Jiale Song; +Cc: Jiale Song
On Wed, 25 May 2022 19:21:43 +0800, Jiale Song <songx.jiale@intel.com> wrote:
> DCF already supports promise mode, and it is started by default.
> promisc should be turned off during the test.
>
> According to dpdk commit cdfbcfa110a ("net/ice: support DCF promiscuous configuration")
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode
2022-05-25 11:21 [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode Jiale Song
2022-05-28 9:09 ` lijuan.tu
@ 2022-06-15 9:20 ` lijuan.tu
1 sibling, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-06-15 9:20 UTC (permalink / raw)
To: dts, Jiale Song; +Cc: Jiale Song
On Wed, 25 May 2022 19:21:43 +0800, Jiale Song <songx.jiale@intel.com> wrote:
> DCF already supports promise mode, and it is started by default.
> promisc should be turned off during the test.
>
> According to dpdk commit cdfbcfa110a ("net/ice: support DCF promiscuous configuration")
>
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-15 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25 11:21 [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode Jiale Song
2022-05-28 9:09 ` lijuan.tu
2022-06-15 9:20 ` lijuan.tu
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).