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 30050A0C40; Thu, 5 Aug 2021 12:12:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A874740143; Thu, 5 Aug 2021 12:12:14 +0200 (CEST) Received: from mail-108-mta30.mxroute.com (mail-108-mta30.mxroute.com [136.175.108.30]) by mails.dpdk.org (Postfix) with ESMTP id F116840040 for ; Thu, 5 Aug 2021 12:12:12 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta30.mxroute.com (ZoneMTA) with ESMTPSA id 17b15cc8b4700074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Thu, 05 Aug 2021 10:12:11 +0000 X-Zone-Loop: b46d7146b4c80c0acc03920ef3a1e23096627816b7c9 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=LReQFn5HdQwASHVdmQW+hHFlz0F2MWyV5cA78UBNx/A=; b=R1aYpfzVZS+Z39w8pyJ5CFuZV7 +goyGci/cKfEDeAZCwNt4jQnz/6dAun9mtGcJxFC5hnEqfSpkDyB/Ew/hj3n5z6T7wPqtJsgv0HBJ o3r901Oodqwx04sG7gH0YsUiCdPPContAfV/BWy+TJEz3q9JJt3plvg4WlgC730qseZaLEu/oODY9 ck/Ty+jTuhKy9XZJI3zmmbc/xkOHllHCq2/3wpDrzPEkWTSIdRaS3ZTRe9HrWKhGZGe/+HcpRtLd7 97uKHnmcFMEHA9SJZSIyUo5n6ZFihN9z6BZpDLS5DuNtJX7p4BH7qVCxrjaJ/v803ZkA/Wxw0sFa+ 38uHqjFQ==; To: Akhil Goyal , Shijith Thotton , "dev@dpdk.org" Cc: "abhinandan.gujjar@intel.com" , Jerin Jacob Kollanukkaran , Anoob Joseph , "thomas@monjalon.net" References: <27596654d574825a71b4f422584194ebd8da6116.1628100722.git.sthotton@marvell.com> From: "Kinsella, Ray" Message-ID: <0adc3442-dad9-d7e4-a05b-a53c149d8499@ashroe.eu> Date: Thu, 5 Aug 2021 11:12:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, TO_DN_EQ_ADDR_SOME=0, RCPT_COUNT_SEVEN=0, FROM_HAS_DN=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, NEURAL_SPAM=0, MID_RHS_MATCH_FROM=0] Subject: Re: [dpdk-dev] [PATCH] doc: announce change in crypto adapter metadata 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 Sender: "dev" On 04/08/2021 19:17, Akhil Goyal wrote: >> Subject: [PATCH] doc: announce change in crypto adapter metadata >> >> In crypto adapter metadata, first 8 bytes of request info is a space >> holder for response info. For better clarity, reserved field should be >> removed from request info. New space for response info can be made by >> changing type of event crypto metadata to structure from union. >> >> Signed-off-by: Shijith Thotton > Acked-by: Akhil Goyal > Acked-by: Ray Kinsella