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 1FBF643206; Thu, 26 Oct 2023 10:07:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C81D41140; Thu, 26 Oct 2023 10:07:58 +0200 (CEST) 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 B3CAF40EAB 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-217-o-TmHhRaNkOgPaJrbBieNQ-1; Thu, 26 Oct 2023 04:07:54 -0400 X-MC-Unique: o-TmHhRaNkOgPaJrbBieNQ-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2c515541a25so5836971fa.0 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=XkLPckhzFOAfTTKN0b31Rr+wMa6++iIhBe2M9o72Q5+fTdmEQOPlelVO8CnIzpP6Is kGsvL9uuIy+soTbUtWB+MEdvMWKJtoFbfEn7Ig5KHPDEnpMnaoN1NbuSgO6IyqjX9int MZG1U4ynNEbmuQZTrxT8lgSlF2U1Kog7Qu3ggG6xlO2XN/q2DatbCcM01iTgk6sQprhb /bGyq/0vzE1ppBlv1fP2Vi134PODBlFp8QtgQUTYQMtiC2TJs/oiSq6asDKQ8eKeGQmJ uy1fMzYlOPTeeJS4a+pFscgLAMRmRry1TaykFnHZ3ZWIIH+Km266sFcndFPxFG20TICS inIg== X-Gm-Message-State: AOJu0YyjNDaREgiARZq6q4ssUoxN7oYdLeqNDj0qlr60oYCvJb3weEK6 bvKPKoIVVOyuu4J8tE5utwfGw/z4f6ye74gA0ZXkUgpo2bri68b1VOYlichpNG1erVSfw3ycfJ9 abBC9S95k5fxR/NG2WuU= X-Received: by 2002:a2e:3204:0:b0:2bc:db70:b563 with SMTP id y4-20020a2e3204000000b002bcdb70b563mr10978953ljy.32.1698307673445; 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: 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 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