From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C2D6620BD for ; Mon, 28 Jan 2019 01:28:01 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 49E90210A8; Sun, 27 Jan 2019 19:28:01 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 Jan 2019 19:28:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bwEnF/FPGXuq79XG9BignqrXlRNLwpro95oTHBTFOZc=; b=d3vxwW/EN7Wg 7TaV4ZRtJL6xRSH+jCt2mvJzhj6HeE5ihkLepAXFC+3J2KyHDiNTd68kFRA0HoAR UcNM2mimrNhFsaeRIjCafPgRr/KFpXg1EXwqW5bqeJXVDFt7dxk5LNDj6lmqMoqq Tr4JZDQEFUxqsjJPL+YHoCCIMnGAvGU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=bwEnF/FPGXuq79XG9BignqrXlRNLwpro95oTHBTFO Zc=; b=MxqbPXSCr+Z1zfPZg8oYbqdXQ4jZm3mviHl7ipzeSDukh6OTk8LybHTRQ E5HOz+UHVgSSEBipFbHouEYt+s0eFa5DibnrqOQyv4N/+SjkQf4Mpefsy929dze9 puxWzGMN8Jo21k35tUjgFtVEs+DekGGCSIuEh0dhOAtY7xiVhsgW54G/GxPt4/NO NwWFhHEnTIfpdPcEYdtV3wckWZG+E4CwG/+I7Roo1ooBQ6Subvn43uNNlaAGk+uY 1RUu78y545Im/YqjuBQVJ98RHi+vBgpfo7mFBKgBjkRGqCZ4Olir6O8TSdB47i/y lUvpcCcIH4CLU1qFhh1ROBMgCQKyw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrieelgddvfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 28F62E40D1; Sun, 27 Jan 2019 19:28:00 -0500 (EST) From: Thomas Monjalon To: Fan Zhang Cc: dev@dpdk.org, marko.kovacevic@intel.com Date: Mon, 28 Jan 2019 01:27:59 +0100 Message-ID: <2651981.lpnT6yVvuJ@xps> In-Reply-To: <20190124161607.41009-1-roy.fan.zhang@intel.com> References: <20190124161607.41009-1-roy.fan.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: add FIPs self test description 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: Mon, 28 Jan 2019 00:28:02 -0000 24/01/2019 17:16, Fan Zhang: > This patch updates the release note for the newly added self > test feature of FIPS validation sample application. > > Signed-off-by: Fan Zhang > --- > +* **Added self test support to FIPS validation sample application.** > + > + The FIPS validation sample application has been added the KATS self test > + functionality. The self test is meant for validating the PMD during the > + system initialization. During the test a series of security operations > + (cipher, hash, aead, etc.) are performed and checked the known answers. > + Once any result does not match the answer the PMD is uninitialized and > + removed from the system. Not sure it is significant enough to appear in the new features of DPDK.