From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 587D6A04DB for ; Wed, 2 Dec 2020 11:47:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 31C9DC910; Wed, 2 Dec 2020 11:47:18 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 59758C910 for ; Wed, 2 Dec 2020 11:47:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606906034; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=usf3JZvikHkgO23AZyj7wqtsrGZHzlj7WkYj5iuS4IY=; b=PIjnCxb3ch9Cp4O2Q7VPqPzuVNi2cW2caxR9dDFgHqSd2gKnnOwIu0fRvmDEIpvbDmAYY6 CiH3SCl3TZObjC8U6a7tqGipoD9OTnT7r5blFRZOxG+E7Umo6uG3feE/wj4fooDyugqAt/ d8k2AvsPbO+2cecb1Yl0shEJXrO5ANQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-548-9wo_8f8QMT-H3DHuwiiWOw-1; Wed, 02 Dec 2020 05:47:13 -0500 X-MC-Unique: 9wo_8f8QMT-H3DHuwiiWOw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1A37D817B9E; Wed, 2 Dec 2020 10:47:12 +0000 (UTC) Received: from [10.36.115.131] (ovpn-115-131.ams2.redhat.com [10.36.115.131]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6317F60BFA; Wed, 2 Dec 2020 10:47:11 +0000 (UTC) To: oulijun , stable@dpdk.org References: <20201127201635.357119-1-ktraynor@redhat.com> <71160187-bfa8-f903-33fc-c1e1cb1366bb@huawei.com> From: Kevin Traynor Message-ID: <5d2fbe70-63fd-a965-c640-88f3eb936791@redhat.com> Date: Wed, 2 Dec 2020 10:47:10 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <71160187-bfa8-f903-33fc-c1e1cb1366bb@huawei.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=gbk Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 18.11.11 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "stable" On 01/12/2020 01:53, oulijun wrote: > > > 在 2020/11/28 4:16, Kevin Traynor 写道: >> Hi commit authors (and maintainers), >> >> I didn't apply following commits from DPDK master to 18.11 >> LTS branch, as conflicts or build errors occur. Note, it may be >> dependent on another patch below that has not been applied. >> >> As it is the last 18.11 release and there will not be an opportunity to >> fix any regressions, I would like to only take backports from the >> below list at this stage *if* they are deemed important for the 18.11 branch. >> >> Can authors check your patches in the following list and either: >> - Backport your important patches to the 18.11 branch, or >> - Indicate patch should be dropped from missed list and not backported, or >> - Take no action => patch will remain on missed list and not be backported >> >> Please do the above by 12/02/20. >> >> 150c9ac2d Wei Hu (Xavier) app/testpmd: update Rx offload after setting MTU > This patch(150c9ac2d) is not apply for 18.11. Because the 18.11 is not > get the Rx offload by rte_eth_dev_info_get(). >> 2e02a2aff Wei Hu (Xavier) ethdev: fix VLAN offloads set if no driver callback > This patch(2e02a2aff) is not apply for 18.11. Because the 18.11 is not > exist this bug after analysis ok, thanks for confirming. >> c52ff3668 Wei Zhao net/i40e: enable QinQ stripping >> be4ef2e0d Wei Zhao net/i40e: fix flow director enabling >> dcfbc594f Wei Zhao net/iavf: fix queue interrupt for ice >> c21e5facf Xueming Li net/mlx5: use bond index for netdev operations >> >> . >> >