From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:53900 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751130AbeCIJOH (ORCPT ); Fri, 9 Mar 2018 04:14:07 -0500 Message-ID: <1520586845.2615.6.camel@redhat.com> Subject: Re: [PATCH net-next 1/1] tc-testing: add csum tests From: Davide Caratti To: Roman Mashak , davem@davemloft.net Cc: netdev@vger.kernel.org, kernel@mojatatu.com, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us In-Reply-To: <1520539003-1207-1-git-send-email-mrv@mojatatu.com> References: <1520539003-1207-1-git-send-email-mrv@mojatatu.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 09 Mar 2018 10:14:05 +0100 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 2018-03-08 at 14:56 -0500, Roman Mashak wrote: > Signed-off-by: Roman Mashak > --- > .../tc-testing/tc-tests/actions/csum.json | 410 +++++++++++++++++++++ > 1 file changed, 410 insertions(+) > create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/csum.json > # ./tdc.py -c csum ... All test results: 1..17 ok 1 - 6d84 # Add csum iph action ok 2 - 1862 # Add csum ip4h action ok 3 - 15c6 # Add csum ipv4h action ok 4 - bf47 # Add csum icmp action ok 5 - cc1d # Add csum igmp action ok 6 - bccc # Add csum foobar action ok 7 - 3bb4 # Add csum tcp action ok 8 - 759c # Add csum udp action ok 9 - bdb6 # Add csum udp xor iph action ok 10 - c220 # Add csum udplite action ok 11 - 8993 # Add csum sctp action ok 12 - b138 # Add csum ip & icmp action ok 13 - eeda # Add csum ip & sctp action ok 14 - 0017 # Add csum udp or tcp action ok 15 - ce92 # Add csum udp action with cookie ok 16 - 912f # Add csum icmp action with large cookie ok 17 - 879b # Add batch of 32 csum tcp actions Tested-by: Davide Caratti