From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F12E9C0650E for ; Thu, 4 Jul 2019 08:40:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C38182189E for ; Thu, 4 Jul 2019 08:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726977AbfGDIkv (ORCPT ); Thu, 4 Jul 2019 04:40:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4037 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726805AbfGDIku (ORCPT ); Thu, 4 Jul 2019 04:40:50 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7E8EA356D2; Thu, 4 Jul 2019 08:40:50 +0000 (UTC) Received: from localhost.localdomain (unknown [10.32.181.77]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8B83E1001B19; Thu, 4 Jul 2019 08:40:48 +0000 (UTC) Message-ID: <0130c56ef79f8bf360ddb0b01db5e7684f0bf62a.camel@redhat.com> Subject: Re: [PATCH net-next v5 5/5] selftests: tc-tests: actions: add MPLS tests From: Davide Caratti To: John Hurley , netdev@vger.kernel.org Cc: davem@davemloft.net, jiri@mellanox.com, xiyou.wangcong@gmail.com, dsahern@gmail.com, willemdebruijn.kernel@gmail.com, simon.horman@netronome.com, jakub.kicinski@netronome.com, oss-drivers@netronome.com In-Reply-To: <1562113531-29296-6-git-send-email-john.hurley@netronome.com> References: <1562113531-29296-1-git-send-email-john.hurley@netronome.com> <1562113531-29296-6-git-send-email-john.hurley@netronome.com> Organization: red hat Content-Type: text/plain; charset="UTF-8" Date: Thu, 04 Jul 2019 10:40:47 +0200 Mime-Version: 1.0 User-Agent: Evolution 3.30.3 (3.30.3-1.fc29) Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 04 Jul 2019 08:40:50 +0000 (UTC) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 2019-07-03 at 01:25 +0100, John Hurley wrote: > Add a new series of selftests to verify the functionality of act_mpls in > TC. > > Signed-off-by: John Hurley > Reviewed-by: Simon Horman > Acked-by: Jakub Kicinski > --- > .../tc-testing/tc-tests/actions/mpls.json | 812 +++++++++++++++++++++ > 1 file changed, 812 insertions(+) > create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/mpls.json > hello John, (sorry for noticing this late). some scripts use tools/testing/selftests/tc-testing/config to rebuild vmlinux before running TDC. I think you should add a line there that sets CONFIG_NET_ACT_MPLS=y. WDYT? thanks! -- davide