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 DDB8543206 for ; Thu, 26 Oct 2023 10:07:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D841840EAB; Thu, 26 Oct 2023 10:07:57 +0200 (CEST) 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 76BDC4067C for ; Thu, 26 Oct 2023 10:07:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1698307676; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bYj/M+nUXpo8QmPSsigTLb1CzVP13OdWvcFYUg9go28=; b=YMh10u4teLzcKmJuFcXwYk0eY7i/6ehAIDZpLhjxAL977kkycunr9bVCY7XAngXW46Vrba Mr/0kTkNVHWc4u+b9NZmLR7PKMB/TUpJGZFwEYHgA/iNPKrm6oewcJKg/uVy8NbBrwcHQ6 YMKAvoDb0QMH9LVktFBIt535yReXlh0= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-690-8ELGam8gPz2RcjdxmqcFsQ-1; Thu, 26 Oct 2023 04:07:54 -0400 X-MC-Unique: 8ELGam8gPz2RcjdxmqcFsQ-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c4fe286a5dso5589821fa.3 for ; Thu, 26 Oct 2023 01:07:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698307673; x=1698912473; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bYj/M+nUXpo8QmPSsigTLb1CzVP13OdWvcFYUg9go28=; b=mJssX/P58o+VkE0SmUAWA9OB9bRrdkD9x+BYYhkeNYAjQZvdfSPnU84j9Othpfh1O1 ZRLYhNRqUHPKRPwZQkYKs47WhK7gqW4DOc4C779uZsHdInPRLvvWTTeMqWursgPZEgU6 f8nIWf+RDMW/SF56PxUD8SDjGAjzymT92o6onPHYXcMsY8TgGyyq0+16Mm/Emr3I020V QceMCUQjJhqDyNwYA5offLocB3qKfEiPcwtMl3EChaya+4/QvHKLLDhryxieYAWXPQej Mv6BidDe+jGhXqu2Pg3ZENfj0GE+qYTbrl7IRpzaK1EOl6WNhIDBPkl91RLYaUXXeq74 COyA== X-Gm-Message-State: AOJu0Yyt2h3AWz8qBd/yci8brEI8rimeuLpBp+Cw42RPiLC28NwoCjDM WLqIvPbuntzCpIfuzpzLLLR+4A4tbIa7gKiDYMlYG7djDduEJ2G510ELug6cy5xzpovl+xM5wDp b+NBw+q/UWX2epMaA6Zd3wA4= X-Received: by 2002:a2e:3204:0:b0:2bc:db70:b563 with SMTP id y4-20020a2e3204000000b002bcdb70b563mr10978948ljy.32.1698307673423; Thu, 26 Oct 2023 01:07:53 -0700 (PDT) X-Google-Smtp-Source: AGHT+IGIMCMEmryeksIA3yMFVqbTVYaWuwjO23JJBt9ZLT53KtrMKpH4zBuCne06oZBsqEBq6RH5E7C/zQYYQc0z9XI= X-Received: by 2002:a2e:3204:0:b0:2bc:db70:b563 with SMTP id y4-20020a2e3204000000b002bcdb70b563mr10978935ljy.32.1698307673122; Thu, 26 Oct 2023 01:07:53 -0700 (PDT) MIME-Version: 1.0 References: <20231023163803.98455-1-radu.nicolau@intel.com> <20231025091258.10936-1-radu.nicolau@intel.com> In-Reply-To: <20231025091258.10936-1-radu.nicolau@intel.com> From: David Marchand Date: Thu, 26 Oct 2023 10:07:41 +0200 Message-ID: Subject: Re: [PATCH v2] net/iavf: fix Tx offloading flags check To: Radu Nicolau Cc: Jingjing Wu , Beilei Xing , dev@dpdk.org, stable@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Wed, Oct 25, 2023 at 11:13=E2=80=AFAM Radu Nicolau wrote: > > Relax the check in the previous fix to allow packets > with security offload flag set. > > Fixes: 3c715591ece0 ("net/iavf: fix checksum offloading") > Cc: stable@dpdk.org > > Signed-off-by: Radu Nicolau Acked-by: David Marchand --=20 David Marchand