From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cryptodev: renaming 2 elements for clarity Date: Wed, 06 Apr 2016 19:07:13 +0200 Message-ID: <1796706.Qyspus0DQn@xps13> References: <1459790075-25720-1-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan.doherty@intel.com To: Fiona Trahe Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id C527E2C5A for ; Wed, 6 Apr 2016 19:08:52 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id v188so30221020wme.1 for ; Wed, 06 Apr 2016 10:08:52 -0700 (PDT) In-Reply-To: <1459790075-25720-1-git-send-email-fiona.trahe@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-04 18:14, Fiona Trahe: > renamed rte_cryptodev_sym_session.type -> dev_type > (as it's not a session type, but a device type) > > renamed rte_crypto_sym_op.type -> sess_type > (as it's not an op type, but a session type) > > Signed-off-by: Fiona Trahe Applied, thanks