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 68C06423A1; Tue, 10 Jan 2023 08:11:43 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 43A6B40691; Tue, 10 Jan 2023 08:11:43 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 9B4F340689 for ; Tue, 10 Jan 2023 08:11: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=1673334701; x=1704870701; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=6AUsn5PfMovK+b3hehvrLPzHa/GOp+3Vl+EJaKxbEaw=; b=JMABQrY5kdNvdbogeRHTK9ER2vinDZMrUsFH3nhGZzinDp4PCZ9gT1bA +7sovu5s+DB7JLRdT7rGSw9WmL/JMSUMf0l3kbMhpH/go8bsBiQnV8odx oH33pGa+N7z2jVJKfmcuJLfcTk8S7SH2009T1oLGcd+ZGwmja6/CGbR6P faih0JALgJpKAKGCyv0Wr3tjAUGu7FmRCOhqRd1Q7dzzKpWLYRt9n0+EV By5NY7E0xHyoAm/mv5moOzsgTN/w+X6zqZ3TRQbzlUFDgB02zwKslrfZU zzxq5wngWZx9hoMUEmCAA3hVC97fb1YpPGTuWAV+sG42l4iDlB8CxmSmn w==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="310880133" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="310880133" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:11:40 -0800 Message-Id: Date: 09 Jan 2023 23:11:39 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="650275293" X-IronPort-AV: E=Sophos;i="5.96,314,1665471600"; d="scan'208";a="650275293" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jan 2023 23:11:39 -0800 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts] [PATCH V1 2/2] test_plans/ice_iavf_fdir: add sctp packets From: lijuan.tu@intel.com To: dts@dpdk.org,Song Jiale Cc: Song Jiale In-Reply-To: <20230105153936.245108-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 Thu, 5 Jan 2023 15:39:36 +0000, Song Jiale wrote: > add sctp packets to the list of packets matching rule according to testplan. > > Signed-off-by: Song Jiale Acked-by: Lijuan Tu Series applied, thanks