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 CF78941DBF; Fri, 3 Mar 2023 06:44:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C957F40EE3; Fri, 3 Mar 2023 06:44:57 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id BCF3040687 for ; Fri, 3 Mar 2023 06:44:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677822295; x=1709358295; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=1CR+vaJ1Yx+acvE623y7ToWTrltD/E3Lsck+S/8Ubjg=; b=S1k9f/bA2+4nYNPGMY4Oac3H9Aew3yfTNvei9Sa043gGTgcvUTRzEdYV dCQXgrDhzSfSP6HeNPUaZs/CuRj6fXl9iUXmkZsAF89H68QHXWYlKH2UR UvvChU29tWT0xYL55bGs/qWt0lCZyZucfiW92vXU92tuFxwG0PEAxP0ph aO0Mw25yL169Y9Ix0ICVjxZJY6ZCtNwIQitTEIIp2iLAjSrqjil/LWVZ+ lEs98hM73EVS8VHziYlOkPVgER/DEinMSc/C1ZtN2OP94UUcTAkoGMS66 l06BrT2hiFO6RecR1MYfCE/XnF1JyXlXJcIF2tMxp9GHg1+Hal4JgZ3sx w==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="337277937" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="337277937" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:44:54 -0800 Message-Id: <640464$reabtc@fmsmga006-auth.fm.intel.com> Date: 02 Mar 2023 21:44:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="920989617" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="920989617" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:44:53 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/pmdpcap: update freebsd load driver command From: lijuan.tu@intel.com To: dts@dpdk.org,Lingli Chen Cc: Lingli Chen In-Reply-To: <20230116013812.29352-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 Sun, 15 Jan 2023 20:38:12 -0500, Lingli Chen wrot= e: > update the command according to FreeBSD13.1 >=20 > Signed-off-by: Lingli Chen Applied, thanks