From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 69605A034D;
	Wed,  5 Jan 2022 15:00:35 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id E907941141;
	Wed,  5 Jan 2022 15:00:32 +0100 (CET)
Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com
 [67.231.148.174])
 by mails.dpdk.org (Postfix) with ESMTP id 92B7D41140
 for <dev@dpdk.org>; Wed,  5 Jan 2022 15:00:31 +0100 (CET)
Received: from pps.filterd (m0045849.ppops.net [127.0.0.1])
 by mx0a-0016f401.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 205CCDb6030899;
 Wed, 5 Jan 2022 06:00:30 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;
 h=from : to : cc :
 subject : date : message-id : in-reply-to : references : mime-version :
 content-transfer-encoding : content-type; s=pfpt0220;
 bh=MBpRNMc8J5qapEe+T/vfAzmvSIuAZo1DaauAqIv9y4o=;
 b=Ec88lbJtlPFkbc0EfKV7k9iiQtQHd3zu5QPMv74hBkwK7xZm0ECCVCtKo3yxAs22PJQD
 Du4JgNsRZc5U0L1HivXocPvFtibYblT0BFgInKO1OnuK8W9FtKQUuba4Hg5OOCr4Cutn
 zEIVOxsgH8IwYurAzFpV/1u/xw3gjoUZOQW4GAj/7zjj+BaVOUc/vzny2Zo2/qeRxfse
 TMBcdlRyxaIJXMaWoqoHPzUQ2yorBnrfvpK5SEtQSqLt6Z3yOT5IOK+WYHKnydhSQNv+
 nfbo8A/n9d5T3cfqTaomSsoUNcqNblA7nnBIm4F4w0VjXiWnw1hTl8I5+4IxwAHRz3cb pw== 
Received: from dc5-exch01.marvell.com ([199.233.59.181])
 by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3dd214x104-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Wed, 05 Jan 2022 06:00:30 -0800
Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com
 (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.2;
 Wed, 5 Jan 2022 06:00:29 -0800
Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com
 (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend
 Transport; Wed, 5 Jan 2022 06:00:29 -0800
Received: from localhost.localdomain (unknown [10.28.34.39])
 by maili.marvell.com (Postfix) with ESMTP id E47D83F7072;
 Wed,  5 Jan 2022 06:00:27 -0800 (PST)
From: Tomasz Duszynski <tduszynski@marvell.com>
To: <dev@dpdk.org>
CC: <thomas@monjalon.net>, <jerinj@marvell.com>, Tomasz Duszynski
 <tduszynski@marvell.com>
Subject: [PATCH v4 02/11] raw/cnxk_gpio: support reading default queue conf
Date: Wed, 5 Jan 2022 15:00:11 +0100
Message-ID: <20220105140020.1615256-3-tduszynski@marvell.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <20220105140020.1615256-1-tduszynski@marvell.com>
References: <20211213081732.2096334-1-tduszynski@marvell.com>
 <20220105140020.1615256-1-tduszynski@marvell.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
X-Proofpoint-GUID: QVHqFsEDDwJ9uT448yM1JaTnYqvW0sqe
X-Proofpoint-ORIG-GUID: QVHqFsEDDwJ9uT448yM1JaTnYqvW0sqe
X-Proofpoint-Virus-Version: vendor=baseguard
 engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513
 definitions=2022-01-05_03,2022-01-04_01,2021-12-02_01
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Add support for reading default queue configuration.

Signed-off-by: Tomasz Duszynski <tduszynski@marvell.com>
---
 drivers/raw/cnxk_gpio/cnxk_gpio.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/drivers/raw/cnxk_gpio/cnxk_gpio.c b/drivers/raw/cnxk_gpio/cnxk_gpio.c
index 881615d62e..f80788f7fb 100644
--- a/drivers/raw/cnxk_gpio/cnxk_gpio.c
+++ b/drivers/raw/cnxk_gpio/cnxk_gpio.c
@@ -138,7 +138,26 @@ cnxk_gpio_read_attr_int(char *attr, int *val)
 	return 0;
 }
 
+static int
+cnxk_gpio_queue_def_conf(struct rte_rawdev *dev, uint16_t queue_id,
+			 rte_rawdev_obj_t queue_conf, size_t queue_conf_size)
+{
+	unsigned int *conf;
+
+	RTE_SET_USED(dev);
+	RTE_SET_USED(queue_id);
+
+	if (queue_conf_size != sizeof(*conf))
+		return -EINVAL;
+
+	conf = (unsigned int *)queue_conf;
+	*conf = 1;
+
+	return 0;
+}
+
 static const struct rte_rawdev_ops cnxk_gpio_rawdev_ops = {
+	.queue_def_conf = cnxk_gpio_queue_def_conf,
 };
 
 static int
-- 
2.25.1