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 8AF9FA0613 for ; Wed, 31 Jul 2019 00:21:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6E4581BF53; Wed, 31 Jul 2019 00:21:23 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id DE4811BF53; Wed, 31 Jul 2019 00:21:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 809F321EAF; Tue, 30 Jul 2019 18:21:21 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 18:21:21 -0400 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=itXAVyFjAMwNC88d8vyTYSxNEdsCfpOFgFClyVd974g=; b=ceZHVW//vMvx j3CF2uA5IV0bHImRdlz1S265F8sbPcfbN05gp59/mVprq84SUlpvJ7VEbbP/MZbd Uiu69GLwrQz8W1HNzXPJsP1LIpgojjcgkImPnS+1ZNk7nqw2bINeWx8L3ZzZwGtS Ba0NRxOcSQPRSkbkGdkqnpsIroQeirs= 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=fm3; bh=itXAVyFjAMwNC88d8vyTYSxNEdsCfpOFgFClyVd97 4g=; b=Tw8EqBRqZuGOwwfOL95E2wJb/Fb6oaxpm66TG/rE6Ho6h6u7onHQ3ld2r goq1LmVW9pkFIWDOehodpp6fr3uiPpfQDqFIRpfOpHA6rCCN0k37tqYSmNlXDUz1 x1Yh6HvQLJCbaAJzjLY5fj08VytsA/UbcXioSrYOHqyJJZAoeOLOBqHF8qvUFKFZ BXmaWjROaPt+Y4KUSoEYFxdoPyLtgeiXd8J34uaL6y7NCc4jWRA+BcPEWMVQLVj5 iyF5eQeoFM42Tg0qMAEjd/hlElRkyakKYqtPfN4tP7sKanTgzULGD07McnnImVjC 6nADhLe3oY8Z+Co5We0VXQStRQAoA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleeggddutdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 E07C9380088; Tue, 30 Jul 2019 18:21:19 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Matan Azrad , Shahaf Shuler , John McNamara , Marko Kovacevic , Yongseok Koh , Slava Ovsiienko , "stable@dpdk.org" Date: Wed, 31 Jul 2019 00:21:18 +0200 Message-ID: <30098069.a80XJoDPsI@xps> In-Reply-To: References: <20190730150621.25177-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: update features supported by mlx 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 30/07/2019 18:32, Matan Azrad: > From: Thomas Monjalon > > Flow control was not documented as a supported feature since the first fill of > > features matrix for mlx drivers. > > > > Flow API and CRC offload flag support in mlx4 were missing in the feature > > matrix when they were implemented (see below commits). > > > > Fixes: 46d5736a7049 ("net/mlx4: support basic flow items and actions") > > Fixes: ce07b1514d59 ("net/mlx4: fix CRC stripping capability report") > > Fixes: e86b85ca757b ("doc: fill nics features matrix for mlx") > > Cc: stable@dpdk.org > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Matan Azrad Applied