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 9094EA0543; Sat, 28 May 2022 11:23:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6728540F35; Sat, 28 May 2022 11:23:15 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id A9F4340E50 for ; Sat, 28 May 2022 11:23:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653729793; x=1685265793; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=zEE/CVnOu1xL6Zk/eaqy2WUbVwqi9h3p/cExg72fty8=; b=WVwJ2fBtlYA3TrBDERIIQe2rk+qEuMozG3zn+rwWDiW+YHwDjegiyUAr 0r5EqJYzsZm1IMtZxNxF5VOlrkpTJv1S0n4qZl4smqvt60NatklyFrY32 cKEKRqTln6VBz5Q57CUmaj5yjMl3SHU8PbMbZmf9RZOGvTBOI42v4S+3B rTHe1MaAowkeU0f6Ahu4EUMIqTmHVex1keLG9ghOeo7FyBxc0ZH79X8cT luaEr3LbQTmkl6kiji21wjVOc1ux/EB7gBVIsf59SXXp4GkA9jd7lXPZB V3bVNf+xE7f4AM1kxFNIsZ5zlB4HpULYlWRb0c8qFa4jT4aWo+1bLPS95 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10360"; a="272221722" X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="272221722" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:23:12 -0700 Message-Id: <8ea9f5$ldssoc@fmsmga001-auth.fm.intel.com> Date: 28 May 2022 02:23:11 -0700 X-IronPort-AV: E=Sophos;i="5.91,258,1647327600"; d="scan'208";a="719221519" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 May 2022 02:23:11 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts] [PATCH V2 8/8] tests/vf_rss: remove ip fragment packets From: lijuan.tu@intel.com To: dts@dpdk.org,Jiale Song Cc: Jiale Song In-Reply-To: <20220525111934.106784-8-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:19:34 +0800, Jiale Song wrote: > modify the script to adapt to the change of dpdk function. > remove ip fragment packets, dpdk no longer supports ip fragment default RSS. >=20 > According to dpdk commit f8d541da518 ("net/iavf: remove support for IP frag= ment default RSS"). >=20 > Signed-off-by: Jiale Song Acked-by: Lijuan Tu Series applied, thanks