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 82C40A034F; Wed, 10 Nov 2021 11:46:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 65ECE4068B; Wed, 10 Nov 2021 11:46:33 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 0CD5040683 for ; Wed, 10 Nov 2021 11:46:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1636541191; 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=jJvaDHMW6sA3OB2WRx8yiAwSrf8krvYNl9lYFDGtJRc=; b=XughzMEaRq5GVPT4RCpsmwXw0SXebZUPJP2Olmlyb+0UfWlN4nZkVF2jH2i/GSqIEmFyA+ v2aY/HjwdIoy1Dp1nHtwwJ1B7dcOTTH0XylLk/XhvhTSzCYRoLjN4lZukyFrmvPBZnu+OP TH4m60GzBtYDNi2hYyiYDbQWhogO64g= 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-270-kVnNWeZVNWuAr8WSJPFFnw-1; Wed, 10 Nov 2021 05:46:28 -0500 X-MC-Unique: kVnNWeZVNWuAr8WSJPFFnw-1 Received: by mail-lf1-f69.google.com with SMTP id f20-20020a0565123b1400b004035ad15d6eso1074568lfv.13 for ; Wed, 10 Nov 2021 02:46:28 -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=jJvaDHMW6sA3OB2WRx8yiAwSrf8krvYNl9lYFDGtJRc=; b=bZLrRWlxIjuzkb91AV2vW9s7QKxwpEcQRFVy49atZTs8rMLotAv4n0qWftSC9SYlF6 I1XoP9JbftREiPk+vTG5K56RaA2auWVnVdnSDnekM0+XNdJA+2WNKAclQAW4QfOjgzO9 jZTZvg3B42hVS2h5Gej9yjXKehT8d8yWz+nTTwuV4ztmuiq5URE41MWCepTBhWEwv+Kg 46/CsRaQ+ogFaEL6Z4Yrp8d+dQik82v5zxjuBrq/RuaKaCwzd1upPSgi4GFSeJPBqKea WQtwaMdB7XJf87r3clJ38DJvc+JBcPDj3YqQ/hMKQR/6uWPWQxOMz3+7c8lZ6LdP3W5+ gWaA== X-Gm-Message-State: AOAM532SBUsqNc8OuKBoXGBNhmY8E08bRwUZNRHemju6ps5NH6jVf1AF tZ3zoEnCa5ZHkt1FMxgwxo4cFQ9dY5sof9WnqrkVd3Qrz5b0GpwybL18gFeuKjq8H9JVhkh/gtD 6P5Vq5xYnb1Cd/8HKmDA= X-Received: by 2002:a05:6512:aca:: with SMTP id n10mr11057692lfu.265.1636541187068; Wed, 10 Nov 2021 02:46:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJwAXt/H4a2U3kMAqla2UfJoTiDifLrXH2ugLysJcwydgNkpC3/U8uj88T0uLejEnqSnaFS0gZX1rMOEB1N2TOY= X-Received: by 2002:a05:6512:aca:: with SMTP id n10mr11057675lfu.265.1636541186899; Wed, 10 Nov 2021 02:46:26 -0800 (PST) MIME-Version: 1.0 References: <1635148739-61415-1-git-send-email-chcchc88@163.com> In-Reply-To: From: David Marchand Date: Wed, 10 Nov 2021 11:46:15 +0100 Message-ID: To: huichao cai Cc: "Ananyev, Konstantin" , "dev@dpdk.org" 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 Thu, Oct 28, 2021 at 2:25 PM Ananyev, Konstantin 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 > Acked-by: Konstantin Ananyev Applied, thanks. -- David Marchand