From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A45E2A04E7; Tue, 3 Nov 2020 01:35:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 548485AAE; Tue, 3 Nov 2020 01:35:34 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 1540B5AA7 for ; Tue, 3 Nov 2020 01:35:33 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id E169AC66; Mon, 2 Nov 2020 19:35:30 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 02 Nov 2020 19:35:31 -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=fm2; bh= 8gP3CNMl7Rh3XFPTfXL96IjcHlznRibSEszpel6wlFs=; b=AzrSX0UmZdTik5sk AxBkgNF6LLMvrJA6Xzu214Iqva4DAwD5Hox+3Y4sdQc45QTN1BdP0Gr8zI952TrP 1GloqkyDolH7yl8dQH1LwwxHQ99JN8KVqX34IgfjcYYTM6UkihusjMnla4DvPTl0 eQUXPf+5oJVcaSfgsl6pH5lYEYOZD2Gae1TtDsdz5Kz/LEw4MIQ05bySJ14d4X8h RUkpkhnPrV2i5Mf1J/An8Kw+TVMsKYtovwd4xoibbX1mSbHzC6ACVZX2xlnao3Dm uAhC0a6L0Ac9TBPJ172nPq1Z4xoMJSpujCLnORcuIFdRNthxGkyOOR8wl4rivftK 5yVJlw== 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=8gP3CNMl7Rh3XFPTfXL96IjcHlznRibSEszpel6wl Fs=; b=gmttfHsWd4OItqn/RlRUNBFvl6m5+xz/pUcxNJe3zedntvKRDisOdzflC ne8XDetyfVjyFw4uK5OAW+qqdMBuoDL2uS7HbrsDUcOd0BOVLo7V1i9iypJk0+xV 8LS5NH2fZMM5Vn3keszs2b/ifHPy5hI5EDd9HsR7YZOppu5MMVs8Tg/RG2zswVyl qPVyfaN0Zi54spJrJtmz1xFDp7m1ZjgI6DXty0Xl2JswSw37HrC2lIN6FS5lTlMT i1G1Bioroh4ys62Q41mMhC0LNOXi7nU7jon8skh3MWypQIw87QxuysnL+NrAd6dv YiNBOtP26j0+r0xdhZZkTSNvtdmlg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedruddtvddgvdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 AE488328005D; Mon, 2 Nov 2020 19:35:29 -0500 (EST) From: Thomas Monjalon To: "guyk@marvell.com" Cc: dev@dpdk.org, "smadarf@marvell.com" , "dovrat@marvell.com" , "jerinj@marvell.com" , Ori Kam Date: Tue, 03 Nov 2020 01:35:27 +0100 Message-ID: <2450544.JKm65qgpNd@thomas> In-Reply-To: References: <20201020081624.25210-1-guyk@marvell.com> <20201021080332.27463-1-guyk@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] regexdev: add OOS capability definition 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > From: Guy Kaneti > > > > Add out of order scan capability to check PMD > > support for OOS. > > > > Signed-off-by: Guy Kaneti > > Acked-by: Ori Kam Applied, thanks