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 EA4E2427EB; Tue, 28 Mar 2023 02:55:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E40F540EDF; Tue, 28 Mar 2023 02:55:31 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id EA7B040A87 for ; Tue, 28 Mar 2023 02:55:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679964931; x=1711500931; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3RIFZYYgA0FOE/7nr51r752UQscRUVRnxIiCzsrtAE0=; b=B4k+NiQL5RYCBtJFTETGD7/f6rWyhtIEQ6iSUKwUL8zYbMmCk5Elnr2w ViK7vVYsYbI6rfFfj1VKXn/9rXJhTHsbLXBufRUqICtHlJCvfBnO2XJqY yzN22caXfD0IxxvHh7YHIw3tywTe6Sii9fEOPhBRdS28BvIUs5yyxV6Ap twWwP/xg94e2W0ZMELYnpXaB1o3uDzb997VySZQlLxH63bPh2nTE+gekZ ZZ7J+O+nYuWIaNK4kpvMSQ+/uYFclhEeL6qur2k/3Rve8EIFyjVLPi/0w nb9i5qgFuy0SI987pyBmo3fBiWuPowKc0MRfJwiugjULW3MIJ+T/fSd2N Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="320086372" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="320086372" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:55:30 -0700 Message-Id: Date: 27 Mar 2023 17:55:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="827254353" X-IronPort-AV: E=Sophos;i="5.98,295,1673942400"; d="scan'208";a="827254353" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2023 17:55:29 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/packet_capture: add support on ice From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: zhiminx.huang@intel.com,Lingli Chen In-Reply-To: <20230317072029.21782-1-linglix.chen@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Lingli Chen Errors-To: dts-bounces@dpdk.org On Fri, 17 Mar 2023 03:20:29 -0400, Lingli Chen wrot= e: > add support driver ice and support target clang >=20 > Signed-off-by: Lingli Chen Applied, thanks