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 6D25742C4C; Wed, 7 Jun 2023 10:00:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6989540ED5; Wed, 7 Jun 2023 10:00:31 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 3556040698 for ; Wed, 7 Jun 2023 10:00: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=1686124830; x=1717660830; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=3QuXFMJBlX7/wYo/BRxkSpacwHekQtYSB12TYLChHt4=; b=JQXLV7U+Ad8Xv8SG3roqL5n9Z1EewjBgyT8YczF/ZQZ8SlpBMWUQ3sRr avNjOd826LM2vNppiw2OahI4SvgNfA/NZHoHBptLxSecczoMy59ClQR88 5FDhOjrhr2gZPcNH0lK+RwLBrzIJbCQ3NYUMFn6VvuVrdH1V7wIGAsEfe Q7oeQVWfhokTwQq/RrwO5J3/DFGG1FS0jtPJo+5T6rlSkkL8ATRznt/KI HkVY4oyVnOGTqFU3ydqH1EH6wi5sx+RS2DKS4Tb1lkd+7s/A0ptDBM7ac TQChUA4y3yuahCGWNMvcTJ9NmX2nK+qJQlIT4/l3j2nBWH1PZmUzgzzag w==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="443284957" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="443284957" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 01:00:29 -0700 Message-Id: Date: 07 Jun 2023 01:00:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="739112647" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="739112647" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2023 01:00:27 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1] tests/ip_pipeline: optimize scripts to support ICE NIC From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20230607144229.585662-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, 7 Jun 2023 22:42:28 +0800, Jiale Song wrote: > the pf of ICE NIC will not forward packets whose destination mac is its > own mac address, so it is necessary to modify the destination mac of the > packets. > > Signed-off-by: Jiale Song Applied, thanks