From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] vhost/crypto: fix inferred misuse of enum Date: Fri, 2 Nov 2018 20:37:50 +0000 Message-ID: <909dfa1e-0ffc-018e-5514-a92edd6112e4@intel.com> References: <20181101141504.23491-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: maxime.coquelin@redhat.com, stable@dpdk.org To: stable-bounces@dpdk.org, dev@dpdk.org Return-path: In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/2/2018 8:22 PM, Ferruh Yigit wrote: > On 11/1/2018 2:15 PM, stable-bounces@dpdk.org wrote: >> Fix inffered misuse of enum rte_crypto_cipher_algorithm and >> rte_crypto_auth_algorithm >> >> Coverity issue 277202 >> >> Fixes: e80a98708166 ("vhost/crypto: add session message handler") >> Cc: stable@dpdk.org >> >> Signed-off-by: Fan Zhang > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.