From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8971BA00E6 for ; Thu, 13 Jun 2019 14:36:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4AA311D404; Thu, 13 Jun 2019 14:36:33 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id A4C701D3E1 for ; Thu, 13 Jun 2019 14:36:31 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x5DCS1tA010400 for ; Thu, 13 Jun 2019 05:36:30 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=pfpt0818; bh=4FwiKUDsoAI0/bHCb0e8D/xqZwDjC5Knx0On1DB+xOs=; b=HvKZHFCotKR7h5WzgWdaq3KbvOmMaakoTccSXRUg5kBPx+rwPTevg/mrJwm1+CVYWEBc CpJrlu45zCFlUKR2iPPAn+UJLqXWPwGTR8W078ZXLhxgRdJ2YSX9G7nwV/Ub594sbipe w1szccJg/IaBuuAI/4LkDG9jc2ZcBKHkNrjvuP7S5pJdXAJgqIfJuUe+v6fnCUHLSkEN EhhO3Uy0bbwOMjlUeksj6zrmvgWnHWnSEdmgsmSnXqovnpKDIHu5LlxspPc6OczrC4s2 YkDsd78wuFGf3dPOdm5IysTgpoTtjfVxbRosW2FIfp8ZBwIuIFaYn3vCVTBkp8GOqjhr 5A== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0b-0016f401.pphosted.com with ESMTP id 2t3hvps0w9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Thu, 13 Jun 2019 05:36:30 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 13 Jun 2019 05:36:29 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 13 Jun 2019 05:36:29 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id 364BA3F7045; Thu, 13 Jun 2019 05:36:28 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Thu, 13 Jun 2019 18:06:14 +0530 Message-ID: <1560429374-14062-1-git-send-email-pvukkisala@marvell.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-13_08:, , signatures=0 Subject: [dts] [PATCH] test_case_checklist: Flow control not support on cavium device X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" From: Phanendra Vukkisala Signed-off-by: Phanendra Vukkisala --- conf/test_case_checklist.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 5ce0273..59062bd 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2251,5 +2251,20 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "flow_director_rss_rule_combination": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a063" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.7.9.5