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 C91A04302B; Thu, 10 Aug 2023 17:41:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6AFE410FD; Thu, 10 Aug 2023 17:41:36 +0200 (CEST) Received: from mail-pl1-f171.google.com (mail-pl1-f171.google.com [209.85.214.171]) by mails.dpdk.org (Postfix) with ESMTP id EAD4740691 for ; Thu, 10 Aug 2023 17:41:34 +0200 (CEST) Received: by mail-pl1-f171.google.com with SMTP id d9443c01a7336-1bda00e7543so5002995ad.0 for ; Thu, 10 Aug 2023 08:41:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1691682094; x=1692286894; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=5a7RjeYTkhMrBbgFS56j37i/BM398+7033ATO19dWE4=; b=uQ20fhX1AUUt9pUkZhLhd/X1QqcHTFxhsjVaTSLfm7qApCKFFAWIzGMmLZ593xENlG LziQcUW63Oc7MOAJ85gTJ1mbeS6QLdNfsRPjfb5evLOCuYtF8u98U9fUUdUThuiJoOeJ 3IQQFcZ2pHqGQv8NuDiS24hCCkQvxw99AWWg7dsaUuPethqf62d8fqAxPJJxkF9++26d 97VptPgbEfc2olmOpvwrU2L6JFwwza6tC0Fm1SBzawz6j1C7OV82OvqUyh93yaX62OCD oG+7y+ubTCj7myqhrPljOl9visz3uLjms02yxJ0fv2SlBoZAyd7VkVDStFNkf2usU0S4 yJhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691682094; x=1692286894; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5a7RjeYTkhMrBbgFS56j37i/BM398+7033ATO19dWE4=; b=YvsmNXZ8nzT6skI8W69SU4xHtKymKD/e90PNGpwn8ZTHdKw/eZyqZq3pBNVTKFs+tB /ytneJtEtk9a6rg3PgoY2orkTel1TkJVG7Nn4spWtCcHGoQjIi1262R0WV17Taod97al to2K11ulJ4dp/WA6wC2lYigcXaDZ13fL0ciPKnLG9NXYTczxvT8hCzEGOV1u/js8hm7d 4+K05XIXyMCFiLEMA14ZYqGOLdy9OFEhiMXXt7+8uFQqVdiCT2OyeXhLeQxawWVGLrZ2 tVgs3U2kxO8+CEqIt7glMqBMWVWzhSiO/cG0BC3iSKgyiUY526du7kCp8h9O0pqHs+Dv TQbg== X-Gm-Message-State: AOJu0YzvSbzBZUi+gc25xgaCLQIGZIAaGSr6sXrOv7gCBAjDhKvMxEiD hLC80VzKczY0iRi1Q/dDPDz04w== X-Google-Smtp-Source: AGHT+IGazl1JYDksETKMpeo3rBBXRllFRorodnUQ4DTinD684jsd7D1pCQ9C+DRFWAPeKhE3hzBd5g== X-Received: by 2002:a17:902:f686:b0:1bb:3979:d467 with SMTP id l6-20020a170902f68600b001bb3979d467mr2763977plg.63.1691682094168; Thu, 10 Aug 2023 08:41:34 -0700 (PDT) Received: from hermes.local (204-195-127-207.wavecable.com. [204.195.127.207]) by smtp.gmail.com with ESMTPSA id y22-20020a1709027c9600b001b8a85489a3sm1914673pll.262.2023.08.10.08.41.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 08:41:34 -0700 (PDT) Date: Thu, 10 Aug 2023 08:41:32 -0700 From: Stephen Hemminger To: Srikanth Kaka Cc: Stephen Hemminger , Long Li , dev@dpdk.org, Vag Singh , Anand Thulasiram Subject: Re: [PATCH v5 09/14] bus/vmbus: open subchannels Message-ID: <20230810084132.655a7469@hermes.local> In-Reply-To: <20220423042849.7718-10-srikanth.k@oneconvergence.com> References: <20220418042915.5765-1-srikanth.k@oneconvergence.com> <20220423042849.7718-1-srikanth.k@oneconvergence.com> <20220423042849.7718-10-srikanth.k@oneconvergence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Sat, 23 Apr 2022 09:58:44 +0530 Srikanth Kaka wrote: > +/** > + * Perform IOCTL to VMBUS device > + * > + * @param device > + * A pointer to a rte_vmbus_device structure > + * @param subchan > + * Count of subchannels to open > + */ > +__rte_experimental > +int rte_vmbus_ioctl(struct rte_vmbus_device *device, uint32_t subchan); The functionality is good, but have problem with naming. The word 'ioctl' implies that this is a kernel system call but it is not. Suggest rte_vmbus_add_channels() as function name instead.