From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 731D5E07 for ; Fri, 4 Mar 2016 18:40:10 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so1132410wml.0 for ; Fri, 04 Mar 2016 09:40:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=8tCmpKcJVYa3GzMKUBq3Qlun1+/CgwKEq4tPRaA9HJw=; b=UcClgOtH1XzBzndjnKl0oSWIjTrBUOWFjXePhWz+oHAqSiShDi9UM92g8ySv/1ULRP 2QJASNaetJJzoa9PznH59ZFGWrWJBvEvlVr3chiCKPc5lpoMg3kNaKCUBIb+Ao687Roa t/BbUrvvFpJAD1iUV30nV25rWKRMauS0XaBScqkjxTPmWjkD/4mebIcfL+X4QouXsKB6 IRF0LbjBH27Jhe/rbxnzhA5SoQ8juU7JUAnE7IFP8EFJrXF6UVvkUge2zu9vtP/TS59r F/G2PYAbSPvlraaYjKZLsorqj8kb57HcpQJxo8i3IRWBOwqcakNs9eNC/1iehmohZMd6 mRlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=8tCmpKcJVYa3GzMKUBq3Qlun1+/CgwKEq4tPRaA9HJw=; b=VGdGeiKgdR5X81Ik1wBSokIv0CI8zcykApg2qOvYhwAJHadnm0FU+csHtWZ3nkC4WW Xfcpy3KRgssvGMC6n1VN8lJE47FDvYxaA/MoOsSRKCrthihbDzVKLENnO1mT83/CQvh6 rrdeM51ELgU56mHzuleqeIsiVZK/Yh/ujrI664J/eFAdTVeENBZu6n/dm/1KGUS81VS0 6kDPBas/aNyPUNfpBlX/u56M5mkQgvNxhEsbu7aE5uHrGXwdR/1Jn7zE1muUwwETBRfI d+y3yDrrW7XgzKLovrMoslM8JWbqtEeqXoqRRjowwpSGKOzVcC5p6wataWtyeBGjkbAO TxXA== X-Gm-Message-State: AD7BkJIT6S6N/5J1i9gA9TachjAEInVnsJbNnPu3PVauzZ4R9/buXlqVtwgHzdaZ+SPHOnwA X-Received: by 10.194.71.70 with SMTP id s6mr10306422wju.1.1457113210324; Fri, 04 Mar 2016 09:40:10 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id xx3sm4376974wjc.32.2016.03.04.09.40.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Mar 2016 09:40:09 -0800 (PST) From: Thomas Monjalon To: Fiona Trahe Date: Fri, 04 Mar 2016 18:38:33 +0100 Message-ID: <2831187.Fjk3A3necn@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1457111874-9224-1-git-send-email-fiona.trahe@intel.com> References: <1456764731-27168-1-git-send-email-declan.doherty@intel.com> <1457111874-9224-1-git-send-email-fiona.trahe@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v5 0/2] cryptodev API changes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 17:40:10 -0000 2016-03-04 17:17, Fiona Trahe: > This patch set separates the symmetric crypto operations from generic operations and then modifies the cryptodev burst API to accept bursts of rte_crypto_op rather than rte_mbufs. > > V5: > - updates .map file > - removes EXPERIMENTAL label from rte_cryptodev.h Why do you want to remove the experimental label?