From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers/crypto: fix drivers to use ring size function Date: Mon, 27 Mar 2017 23:58:28 +0200 Message-ID: <3836698.qL7ye4rpXD@xps13> References: <20170327145440.9648-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id CAD1E10A7 for ; Mon, 27 Mar 2017 23:58:29 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id w11so61694303wrc.3 for ; Mon, 27 Mar 2017 14:58:29 -0700 (PDT) In-Reply-To: <20170327145440.9648-1-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" 2017-03-27 15:54, Bruce Richardson: > Rather than reading the size directly from the ring structure, use the > dedicated ring function for that purpose. > Previous commits to do this only did so for the null crypto driver which > was the only one compiled in by default, but all other drivers need to be > similarly updated. > > Fixes: b11c78a2e0c6 ("crypto/null: use ring size function") > > Signed-off-by: Bruce Richardson Applied, thanks Next step: merge your ring rework :)