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 07D19A0C58; Fri, 5 Nov 2021 18:07:59 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 283284111A; 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.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 35C1B41102 for ; Fri, 5 Nov 2021 18:07:57 +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-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-137-FE8rbi6mNhqEd_G9R11vLw-1; Fri, 05 Nov 2021 13:07:53 -0400 X-MC-Unique: FE8rbi6mNhqEd_G9R11vLw-1 Received: by mail-lf1-f70.google.com with SMTP id br22-20020a056512401600b004017a0f5cc6so3673700lfb.16 for ; Fri, 05 Nov 2021 10:07:52 -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=i3eJ4uO/kTcB/U7HoEhcYK/Y5q5NeqJqujAt5GObEpSPdVyMWyIq2FWT2tTYZWjzbn ZZMMJ3OAFf0IhihItjH1Wx1/3w58dse/uPlme6Z7e0mZBZgAOXi69dGXk21ha0X/rKGt Ry/ZwZGcIU63j+bduHjvU+F3AVa4C2pOq52gF/c2JR3rmok2OOylElOendmZAK4Jo7zf QLHoHVTzTDT3TkAUP2alvSGIqAQ4GYGB4vsuwK9x1QRxUdRUPTcywd2q/SPpEVFC8fFH UQ2Mffv1AI93fnTmdWobmX/7vWxZI0d7unRRMiyWVR4kdGe/svjqgFyP61FwBiNVD/rI F2xQ== X-Gm-Message-State: AOAM5323Z74WtlGEbpVFI46GGHsVpOMY/Kl+Z1hHAncv8DKM1VBvu6EP SYsVe2jHKUomjPCkpzYShvGtzgxwsI1HTVBXSHotVI7EK5hgIWwH9ylJwBnuTUklEb4W+MA341k Kn2jUOxaukCV9VvMsh1o= X-Received: by 2002:a2e:83c6:: with SMTP id s6mr46993043ljh.477.1636132071646; 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: [dts] l3fwd tests X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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" 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