From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Buslov Subject: Re: [PATCH 00/14] Modify action API for implementing lockless actions Date: Wed, 16 May 2018 10:13:46 +0300 Message-ID: References: <1526308035-12484-1-git-send-email-vladbu@mellanox.com> <23f37e5a-dd30-0ad3-a5ab-df22bf0ad7f9@mojatatu.com> <97ccb118-a3dc-6eb0-b127-9c04adf9e2fd@mojatatu.com> <2ee4066e-643a-f901-8926-7001f8699163@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Jamal Hadi Salim , Linux Kernel Network Developers , David Miller , Cong Wang , Jiri Pirko , pablo@netfilter.org, kadlec@blackhole.kfki.hu, fw@strlen.de, ast@kernel.org, Daniel Borkmann , edumazet@google.com, kliteyn@mellanox.com To: Lucas Bates Return-path: Received: from mail-eopbgr10057.outbound.protection.outlook.com ([40.107.1.57]:16345 "EHLO EUR02-HE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752574AbeEPHN7 (ORCPT ); Wed, 16 May 2018 03:13:59 -0400 In-reply-to: Sender: netdev-owner@vger.kernel.org List-ID: On Tue 15 May 2018 at 22:07, Lucas Bates wrote: > On Tue, May 15, 2018 at 6:03 PM, Lucas Bates wrote: >> On Tue, May 15, 2018 at 5:49 PM, Jamal Hadi Salim wrote: >>>> Test 7d50: Add skbmod action to set destination mac >>>> exit: 255 0 >>>> dst MAC address <11:22:33:44:55:66> >>>> RTNETLINK answers: No such file or directory >>>> We have an error talking to the kernel >>>> >>> >>> You may actually have broken something with your patches in this case. >>> >>> Lucas - does this test pass on latest net-next? >> >> Yes, 7d50 has been passing on our builds for at least the last month. > > Also, Vlad, you can look at the JSON to see the test case data, or run > tdc.py -s | less and search for the ID to see the commands being run. > I'm here if you need help using tdc. Hello Lucas, I'll look into JSON test definition and try to understand whats wrong.