From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D287AA0A0C; Thu, 22 Jul 2021 17:22:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5FEB24014E; Thu, 22 Jul 2021 17:22:45 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id DE4A34014D for ; Thu, 22 Jul 2021 17:22:44 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 674455C00F8; Thu, 22 Jul 2021 11:22:44 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 22 Jul 2021 11:22:44 -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=fm1; bh= JaWaTnBtTxk+OS9EG/5NmNANwxX7Dx/TAwSSODviCPw=; b=Hpx8lgZ4ZECOag2q BzK+WtR078fhpAn1xZcQRCQJRWMRuAFYmL+wNVHbX9a0s9aKAKiEEuae2egGsvJF v27bJV7V+WcfHtYLu0JdAzL4UFqe1CyjKTYWBlsztpQk+oAbB0lA/PTL0HrCGWGs 9TqC8Sm2lceO4PTNkRBWlmKKAV8JNFM2BB0kcKGJ4VZO3D2OOKNebGAfN0bmpfty oxlA9vnZo100qorcbFmlUBI/aq1M6dOTsrGE8to1jk8hhi4GH8jy7YBHqHcx8b3C OQLc3+pfm0pXjyEjMGOgIjQxIZyfqHT6Jh+2Zdh10pV1MxFx+NrdoT9IKIbZHmTr 6XUQmQ== 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=JaWaTnBtTxk+OS9EG/5NmNANwxX7Dx/TAwSSODviC Pw=; b=j2mZfF9B8m1ZXXSSFJCelidF0pYH/0g8bTiJB0A1OYTvHAX1YclI4XGZW 2aJiH8g2T5cr+8PeWtTsUZry9lNzknaH3zon50rxKWRu0dlOe4yBoiX9cem0aWAh BaHHbpQIiQiHp1royR96VpNk9j2b5SdjbgGUVu2hIaQxazb+Wq12umvhnB6sjob3 v84TF9IOeOGVWqIgg0Jfp+Mq06Mp2xf3D4u6BZ12fp7BP/bk5dVI5RExw/zPNtLd 8gx6GlBbIKmBgj3ufTNMMwTRsiHlLRWhVnnAhVbChQAc9xAdxQpXtysmPXprcStT wcxpX5V07LaRTuG+Y98aJ+4GskJhQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeigdekfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 22 Jul 2021 11:22:42 -0400 (EDT) From: Thomas Monjalon To: Liang Ma , Liang Ma Cc: dev@dpdk.org, Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko Date: Thu, 22 Jul 2021 17:22:59 +0200 Message-ID: <1662165.qGF4FAl0HT@thomas> In-Reply-To: <20210718102916.1561-1-liangma@liangbit.com> References: <20210718102916.1561-1-liangma@liangbit.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 18/07/2021 12:29, Liang Ma: > From: Liang Ma > > rte prefix header should be exported in meson.build > > Fixes: 23f627e0ed28 (net/mlx5: add flow sync API) Fixes: efa79e68c8cd ("net/mlx5: support fine grain dynamic flag") Cc: stable@dpdk.org > Signed-off-by: Liang Ma Applied with some rewords, thanks.