From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Feb 2017 06:20:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,201,1484035200"; d="scan'208";a="52337021" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [163.33.228.190]) ([163.33.228.190]) by orsmga002.jf.intel.com with ESMTP; 24 Feb 2017 06:20:55 -0800 To: Bruce Richardson , dev@dpdk.org References: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> <1487868123-30262-4-git-send-email-bruce.richardson@intel.com> From: "Doherty, Declan" Message-ID: <10730870-c224-0d72-f464-7c367848833d@intel.com> Date: Fri, 24 Feb 2017 14:20:54 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1487868123-30262-4-git-send-email-bruce.richardson@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 3/5] crypto/null: use ring size function 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: Fri, 24 Feb 2017 14:20:58 -0000 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