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 0172EA09E0 for ; Fri, 4 Dec 2020 18:03:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B70C8322C; Fri, 4 Dec 2020 18:03:14 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id D0900322C for ; Fri, 4 Dec 2020 18:03:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607101392; 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=ySzgK44nKYf9RFA2LLX7+RPGSLGA1W0tTes8Bp44QTw=; b=dbW1Egvwzucw1XPHCHzkVQ5Jp5aJ9Px325PT5VT77Ytnm8tbOlDr9P+VvmCx05zgz4S6mH PxYIgbDeVlpZlCcam03uXXLijdDB4+glieZ/ZXMuO/DcXqjYv/+d3U1hdiUc6ueWYRkoed /YdiB9m6+Q2/6NGgFgfeUaqK8Om0R6E= 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-587-eTHbmZnKN3mILdsqUh7Aig-1; Fri, 04 Dec 2020 12:03:10 -0500 X-MC-Unique: eTHbmZnKN3mILdsqUh7Aig-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3E44DC7404; Fri, 4 Dec 2020 17:03:09 +0000 (UTC) Received: from [10.36.114.167] (ovpn-114-167.ams2.redhat.com [10.36.114.167]) by smtp.corp.redhat.com (Postfix) with ESMTP id 75C0E5D6A1; Fri, 4 Dec 2020 17:03:01 +0000 (UTC) To: Fan Zhang , stable@dpdk.org Cc: maxime.coquelin@redhat.com References: <20201203165020.1396969-1-roy.fan.zhang@intel.com> From: Kevin Traynor Message-ID: Date: Fri, 4 Dec 2020 17:03:01 +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: <20201203165020.1396969-1-roy.fan.zhang@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH 18.11] vhost/crypto: fix feature negotiation 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 03/12/2020 16:50, Fan Zhang wrote: > [ upstream commit ea1b835a0e74d80915e2e717f20418e2c9f948a2 ] > > This patch fixes the incorrect vhost crypto device feature > flags. > > Fixes: 939066d96563 ("vhost/crypto: add public function implementation") > Cc: roy.fan.zhang@intel.com > > Signed-off-by: Fan Zhang > --- Reviewed-by: Maxime Coquelin Applied, thanks.