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 E38EEA0503; Wed, 18 May 2022 10:58:24 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B81F240156; Wed, 18 May 2022 10:58:24 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 6C5F9400D6 for ; Wed, 18 May 2022 10:58:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652864303; x=1684400303; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=Y23UeWWVytMJn1VYmT9yksSCMb2Ml+P8PRYEWo5+iSc=; b=UZhfzgYcmejx+jtI/by0ZSTGpriEw6Emnx2RZdcT4M8jIl8sP5+f7NiA GGgpFGp3pkd0XCy32f450Ul45BQsbBxMeB4O/DVl3apkdTSAZFLn7LaHh hPL0x3MzaNyX6UvopSjPXt6Vxg9tQeYD+wllkH5eFzSjiW1uS+HT6RZae LCerzrczlMONHsQJLVOSt/xV3vTw0HOAfY5f74SZiU/K/Vff6lV3jVlWH T2VISRSJPW8glLYZ49jmK4gr/Z14qHeWW85Ien0uDzqmyhIHUdEx5A0Pb S0Nh8JyMWr5OxeOvEkIYSQiuLl8lHodPqnbpO4M2ygaolfS20522VDDJl g==; X-IronPort-AV: E=McAfee;i="6400,9594,10350"; a="251461919" X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="251461919" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 01:58:22 -0700 Message-Id: <003cea$hpvdhi@orsmga008-auth.jf.intel.com> Date: 18 May 2022 01:58:20 -0700 X-IronPort-AV: E=Sophos;i="5.91,234,1647327600"; d="scan'208";a="597669443" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.208]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2022 01:58:20 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [PATCH] test_plans/af_xdp_test_plan: Remove af_xdp test plan From: lijuan.tu@intel.com To: dts@dpdk.org,Ciara Loftus Cc: Ciara Loftus In-Reply-To: <20220511085012.15632-1-ciara.loftus@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: Ciara Loftus Errors-To: dts-bounces@dpdk.org On Wed, 11 May 2022 08:50:12 +0000, Ciara Loftus wro= te: > This test plan does not have a corresponding implementation in the tests > directory so it should be removed. >=20 > Signed-off-by: Ciara Loftus Acked-by: Lijuan Tu Applied, thanks