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 733F7A0A0E; Tue, 11 May 2021 16:42:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57EB340140; Tue, 11 May 2021 16:42:22 +0200 (CEST) Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) by mails.dpdk.org (Postfix) with ESMTP id 401D940140 for ; Tue, 11 May 2021 16:42:21 +0200 (CEST) Received: by mail-ot1-f44.google.com with SMTP id c8-20020a9d78480000b0290289e9d1b7bcso17700313otm.4 for ; Tue, 11 May 2021 07:42:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=iMIUIVgYlXmpK+pjdHZh0LkHtalHovNYQR7iDgUBhTs=; b=c8jiUxC7+uLq/XfZVynv3zjWuQM8USnfHtN0ioP+MemIlTulTODi7RW2N6oNT6wSU8 GMUpSVM0scLA6kOwvQuQ/9dXfsOuDSq2E9fj2YzkGCooI2zDJKbQCQv3R6tiYJrL+7J6 +mXdaSGnNrrxfxdmUOMRlPvMiX0xPr9edUElU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iMIUIVgYlXmpK+pjdHZh0LkHtalHovNYQR7iDgUBhTs=; b=s6T1j3CCk97mqYuphUYM6Zoa8PnTWDebYVuuv6YNhlMkDHSHJY1v1m6vhRYyYaNDrK Y1Mi8BNN5jVh1dkJGPzHr1xAD2qGwQYqTPtH9CXBNlaWF3bzrEHeyw4jEroiS1fKk1Is dq/gUwxOh3l6j6wmIS/qb/dTTNKeAeRcMpEymYKZfMw+WtaUZYMKv0LKHrQi9ZJiqbeQ NfeRP0qzYMaK2MCFIK8bUMrCzWoTpB+nquKD/tC3BgjXWd0d/VPMtQkxqlHVB4g2McUc ikJwXOWjB4LuL0TykvhyajB4BULiuy57EuCCtX3RcNX/9cffE680MPQSVuHW0bthU+X2 Pu2Q== X-Gm-Message-State: AOAM532CbbOpgxQiYkE3roJz1A/OUlzXk5qhMF/Goq6PIMbG/tpk5nR0 jMLNxlIUgdV9WNgg5RiAKe3WdCtCxRBIaBX4D1pPNw== X-Google-Smtp-Source: ABdhPJzRFe1Iqoz19R5SVowA1qQLNMjLJ4b90fDZegODMhNHjlbkikqR+QHqBSiN76snrUon56yro0X0NKf9h1YQYlM= X-Received: by 2002:a9d:243:: with SMTP id 61mr5667317otb.267.1620744140338; Tue, 11 May 2021 07:42:20 -0700 (PDT) MIME-Version: 1.0 References: <20210326163732.763862-1-lance.richardson@broadcom.com> In-Reply-To: From: Lance Richardson Date: Tue, 11 May 2021 10:42:09 -0400 Message-ID: To: David Marchand Cc: Declan Doherty , Pablo de Lara , Chas Williams , "humin (Q)" , dev , dpdk stable Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="000000000000c7c84605c20ee613" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] app/test: fix IPv6 header initialization 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" --000000000000c7c84605c20ee613 Content-Type: text/plain; charset="UTF-8" On Tue, May 11, 2021 at 10:31 AM David Marchand wrote: > > On Fri, Mar 26, 2021 at 5:37 PM Lance Richardson > wrote: > > > > Fix two issues found when writing PMD unit tests for HW ptype and > > L4 checksum offload: > > Would those unit tests be interesting to other pmd driver writers? > I think so, although some adjustments would be needed to account for differences in hardware capabilities. The tests I've written so far are still very much a work in progress, but I hope to have something ready for RFC in the near future. --000000000000c7c84605c20ee613--