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 6E02BA034F; Fri, 7 May 2021 08:52:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5CB9B40686; Fri, 7 May 2021 08:52:56 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 1AFDF40040 for ; Fri, 7 May 2021 08:52:54 +0200 (CEST) IronPort-SDR: LZKJ4AsBSJ3wBKvL/pjJYfq9QmFwmbHU+N5YEgXuE3hLOI2kEBUGStRjnkYHI0Aj/Af4FJJQsH whPTBQtvxx1w== X-IronPort-AV: E=McAfee;i="6200,9189,9976"; a="198747150" X-IronPort-AV: E=Sophos;i="5.82,279,1613462400"; d="scan'208";a="198747150" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2021 23:52:53 -0700 IronPort-SDR: nnjO56CqapQpvv/md7pcILmwiEfK7CYKY6Q42a/2dF1URcb0G3Bs+2t0KBLlsvOBPVzjlDmUEw 3YjlGiWSVL3w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,279,1613462400"; d="scan'208";a="434780769" Received: from fmsmsx604.amr.corp.intel.com ([10.18.126.84]) by orsmga008.jf.intel.com with ESMTP; 06 May 2021 23:52:53 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 6 May 2021 23:52:52 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Fri, 7 May 2021 14:52:51 +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; Fri, 7 May 2021 14:52:51 +0800 From: "Tu, Lijuan" To: "Xia, YanX" , "dts@dpdk.org" CC: "Xia, YanX" Thread-Topic: [dts] [PATCH V2] tests/vf_kernel: remove the NIC limitation Thread-Index: AQHXNaUypPzG3aX3VUysqCZuNkmyK6rXr8lA Date: Fri, 7 May 2021 06:52:51 +0000 Message-ID: <516208a13bb544b48f9f00c9a06ef044@intel.com> References: <20210420052624.1719-1-yanx.xia@intel.com> In-Reply-To: <20210420052624.1719-1-yanx.xia@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 V2] tests/vf_kernel: remove the NIC limitation 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" > the packet can be received when the mtu value is greater than the length = of the > packet to be sent, and it has nothing to do with NIC type, so remove the > judgment condition to adapt niantic. >=20 > Signed-off-by: Yan Xia