From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doherty, Declan" Subject: Re: [PATCH v2 3/5] crypto/null: use ring size function Date: Fri, 24 Feb 2017 14:20:54 +0000 Message-ID: <10730870-c224-0d72-f464-7c367848833d@intel.com> References: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> <1487868123-30262-4-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Bruce Richardson , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0FA0B2BB4 for ; Fri, 24 Feb 2017 15:20:57 +0100 (CET) In-Reply-To: <1487868123-30262-4-git-send-email-bruce.richardson@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 23/02/2017 4:42 PM, Bruce Richardson wrote: > Rather than reading the size directly from the ring structure, > use the dedicated function for that purpose. > > Signed-off-by: Bruce Richardson > --- ... > Acked-by: Declan Doherty