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 83CF5A0548; Wed, 15 Jun 2022 11:12:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DD4440220; Wed, 15 Jun 2022 11:12:37 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 0691D40040 for ; Wed, 15 Jun 2022 11:12:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655284356; x=1686820356; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=TW2DFK4iQTAUoyRGSViPoO6CUuFxiHV1FFWGO97naBs=; b=e7LAnrLIxY+0mBzfsuH86ZYZAV4z6gv8sqzV/smJGM+wUb8w7FUStYIL tCXF6jc7NqPUw/cuNSwOk2rRCYTd1y+t2l5dFyPbQO9BVJ48b5MhudD/B TxJYTg9iIy02h3iGDOKcFKC0vaCf4S2YxlpnRs3lGbl7vPm6i/9TwRoJW 2xIcImWOtURDhDatkGMTYkstd+vC5iNDkLab98mUHiGA9fojP/AlZm9eh XESBBfS31idUXBQI1SFsDbP4iP3PZdrinXzSzDJFsaU2JH6DXhz0N0ETq vMpOXE0bN02qpiDz5/23z/06xhiVaj0vTSVzZl8OkJThWyF3DEGI1kJzB w==; X-IronPort-AV: E=McAfee;i="6400,9594,10378"; a="365242569" X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="365242569" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:12:35 -0700 Message-Id: <8b0460$idnb1j@orsmga001-auth.jf.intel.com> Date: 15 Jun 2022 02:12:33 -0700 X-IronPort-AV: E=Sophos;i="5.91,300,1647327600"; d="scan'208";a="618376260" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2022 02:12:33 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1 2/2] tests/kernelpf_iavf: remove 2 duplicated vf jumboframe cases From: lijuan.tu@intel.com To: yuan.peng@intel.com,dts@dpdk.org,"Yu.Jiang" Cc: Yu Jiang In-Reply-To: <1654672195-6189-3-git-send-email-yux.jiang@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: "Yu.Jiang" Errors-To: dts-bounces@dpdk.org On Wed, 8 Jun 2022 15:09:55 +0800, "Yu.Jiang" wrote: > From: Yu Jiang > > VF with/without jumboframe are duplicated to vf_jumboframe suite, > so remove the two cases > > Signed-off-by: Yu Jiang Series applied, thanks