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 42D3AA054F; Mon, 15 Mar 2021 08:19:55 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2D9DD4068B; Mon, 15 Mar 2021 08:19:55 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 3AC574003C for ; Mon, 15 Mar 2021 08:19:52 +0100 (CET) IronPort-SDR: /1TCZHm/oVXmmf/hLSfGLQgsIiqE9obPf8JhqaPZYehVJdtBE5wuR7o729Kc/YfVGoKVbrjw0Q dmopJqk6nEoQ== X-IronPort-AV: E=McAfee;i="6000,8403,9923"; a="253063404" X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="253063404" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Mar 2021 00:19:50 -0700 IronPort-SDR: rcUSycBb8Yf+8H8PePp0+Rj4VYRTKavErYZ/6Kuby6/gXlKtNechArIu8xOW825uwWzt70kSVd +TprqXWe4Fwg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,249,1610438400"; d="scan'208";a="604753294" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga005.fm.intel.com with ESMTP; 15 Mar 2021 00:19:50 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 15 Mar 2021 00:19:49 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Mon, 15 Mar 2021 15:19:47 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Mon, 15 Mar 2021 15:19:47 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/softnic: set mac mode for CVL nic Thread-Index: AQHXFuX9iTGz1RwQME6GwnJbp0LQKaqEqU+g Date: Mon, 15 Mar 2021 07:19:47 +0000 Message-ID: <9e1d8afdbd614c759bdb8924ec11beec@intel.com> References: <20210312104316.16332-1-weix.xie@intel.com> In-Reply-To: <20210312104316.16332-1-weix.xie@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/softnic: set mac mode for CVL nic 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" > if don't set fwd mode, it is io fwd by default. > but for CVL nic, if the dst mac of send packet is its own, the packet can= not be > forwarded, so the packet can't be captured by tcpdump. > so set mac mode for CVL nic. >=20 > Signed-off-by: xiewei Applied.