From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0FBFBA0C58 for ; Fri, 5 Nov 2021 18:07:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03F0941102; Fri, 5 Nov 2021 18:07:58 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 931CD41102 for ; Fri, 5 Nov 2021 18:07:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636132076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=y++gKHzeAS2Z09lmI1A16QLOatt9u7PDGkYRFfAYak0=; b=P8KIgHvlkObPcs2kxSdyKRXxXRokalxJalNTRDd4slgFbJA3NPmlp0ki5YmNqyDtVuHFGR zVGLgECszXp6lBw890WjJKW5psMugZN4OgaRHZenFWqfQu4cI94hbTHGMPLnBPist5EWVL Uu1uMdjO/2IVMcd9idsKVJi1FecjZQc= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-528-X-nebXMVPXeXtwBWY3QUiA-1; Fri, 05 Nov 2021 13:07:53 -0400 X-MC-Unique: X-nebXMVPXeXtwBWY3QUiA-1 Received: by mail-lf1-f69.google.com with SMTP id c40-20020a05651223a800b004018e2f2512so3325382lfv.11 for ; Fri, 05 Nov 2021 10:07:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=y++gKHzeAS2Z09lmI1A16QLOatt9u7PDGkYRFfAYak0=; b=PGfi7uQYCy2hucEbssPjdF491OnOksO1/Umvxo5+y2LcbSGMbGR/2rwCYbxwzMZapV Fk3qwBSALoseVNcHKJx085HSn3kjL2OT1NHBHM5f8wqxAlAwHvsG4YTTbxpOmqdpPHC1 nfyQHu82YM2xXZfXowOdrWmR67cyIzFaWEH2s14bmgQpnTPXIzCCcqczUjXuge8Qeqy5 dYr1Bs/b9hCNE2qJ1CSwGOJtTcK10eBU+QMkGrehL9IUQ9mc1qqLk+gNvt0qPZ8Du4fZ qTOnLUQAfYnci3xhwZuszUd1f+AlwvvGn7egpxRHaR04tSCGJzINMgQXyrRElaPWBd9t syyA== X-Gm-Message-State: AOAM533B+R6JHW4X6goe9lXZj4XS8gK8r9kSPFAmorVnDjtvyQtg2qS1 ASJkcO5N76GA2nRVaLWAxvS009Q+R3Jcyn/6QW83OgJCafzGiECl8gujswEjqrDb01YjIdKmgpd wy443NqAGm/Q/NuAYUw== X-Received: by 2002:a2e:83c6:: with SMTP id s6mr46993053ljh.477.1636132071762; Fri, 05 Nov 2021 10:07:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwl3JF+9abRHJ8c7ij6vA12EnJHWG2x6eOrgTumrstoIxqSioMhlxq92792giDmx629Jt0lXOJeEmhniIZ2VfA= X-Received: by 2002:a2e:83c6:: with SMTP id s6mr46993019ljh.477.1636132071467; Fri, 05 Nov 2021 10:07:51 -0700 (PDT) MIME-Version: 1.0 From: David Marchand Date: Fri, 5 Nov 2021 18:07:40 +0100 Message-ID: To: dts@dpdk.org Cc: ci@dpdk.org, Pavan Nikhilesh , "Ananyev, Konstantin" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-ci] l3fwd tests X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 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" Hello, - Looking at l3fwd tests in dts, I noticed it still relies on USER_FLAGS= black magic which was dropped with makefile support removal. See fda34680eb9a ("examples: remove legacy sections of makefiles"). This requires a fix if the intention is still to test the different lookup methods. - A change has been proposed on l3fwd, that will change the expected network traffic. https://patchwork.dpdk.org/project/dpdk/list/?series=20336 Especially: https://patchwork.dpdk.org/project/dpdk/patch/20211105083851.2812-3-pbhagavatula@marvell.com/ Please confirm DTS will be fine with this change. -- David Marchand