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 DBD11A052A; Fri, 10 Jul 2020 19:27:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C00331DD60; Fri, 10 Jul 2020 19:27:46 +0200 (CEST) Received: from mail-ej1-f52.google.com (mail-ej1-f52.google.com [209.85.218.52]) by dpdk.org (Postfix) with ESMTP id DA2E21DD5E for ; Fri, 10 Jul 2020 19:27:45 +0200 (CEST) Received: by mail-ej1-f52.google.com with SMTP id o18so6919146eje.7 for ; Fri, 10 Jul 2020 10:27:45 -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=RuH3yK954HQNhrvyR6CsVwsUc6Q3AAECqvO1DLRKxV8=; b=JsrlLFJKFJDDQZLFhl1S1n+2sKODw98f/N9vta95DQxB2uQTI1lcYUEXWHol9Ws1XS X1AkiJqsk/56hS1ofuxSxn95q8VEf/iKKGM9+O7g+i34NFPOax4XaGEH5kpQXIALjgVm QtFPhN26TskWwI2p49iv76g1JYdpO7aJ1Qv+k= 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=RuH3yK954HQNhrvyR6CsVwsUc6Q3AAECqvO1DLRKxV8=; b=GlSj50D+7AeZp3HMNmTq443ZQ92h5bXTgVB6TRYod0Kx7XFWiFYh9YANzqXsxIj+6X qkLsWCBqwOjRiTERNZkP6hXFCEd5elzj0h3HeZBCKaty+MWi1D0kawg7lh2TZIFxOIiA ww58/7MbnkMXaGrbC0Hy/JOTA/GYCGjY8BCzJFLjJKHsBRdvw5BX0+RCMfN/9scF0o7q Ccvm6Xz4bXyMfYB3PWxnvLTG9ZXf78Kx3fOUFxZhUmaeGrCKSNPvp9uPziJgaVGD4kSw i9oJDUAXzYtFA5WQYPTaXKsj28V0WPYRtgIsYvGFlEpCYVoV3SuzCNnScKac3en0x7uF SiUg== X-Gm-Message-State: AOAM530wUNnW0d/dq8qtAU9XDbxX+NskPpN/FETBh1+HrLhOCFwC+5E2 xBI3RXeUIuUSJCuKv0rWU1drDWczM9CkA7HOOEUi X-Google-Smtp-Source: ABdhPJxpBatnG7LjpR74ryD24yl7mZZ2iemTshmrmhSCeeDrCGb7jsJG/8We2KW/ozLKuAd5kuXqLMgDtyNdm99nkCs= X-Received: by 2002:a17:906:35cd:: with SMTP id p13mr61536009ejb.172.1594402065547; Fri, 10 Jul 2020 10:27:45 -0700 (PDT) MIME-Version: 1.0 From: Daniel Kirichok Date: Fri, 10 Jul 2020 13:27:34 -0400 Message-ID: To: dts@dpdk.org Cc: Lincoln Lavoie , dev@dpdk.org, David Liu , Owen Hilyard Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Idem with Multicast Packets Feature X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi all, The Idem with Multicast Packets test will first create three groups of port combinations. The first group will have both ports be capable of receiving a packet. The second group will have one port be open to receive a packet and one be closed. The third group will have both ports be closed. Each of the ports will be pinged to ensure that they are reachable. Afterwards, a packet will be generated and sent to each of these groups, and it will ensure that the correct behavior of a failed or successful delivery occurs on each port. Let me know if there are any comments or questions. Thanks, Dan -- Dan Kirichok UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 dkirichok@iol.unh.edu www.iol.unh.edu