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 5A632A0350; Wed, 24 Jun 2020 18:19:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FA741D9C8; Wed, 24 Jun 2020 18:19:23 +0200 (CEST) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by dpdk.org (Postfix) with ESMTP id 6EB5B1D96F for ; Wed, 24 Jun 2020 18:19:22 +0200 (CEST) Received: by mail-lj1-f169.google.com with SMTP id n23so3212174ljh.7 for ; Wed, 24 Jun 2020 09:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to:cc; bh=ol0PGMoB5icgV4xHkxgQc79viODKsJ9i2UMM0iCQSYY=; b=BKauREF92kljxBM5Hg2oiBctw13p/JfIUEUQK1juVwtZy2lbqk/KwwyflyfpqmzhxI 4I4P9F2nyHrXDOP2uTok1xuV+daOtl6Um+Zi85dchs0FOpKezmvO2+0ACJobE+rDUTgt RT0Syz3nvEJg5hBaB3xCGv9wMJ02PoEzTC/2c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=ol0PGMoB5icgV4xHkxgQc79viODKsJ9i2UMM0iCQSYY=; b=UvSWYVvmfmYs/Q7OncOD3ju7jPtEhBGxKMkbnVo1rhBL/TF7s9mecEQQjbMS6RrsYr vJmZs4jqg04c+/S8hQZ/qfyM4JBnb7AaFtyDnsmla7egIdcBU3Nm7iTJ5TePpwZGcHMX RWlCuiywQWvFh3YrPwM+mrH2eobG8QTTwtaVnpmYr0KbcuMjln8AySiY3MWMTQgiMtJg H3EZwasd1KZ0fvMeJYvrU0A9XXkSmJfnUgEjIYmwdtMy5rn65stHMMsdPkk4KHZhlL4Y 1+T2jlUyYlzvcrUWEhSHRuRNyofFcTMVD0tKY0LoJhhTidvKbnFlGmOTEEPTpA1afMjR YaQA== X-Gm-Message-State: AOAM530Ndtfm1BB9O9hsY/9svhRblnslLQ8UUVWPAQLy6IvgIzD8HzM1 4Lutd4YPEidoomfXUJITtcinVjF69Ph/KJx+RZ/z/w== X-Google-Smtp-Source: ABdhPJyHLKYbgj7WywMR5glNYc+nHhBKoYQ6UeDQ38iPpBEgMjItCa0BIaJFmHq/GDWQxDJM/ws/rgrPRqYt4Dx3RrA= X-Received: by 2002:a2e:7a1a:: with SMTP id v26mr5474476ljc.467.1593015561866; Wed, 24 Jun 2020 09:19:21 -0700 (PDT) MIME-Version: 1.0 From: David Liu Date: Wed, 24 Jun 2020 12:18:45 -0400 Message-ID: To: dev@dpdk.org, dts@dpdk.org Cc: Lincoln Lavoie , David Liu , David Marchand , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Ori Kam , Ciara Power , Ivan Ilchenko , Hemant Agrawal , Stephen Hemminger , Raslan Darawsheh Content-Type: multipart/alternative; boundary="000000000000afebdc05a8d6d66d" Subject: [dts] Promiscuous Mode Feature 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" --000000000000afebdc05a8d6d66d Content-Type: text/plain; charset="UTF-8" Hi all, >From my understanding, the promiscuous mode feature will verify the functionality of promiscuous mode when it is on or off. The plan for testing this feature is as follows: Sending over a packet to verify the ports are working properly before any testing. First to verify the promiscuous mode is enabled. With the promiscuous being enabled, send over a packet and check if the packet will be received when sending it to a different destination mac address than the host/card. Then disable the promiscuous mode. The packet will only be received if the mac address is the destination mac address. Otherwise, the test case will be considered a failure. Please let me know if there is anything I need to add on or if there are certain cases I need to be aware of. Thanks, David Liu UNH Interoperability Lab --000000000000afebdc05a8d6d66d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all,

From my understanding, the promiscuous mode= feature will verify the functionality of promiscuous mode when it is on or= off. The plan for testing this feature is as follows:

Sending over= a packet to verify the ports are working properly before any testing. Firs= t to verify the promiscuous mode is enabled. With the promiscuous being ena= bled, send over a packet and check if the packet will be received when send= ing it to a different destination mac address than the host/card. Then disa= ble the promiscuous mode. The packet will only be received if the mac addre= ss is the destination mac address. Otherwise, the test case will be conside= red a failure.

Please let me know if there is anything I need to ad= d on or if there are certain cases I need to be aware of.

Thanks,David Liu
UNH Interoperability Lab
--000000000000afebdc05a8d6d66d--