From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8665FA057C for ; Thu, 26 Mar 2020 18:15:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C7CC1C0B5; Thu, 26 Mar 2020 18:15:36 +0100 (CET) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id AB5C61C0AE for ; Thu, 26 Mar 2020 18:15:35 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id A58ADA058E; Thu, 26 Mar 2020 18:15:35 +0100 (CET) From: bugzilla@dpdk.org To: ci@dpdk.org Date: Thu, 26 Mar 2020 17:15:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: lab X-Bugzilla-Component: job scripts X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: blo@iol.unh.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ci@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-ci] [Bug 427] Eth Tests - Promiscuous Support X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" https://bugs.dpdk.org/show_bug.cgi?id=3D427 Bug ID: 427 Summary: Eth Tests - Promiscuous Support Product: lab Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: job scripts Assignee: ci@dpdk.org Reporter: blo@iol.unh.edu CC: dpdklab@iol.unh.edu Target Milestone: --- Procedures to check promiscuous in testpmd. Feel free to give feedback. > 1. Count number of packets received in testing port for base number > 2. Disable promiscuous mode in testpmd > 3. Send packets to testing port > 4. Verify that the port has received the packets (total packets increased > from step 1) > 5. Send packets to MAC address different from testing NIC MAC address > 6. Verify that the port has not received packets (total packets remain the > same as step 3) > 7. Enable promiscuous mode in testpmd > 8. Send packets to port different from testing port > 9. Verify that the port has received packets (total packets increased from > step 3/5) > 10. Send packets to testing port > 11. Verify that the port has received packets (total packets increased fr= om > step 9) --=20 You are receiving this mail because: You are the assignee for the bug.=