From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f43.google.com (mail-pg0-f43.google.com [74.125.83.43]) by dpdk.org (Postfix) with ESMTP id 84D4890F5 for ; Mon, 21 Aug 2017 11:34:41 +0200 (CEST) Received: by mail-pg0-f43.google.com with SMTP id m133so14706890pga.5 for ; Mon, 21 Aug 2017 02:34:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=sYYNEf6L2o/w1crxmviEHzZcRQPCsAX57PhEOf35v2Q=; b=PEYEzaE4nsyWEDUFvt93ZosyzCKzLnEzfL7RBwpTxJ8u7mAoWBP9tDohdSHuG2R6FG FBZqOY0fmh77qvTPrjESrYwgrrhgXWB2ZSrCENfqCgQmSswGnrXaYILy7TOBbFN6yIaC Cd6faSG0PBV0Izhh5Fig+BzxlZrnyjDIiVSJAjrIRvDJXKnlMzyfClBTQStcx7+phRoa Am10+rEEj/TWODSFdui48EGwC38uTf37GmhleOd/2vVZ5vCQ19woIsf1V4vY5iO6WJkn kon68ISDLAY1GMgKV73c6bwTZMWrM+tj2pab4+NyrK4IK1ppZvV8ls7OCQA9Ie3q3+Wf LisQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sYYNEf6L2o/w1crxmviEHzZcRQPCsAX57PhEOf35v2Q=; b=HfInRvzxreVYNBfffqo1Z8/SIYQJYAQnoymh0Ctzu3h3BvD3P/9ib7+W9yaR/2yz76 xNkHy41nV02WbrlCyoBMWoNJ7U6ytQXcjj07xR86s5kVpq4n1aZD5Ey9vNFU3OFBFerD BUxYWgQbQ8ObkvnDb2Om/IsLAHyPgljZ7ycEWT6Lg1gzkItkQJpAHy1xOCm1qj4m/tzc J+kIQEFIjxQOmuk2jAFYslAuCVqda/UTKxGezkFlBrZONJjQO5OdC2IBOCJi2N/nRzUo qjyjNyg74rIW36poJBly88QCKJeaBtHfg8vRu4pl7NEB3alhuAor7SW27sm1SrCEnkTH kzjQ== X-Gm-Message-State: AHYfb5icpdE8KuY49d75v44TBpVKrOD5ilX92FxuiqLVKLG67/FWi6ZD hEu2+51BG809rXqj X-Received: by 10.98.214.81 with SMTP id r78mr2364702pfg.159.1503308080772; Mon, 21 Aug 2017 02:34:40 -0700 (PDT) Received: from localhost.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 69sm23355087pfh.186.2017.08.21.02.34.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Aug 2017 02:34:39 -0700 (PDT) From: Yuanhan Liu To: Pablo de Lara Cc: Declan Doherty , dpdk stable , Yuanhan Liu Date: Mon, 21 Aug 2017 17:30:33 +0800 Message-Id: <1503307878-16728-19-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> References: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'doc: remove incorrect limitation on AESNI-MB PMD' has been queued to stable release 17.05.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 09:34:42 -0000 Hi, FYI, your patch has been queued to stable release 17.05.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/24/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 63d612de6f8f22eedd082cecc1cdcfefca5b0482 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Thu, 13 Jul 2017 06:36:48 +0100 Subject: [PATCH] doc: remove incorrect limitation on AESNI-MB PMD [ upstream commit 8082845f8aea8407a3741783951f182a48f2855f ] AESNI MB PMD supports sessionless operations, but the documentation was stating that only operations with session were supported. Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto") Signed-off-by: Pablo de Lara Acked-by: Declan Doherty --- doc/guides/cryptodevs/aesni_mb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index ecb52a1..42905c1 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -68,7 +68,7 @@ Limitations * Chained mbufs are not supported. * Only in-place is currently supported (destination address is the same as source address). -* Only supports session-oriented API implementation (session-less APIs are not supported). + Installation ------------ -- 2.7.4