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 C2DDDA0548; Wed, 15 Jun 2022 11:20:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB99F40220; Wed, 15 Jun 2022 11:20:38 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D1B3B40040 for ; Wed, 15 Jun 2022 11:20:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655284838; x=1686820838; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=/Fp1NwsGev6nH7XyGbC7O50rcr5U9D0EiisrST//kIs=; b=F43yS7GqjxjqQivQ/nXEpUa1OSPohKIEQxcL29nFl8zIhCA2V4blb32D 0z6xHyPMtAsi15o5Z5xEW1ZlZwD1yzpUsW7uk/niX9OFJK5LtHWvbzBsQ qzeYYcl9jQLWg/c923iw4jcYZrAKQK/dwApYziKRDhjjWoTNyRD1w24w9 9DZkUw5KLg+rJC0gl6eUxj00WhUzS6pLSqLkzL+/MMKMVt8Wbj216MOAr JWqFWpytP4sTJ1s+AbslQ6GIoyZ7etGruMe+IstCqw4ybbzqyNGWQXjij nDiDf/GKPjalc86vsJPDwjMPqRQJsm1+AzABBghbVLMLRxmFD5fzLtfO+ Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="267583249" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="267583249" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:20:36 -0700 Message-Id: Date: 15 Jun 2022 02:20:35 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="589009927" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:20:35 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2] tests/ice_dcf_date_path: turn off promisc mode From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220525112143.106983-1-songx.jiale@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: Jiale Song Errors-To: dts-bounces@dpdk.org On Wed, 25 May 2022 19:21:43 +0800, Jiale Song wrote: > DCF already supports promise mode, and it is started by default. > promisc should be turned off during the test. >=20 > According to dpdk commit cdfbcfa110a ("net/ice: support DCF promiscuous con= figuration") >=20 > Signed-off-by: Jiale Song Applied, thanks