From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 600C5A31F3 for ; Sat, 19 Oct 2019 19:38:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 289FF1BF3F; Sat, 19 Oct 2019 19:38:05 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 8D1F51BF3E for ; Sat, 19 Oct 2019 19:38:03 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x9JHZThd026872 for ; Sat, 19 Oct 2019 10:38:02 -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=28VxlQGoHIMdTOrQ1HfZXd7XJnakX8g0OlGLoiOzhMg=; b=X0E07Urhz+s2WpCIuMZSJj3GtQXBY1EEk9rSw8Wc7K16RdE3uroO2Wb/MGvTSeJagw3m VpmGDzk4/aYaY/06XMn54In6Y6wEHzyuaJzuE9U1bVfZ86mBmsmL+lTEca+kM9s3Hq9M sjCTOdrh+iga3YNmle4aB0/TMzz+R3xhXdLYYLWzu9ANDKwqy4AgoqhgGv7R2Jz4O2QO o+N6txwGCouG/Cv9/bVDPv58v3Zpd0OvwIxsBaQCpa+lxAADPyXL7Y5B0ftOGi8hjFZi yXHTjVpb3fzOmBXnEYOd9r7dHwFaZz/b+QsAlEhpdvB7jQScXCWsPvKWJ2QD/6oeS5Zx PA== Received: from sc-exch04.marvell.com ([199.233.58.184]) by mx0a-0016f401.pphosted.com with ESMTP id 2vqyuq92yw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT) for ; Sat, 19 Oct 2019 10:38:02 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH04.marvell.com (10.93.176.84) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Sat, 19 Oct 2019 10:38:01 -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; Sat, 19 Oct 2019 10:38:01 -0700 Received: from phanendra-system.marvell.com (unknown [10.28.11.20]) by maili.marvell.com (Postfix) with ESMTP id 073813F703F; Sat, 19 Oct 2019 10:37:59 -0700 (PDT) From: To: CC: , , Phanendra Vukkisala Date: Sat, 19 Oct 2019 23:07:52 +0530 Message-ID: <1571506672-30686-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:6.0.95,1.0.8 definitions=2019-10-19_04:2019-10-18,2019-10-19 signatures=0 Subject: [dts] [PATCH] checklist: promisc mode not is supported on cavm_a064 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 4211fc9..53c5221 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2350,5 +2350,20 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "set_promiscuousmode": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "cavium_a064" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.7.9.5