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 061AD423C0; Fri, 13 Jan 2023 09:17:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E407D410EF; Fri, 13 Jan 2023 09:17:43 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 14746410D4 for ; Fri, 13 Jan 2023 09:17:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673597862; x=1705133862; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=HLlMBUr+gftzH2iqKKUcVsy9GYwq7Zh2f44RPakEvqg=; b=CJoCyO16qr/YuLb0j27hNUe3FhfTSYVuaivzKcxvBi5qZL7I2k0Xhrcx 2Z/jMSN7KuO7rT6Ds0okA0Ug7hR6tCh/sJGDgRUHm7tE5QOaJy0Jh4dka o1IkwfqoktglIfcAlarWmfypUXlNbfETFNppsZL8jU1blpJPZUxsEjzcH KAva56VQh+70QvZKzAFozEVDovrBQJqkxudafEGtC7A+IyTyWKERKcJto 6SXUWEEFKM5uUW+8mmZ4wx6UVisD3TBF9Jxf2ZbzdLh+NLpGgmMaJ4EzS WbPYOHloPOfAXj5ZwMJa2Y77aOVbdMSkzXX9rlOrezOTxdQBRb+jQLrQx A==; X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="307490505" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="307490505" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 00:17:39 -0800 Message-Id: <649fab$lg0j3g@fmsmga008-auth.fm.intel.com> Date: 13 Jan 2023 00:17:37 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10588"; a="721439873" X-IronPort-AV: E=Sophos;i="5.97,213,1669104000"; d="scan'208";a="721439873" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2023 00:17:37 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] test_plans/*interrupt_pmd: transfer test cases From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230113135015.1317296-2-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: Song Jiale Errors-To: dts-bounces@dpdk.org On Fri, 13 Jan 2023 13:50:15 +0000, Song Jiale wrote: > transfer pf cases from vf_interrupt_pmd suite to interrupt_pmd suite. > cases list: > test_nic_interrupt_PF_vfio_pci > test_nic_interrupt_PF_igb_uio > > Signed-off-by: Song Jiale Reviewed-by: Lijuan Tu Series applied, thanks