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 25028A32A2 for ; Fri, 25 Oct 2019 11:04:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7CF841D453; Fri, 25 Oct 2019 11:04:35 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A07F41D451 for ; Fri, 25 Oct 2019 11:04:33 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3D8C321DC7; Fri, 25 Oct 2019 05:04:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 05:04:32 -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=pRVwSYJ46VZrBIa5FWwRflqt/QtRRlmUV4RtD9WloqE=; b=WpAjWQeLnvtT ux5AcMHTcTeM8Gib3u8toiiHkqRmcMXnXZv5M3/G1z34xDZdB2s2DHulbzKruGls +bxA0+uBQ4vRMkY1LWnsnkrIsh6S9kb2HN++fDNTCEifn5GRzf7B0qQlYBegjTTz YcOTqK+tKKbh5JJve/OskGAhq53zw0I= 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=pRVwSYJ46VZrBIa5FWwRflqt/QtRRlmUV4RtD9Wlo qE=; b=jKX3ID/iG7Fi8eqL9+dqZ6F3beDvmLG89iHRMHwjf645aby0HlcLLX3Qe E96Lx+loTgOwkVsRWKrVhe8GWoc6vwqfhwV3u426Efem7olhJQyXQxEBfwDdDqqR 3MWEDQ6SxkvH3814CZePKRN7jYjWIa62ngVmlZ6IoLFMQkAlg01Tzf3dSV09lh5X Mr4VWZCrvTYm4p+FLoDaxkW5U34uPSbqRDCXLO7GsNKrHiRUPqZBFgRDutxVRf4g /gk3WGKUrVsi26EJH9is68ZRSahX0zlKwtCrj4Cr4Wb4nFjEt9nFa3n+we0hx2nV UhlIpl/HLRDz0eEeY4F0EUSfDs8iw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgdduvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 73BB5D6005E; Fri, 25 Oct 2019 05:04:30 -0400 (EDT) From: Thomas Monjalon To: Xiaoyun wang Cc: dev@dpdk.org, ferruh.yigit@intel.com, xuanziyang2@huawei.com, shahar.belkar@huawei.com, luoxianjun@huawei.com, tanya.brokhman@huawei.com, zhouguoyang@huawei.com Date: Fri, 25 Oct 2019 11:04:29 +0200 Message-ID: <3132279.UUhj1LE9ar@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/19] Add advanced features for Huawei hinic pmd 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" 10/10/2019 16:51, Xiaoyun wang: > This patch set adds advanced features for Huawei hinic pmd, > such as VLAN filter and VLAN offload, SR-IOV, FW version get, > set link down and up, Flow director for LACP, VRRP, BGP and so on. If I understand well, this series is implementing some deprecated APIs (flow director, ethertype, ntuple filters). Please make sure all your features are supported with rte_flow API. The legacy filter API should be removed during 2020.