From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 16 Jan 2017 08:07:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="1083626854" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga001.jf.intel.com with ESMTP; 16 Jan 2017 08:07:50 -0800 To: Tomasz Kulasek , dev@dpdk.org 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> From: Declan Doherty Message-ID: <376499f7-5f5b-4b6c-c4ae-b357b23aa699@intel.com> Date: Mon, 16 Jan 2017 16:08:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1484320997-1224-2-git-send-email-tomaszx.kulasek@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 1/3] crypto: add sgl support in sw PMDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 16:08:02 -0000 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