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 1F4E8A0C4E; Mon, 8 Nov 2021 21:28:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4DAA40DF7; Mon, 8 Nov 2021 21:28:51 +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 74EC840151 for ; Mon, 8 Nov 2021 21:28:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636403329; 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: in-reply-to:in-reply-to:references:references; bh=IClYcMKR9lYiEZS+RMXxkOuR3404Jb3vs4Uwz/p3eos=; b=MC3qwHLIEPVgmgwpHyTUA0BT4oQckNbXAukooT6oyahDjt7COC7ohzdgqwneU7CUktcfjX P/CQp2BKzny4KjeiM3ha0iWvjqRenA8BaiAA1UahXIpkA+7EyWsVG0qWBLu0fNgV/oYwYQ cP9HBKO2CejPXHxCq9BAmci/f7o2SUc= 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-99-c336qtlFMl61kVRCHJ3Ogg-1; Mon, 08 Nov 2021 15:28:48 -0500 X-MC-Unique: c336qtlFMl61kVRCHJ3Ogg-1 Received: by mail-lf1-f69.google.com with SMTP id p19-20020a056512139300b003ff6dfea137so6914708lfa.9 for ; Mon, 08 Nov 2021 12:28:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IClYcMKR9lYiEZS+RMXxkOuR3404Jb3vs4Uwz/p3eos=; b=cYOFI0HaXTfOGG+1dCSRm6ai8BHEJnw/NGhtcy6emFMQ3VXx/CtZl7mDnk0CEWqyTe NH4Q7zkQZ1cLQlnjc8jVmjhtm0lgR2N5ZGO5dD+QDn8Bv4w6JYWRh1u8OSroW2bD2zAA JJhqhP8bQpkuo6hI1b7Ob5WvaYypAH8X0Ef600ulKM7bwpD44MM+cn9W172IfN0uqA52 7YRHsaclT+vfjPBSYWPA70kYOEYBEZQxCSuJDE3gPKhtuHw4OC8LnemHjQOXaSzUNSa7 g+s96Sgq5DFRg1Qji+8rR0H+yUgBYeaSTHXdQ/U2VNiOHCfcuBS0CohGmI5M8shsO5bJ 6A6g== X-Gm-Message-State: AOAM5319KtMrpBnA+dT8pUeCsSXakwKfhMcrg/V7Wu9g38b7DUCTt4i8 X3uuTdA6DPql8tcijZW+F6tFi4cz7xLCfYFN09j2pB+4wv/pOC1idPeBlEFMXc5G5EPJ080zC/8 ah+DK663EHsTfBwqLlCE= X-Received: by 2002:a05:6512:3f28:: with SMTP id y40mr1801610lfa.499.1636403326955; Mon, 08 Nov 2021 12:28:46 -0800 (PST) X-Google-Smtp-Source: ABdhPJzBq5tmeNoy7+xV26Q1vd8hEXFWC5J6FJG86vHg6k+38xeBJkNfYaek16rmUIkcpC952rcV+6pT83kwbiwvhSI= X-Received: by 2002:a05:6512:3f28:: with SMTP id y40mr1801598lfa.499.1636403326796; Mon, 08 Nov 2021 12:28:46 -0800 (PST) MIME-Version: 1.0 References: <1635148739-61415-1-git-send-email-chcchc88@163.com> In-Reply-To: <1635148739-61415-1-git-send-email-chcchc88@163.com> From: David Marchand Date: Mon, 8 Nov 2021 21:28:35 +0100 Message-ID: To: huichao cai Cc: dev , "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: Re: [dpdk-dev] [PATCH] test/ipfrag: add test content to the test unit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 25, 2021 at 9:59 AM huichao cai wrote: > > Add the test content of the fragment_offset(offset and MF) > to the test_ip_frag function. Add test data for a fragment > that is not the last fragment. > > Signed-off-by: huichao cai The CI raises a regression on the ip frag test. DPDK_TEST='ipfrag_autotest' /home/runner/work/dpdk/dpdk/build/app/test/dpdk-test --file-prefix=ipfrag_autotest --- stdout --- RTE>>ipfrag_autotest^M + ------------------------------------------------------- + + Test Suite : IP Frag Unit Test Suite + ------------------------------------------------------- + 0: checking 2 with 2 0-0: checking 32 with 32 0-1: checking 40192 with 40192 1: checking 2 with 2 1-0: checking 32 with 32 1-1: checking 40192 with 40192 2: checking 3 with 3 2-0: checking 32 with 32 2-1: checking 18464 with 18464 2-2: checking 36864 with 36864 3: checking -22 with -22 4: checking -95 with -95 5: checking 3 with 3 5-0: checking 32 with 32 5-1: checking 18464 with 18464 5-2: checking 36864 with 36864 6: checking 3 with 3 6-0: checking 6688 with 3360 + TestCase [ 0] : test_ip_frag failed + ------------------------------------------------------- + + Test Suite Summary : IP Frag Unit Test Suite + ------------------------------------------------------- + + Tests Total : 1 + Tests Skipped : 0 + Tests Executed : 1 + Tests Unsupported: 0 + Tests Passed : 0 + Tests Failed : 1 + ------------------------------------------------------- + Test Failed RTE>> --- stderr --- Please investigate, thanks. -- David Marchand