From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v5 1/3] crypto: add sgl support in sw PMDs Date: Mon, 16 Jan 2017 16:08:24 +0000 Message-ID: <376499f7-5f5b-4b6c-c4ae-b357b23aa699@intel.com> References: <1483634768-35012-1-git-send-email-tomaszx.kulasek@intel.com> <1484320997-1224-1-git-send-email-tomaszx.kulasek@intel.com> <1484320997-1224-2-git-send-email-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Tomasz Kulasek , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 37BE0DE5 for ; Mon, 16 Jan 2017 17:08:02 +0100 (CET) In-Reply-To: <1484320997-1224-2-git-send-email-tomaszx.kulasek@intel.com> 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 13/01/17 15:23, Tomasz Kulasek wrote: > This patch introduces RTE_CRYPTODEV_FF_MBUF_SCATTER_GATHER feature flag > informing that selected crypto device supports segmented mbufs natively > and doesn't need to be coalesced before crypto operation. > > While using segmented buffers in crypto devices may have unpredictable > results, for PMDs which doesn't support it natively, additional check is > made for debug compilation. > > Signed-off-by: Tomasz Kulasek > --- ... > Acked-by: Declan Doherty