From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1DC03A055A; Thu, 27 Feb 2020 04:20:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D63021BFAB; Thu, 27 Feb 2020 04:20:28 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 181AF1BF8D for ; Thu, 27 Feb 2020 04:20:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 19:20:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,490,1574150400"; d="scan'208";a="436881649" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 26 Feb 2020 19:20:25 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Feb 2020 19:20:25 -0800 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 26 Feb 2020 19:20:24 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.206]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.86]) with mapi id 14.03.0439.000; Thu, 27 Feb 2020 11:20:22 +0800 From: "He, Zhiwei" To: "Min, JiaqiX" , "dts@dpdk.org" CC: "Min, JiaqiX" , "He, Zhiwei" Thread-Topic: [dts] [PATCH v1] test_plans/vf_daemon: add vf jumbo frame test for ixgbe Thread-Index: AQHV4lmLbohcKqFc+UOXcOFsBIe2bagudL6A Date: Thu, 27 Feb 2020 03:20:22 +0000 Message-ID: <09777F12A863964D9F4AE780D4FEA3E83E74D12C@SHSMSX104.ccr.corp.intel.com> References: <20200213103058.21640-1-jiaqix.min@intel.com> In-Reply-To: <20200213103058.21640-1-jiaqix.min@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH v1] test_plans/vf_daemon: add vf jumbo frame test for ixgbe X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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" Acked by Zhiwei.he Thanks! > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Jiaqi Min > Sent: Thursday, February 13, 2020 6:31 PM > To: dts@dpdk.org > Cc: Min, JiaqiX > Subject: [dts] [PATCH v1] test_plans/vf_daemon: add vf jumbo frame test > for ixgbe >=20 > add ixgbe vf jumbo frame test case >=20 > Signed-off-by: Jiaqi Min > --- > test_plans/vf_daemon_test_plan.rst | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) >=20 > diff --git a/test_plans/vf_daemon_test_plan.rst > b/test_plans/vf_daemon_test_plan.rst > index 882e811..9a790c1 100644 > --- a/test_plans/vf_daemon_test_plan.rst > +++ b/test_plans/vf_daemon_test_plan.rst > @@ -474,3 +474,28 @@ Test Case 14: Set Vlan filter for VF from PF > VF0 can receive packet >=20 > 9. Send packet without vlan id to random MAC, check VF0 can receive pack= et > + > +Test Case 15: Ixgbe vf jumbo frame test > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > +1. Default mtu size is 1500, send one packet with length bigger than def= ault > + mtu size to VF0, such as 2000 from tester, check VF0 can't receive > +packet > + > +2. Set VF0 mtu size as 3000, but need to stop then restart port to activ= e mtu:: > + > + testpmd> port stop all > + testpmd> port config mtu 0 3000 > + testpmd> port start all > + testpmd> start > + > +3. Send one packet with length 2000 from tester to VF0, check VF0 can > +receive packet > + > +4. Send one packet with length bigger than configured mtu size to VF0,su= ch > as 4000 > + from tester, check VF0 can't receive packet > + > +5. Quit VF0 testpmd, restart VF0 testpmd, send one packet with length 20= 00 > from > + tester to VF0, check VF0 can receive packet > + > +6. send one packet with length bigger than configured mtu size to VF0, s= uch > as > + 5000 from tester, check VF0 can't receive packet > + > +notes: only x550 and x540 support jumbo frames. > -- > 2.17.1