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 3D5CA41DBF; Fri, 3 Mar 2023 06:36:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 390F140EE3; Fri, 3 Mar 2023 06:36:49 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 2B22340687 for ; Fri, 3 Mar 2023 06:36:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677821807; x=1709357807; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=x6RAoGGNwi1nplTJNCrrgytVTw3lIZ35ONUYM6HUJi4=; b=K06sCKanc0NnqrS1fDwD5L6NIaUBDoKFQTt+G8YmPCUSm7tW3gWrwz9E pcOtVGiB6DbFk+jCn7zX/kz9WGYBNrt9DO4T9GXoDFCrb8BuXq1KCfo8X mbEAU6aBtO+A1gM6ZHtNrn59/ipdK9ZtLVQu9bLLz7RAXqMvzjNRpSmZK OocMfB+iA2JdBPTO8jOYdYbHP6FMzg6TbZtz7K/HqTO3PV6blbiGZj9zr jXGu6rr23YLLuNsvhZ85XDl7KUDgvSZEoX0STU3gZrJCrrHdlgNr0Wemd etFFFagAF3ci9z+0mDGORVXqJ+4CYgZzbGxfXNyF7p/lx5k67gfR+qwGk A==; X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="323256139" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="323256139" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:36:46 -0800 Message-Id: <51811d$nq378o@orsmga004-auth.jf.intel.com> Date: 02 Mar 2023 21:36:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10637"; a="799120666" X-IronPort-AV: E=Sophos;i="5.98,229,1673942400"; d="scan'208";a="799120666" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2023 21:36:45 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V2] tests/ice_dcf_switch_filter:implement VXLAN related cases From: lijuan.tu@intel.com To: dts@dpdk.org,Hongbo Li Cc: Hongbo Li In-Reply-To: <20230301113825.19042-1-hongbox.li@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: Hongbo Li Errors-To: dts-bounces@dpdk.org On Wed, 1 Mar 2023 19:38:25 +0800, Hongbo Li wrote: > There are vxlan related cases not implemented in the test plan. > This patch implements 8 vxlan cases. > > Signed-off-by: Hongbo Li Reviewed-by: Lijuan Tu Applied, thanks