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 A66DBA00C2 for ; Fri, 9 Dec 2022 12:25:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 811CF410FB; Fri, 9 Dec 2022 12:25:52 +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 1EB01410D7 for ; Fri, 9 Dec 2022 12:25:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1670585150; 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=IFFOvUiO/5TP0ITgqIk0HIt9f7tXwk5zoPu9QbL6PGE=; b=e4gH37KOpE54DZFx+8dzj6pFENNs/3NE5AWKwGd53k7fgYlobqwu52i8yspY/aSeYjV+Gl RwKLXKzD15tWM2IaaJ5qy3cHmaJ95B/2TMZCHd4gYLBUkCNsUX54RIytX1ScUqt+uW0xPZ FZz5356Xdf9d6Rs7U0ZnHB23b/7HCM4= Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-75--FmqM03MNcyLsxOas_PkYg-1; Fri, 09 Dec 2022 06:25:49 -0500 X-MC-Unique: -FmqM03MNcyLsxOas_PkYg-1 Received: by mail-wm1-f70.google.com with SMTP id ay19-20020a05600c1e1300b003cf758f1617so3806738wmb.5 for ; Fri, 09 Dec 2022 03:25:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:subject:from:references:cc:to :content-language:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=IFFOvUiO/5TP0ITgqIk0HIt9f7tXwk5zoPu9QbL6PGE=; b=TM/TfXU3JqzCluWoylD8WnkwcDzW4uLqWydg9UZbRze+gZW63hg3mXZZaCPD/KdrjY 8oV1N67yZOUoSKQxBD7XuQKbEjWbBZj5PW+hbMtMofu+wq+aAykaicu4Nx8Ja8nkGGMY E16lIcyqY3/jSavrhbQmASCp945Q9jH5FG8N4+KvLNSiwDofVcx/rv3GPUh8PxOurYSn uc2iaI8epYx0jX2TczY0dp7/FUpzYdY0qTc5n6msrMR13hXPBz6vOJ8axaiUe9q+KeZt dqmn3hGPYioSLt5My7Im61w++GQVnaze5PZjr8wf5Y6V5ftxdtE34QOCH0yHUGlCCtYt 9R/Q== X-Gm-Message-State: ANoB5pnQF8GMRGkEb7MhJGipZvx6K4ljZWqiwhs4D0JgwbwYHlI0S8tq VSrkcubUzfRnK2rlY+wboVD+7Sm75VR4GFp4AAVn5iXz8nEMrJ0ivdR3hgTvrLAhgcvCpML6hv0 NvKJWZzA= X-Received: by 2002:a05:600c:35c4:b0:3cf:85f7:bbc4 with SMTP id r4-20020a05600c35c400b003cf85f7bbc4mr4697947wmq.2.1670585148378; Fri, 09 Dec 2022 03:25:48 -0800 (PST) X-Google-Smtp-Source: AA0mqf4GuBPRfpU4yaRP2sI79+q4cymji1Zbm0hIP3FsG/GTsrheuChgKio8qnO1ry5Vb5UcFXkygg== X-Received: by 2002:a05:600c:35c4:b0:3cf:85f7:bbc4 with SMTP id r4-20020a05600c35c400b003cf85f7bbc4mr4697938wmq.2.1670585148199; Fri, 09 Dec 2022 03:25:48 -0800 (PST) Received: from [192.168.0.36] ([78.19.98.83]) by smtp.gmail.com with ESMTPSA id h1-20020a05600c2ca100b003cf37c5ddc0sm1501351wmc.22.2022.12.09.03.25.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 09 Dec 2022 03:25:47 -0800 (PST) Message-ID: Date: Fri, 9 Dec 2022 11:25:46 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 To: Radu Nicolau , stable@dpdk.org Cc: Fan Zhang , Akhil Goyal References: <20221208104444.484886-1-radu.nicolau@intel.com> From: Kevin Traynor Subject: Re: [PATCH 21.11] examples/ipsec-secgw: fix Tx checksum offload flag In-Reply-To: <20221208104444.484886-1-radu.nicolau@intel.com> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 08/12/2022 10:44, Radu Nicolau wrote: > [ upstream commit 65bd9c7abc255ec2ce084d9f28e29c395e205402 ] > > For the inline crypto path set the Tx checksum offload flag > only if the device supports it. > > Fixes: 4edcee19fc20 ("examples/ipsec-secgw: use Tx checksum offload conditionally") > > Signed-off-by: Radu Nicolau > Acked-by: Fan Zhang > Acked-by: Akhil Goyal > --- Applied, thanks. Note, this is not part of RC1 and at present there is not planned to be an RC2, so it will be relying on your dev testing and CI.