Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2149678ybl; Thu, 29 Aug 2019 04:22:24 -0700 (PDT) X-Google-Smtp-Source: APXvYqwbgLRKaaAHcWotWJncaraBpt0n+mzrK9LUdUjB/4DkZ0B7+Dm7pxRumI/vjewtc5YGcZ/t X-Received: by 2002:a62:1d8a:: with SMTP id d132mr10729671pfd.187.1567077744069; Thu, 29 Aug 2019 04:22:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567077744; cv=none; d=google.com; s=arc-20160816; b=fOj5mw2X2yxB1+otf/hBcusLA5FDmY0vXSdEYyxLns2ZbZPbiUQStMuVRIwbYNw7QU kpLNTcPBTeETaM80OSFAGadn7zMs72F35a4pniWH1Amq3QqcIcSVZLRZ7VJHGI+7e0c5 W0sP03f7FBSR9KEGO4b2hJhiegcn19pwgh9CoCXYjf7xjMCSBLskR7j7kBGPHY9ya6Jo QOW/wCtfIs1eS0CUE3wxm75jQUAl+S5cI1mGRYLHmna4nuHB1G4PcCFTff5zQA0/V2HB Wb59dZX3q6OmYHYk03LX+nGVYCp7z5g7T11kp3fi7kSw03uZ8DNW4kzsxhkuL4gW1OCP DDzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=QqdoDdfH2dxzUTO10e6IMWQyFPoEfabOmpijpUANoSs=; b=silLn5s2AjxGAO6Htx/FREGvviXSCwrWdZ5jVOPBsophKwbszwqYAkHA5ietAj4kKA 4RtIUpW1XiyJi5aC4fF0nnqA7KWfZU+VcJlcYfdCgTpc23bZTAhGrwurndS64Sl1Xzne 9NiNRQN7VXOvxWZJqaT+Py7PYiQCIbiXd7tWV/G1bZnMy4BwPEUOuC0ttAWriYlH7nLy NtlEeo7VcfT3L+MZkykluJELA7TbZzo/0jr1v24syaorh1SLbBwmaKKMAm/tFkj8FTEx ZFUhOe2t9zGioseyGHRima5DCQXHVxJ1EQ6tjiQaXIKlSr/Tk7u1/bXEC6YRoalEvDx7 DQDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y1si1722933pgg.490.2019.08.29.04.22.08; Thu, 29 Aug 2019 04:22:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=mellanox.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728137AbfH2LTR (ORCPT + 99 others); Thu, 29 Aug 2019 07:19:17 -0400 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:43721 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728084AbfH2LTP (ORCPT ); Thu, 29 Aug 2019 07:19:15 -0400 Received: from Internal Mail-Server by MTLPINE1 (envelope-from parav@mellanox.com) with ESMTPS (AES256-SHA encrypted); 29 Aug 2019 14:19:11 +0300 Received: from sw-mtx-036.mtx.labs.mlnx (sw-mtx-036.mtx.labs.mlnx [10.12.150.149]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x7TBJ8v1020002; Thu, 29 Aug 2019 14:19:09 +0300 From: Parav Pandit To: alex.williamson@redhat.com, jiri@mellanox.com, kwankhede@nvidia.com, cohuck@redhat.com, davem@davemloft.net Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Parav Pandit Subject: [PATCH v2 0/6] Introduce variable length mdev alias Date: Thu, 29 Aug 2019 06:18:58 -0500 Message-Id: <20190829111904.16042-1-parav@mellanox.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190826204119.54386-1-parav@mellanox.com> References: <20190826204119.54386-1-parav@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To have consistent naming for the netdevice of a mdev and to have consistent naming of the devlink port [1] of a mdev, which is formed using phys_port_name of the devlink port, current UUID is not usable because UUID is too long. UUID in string format is 36-characters long and in binary 128-bit. Both formats are not able to fit within 15 characters limit of netdev name. It is desired to have mdev device naming consistent using UUID. So that widely used user space framework such as ovs [2] can make use of mdev representor in similar way as PCIe SR-IOV VF and PF representors. Hence, (a) mdev alias is created which is derived using sha1 from the mdev name. (b) Vendor driver describes how long an alias should be for the child mdev created for a given parent. (c) Mdev aliases are unique at system level. (d) alias is created optionally whenever parent requested. This ensures that non networking mdev parents can function without alias creation overhead. This design is discussed at [3]. An example systemd/udev extension will have, 1. netdev name created using mdev alias available in sysfs. mdev UUID=83b8f4f2-509f-382f-3c1e-e6bfe0fa1001 mdev 12 character alias=cd5b146a80a5 netdev name of this mdev = enmcd5b146a80a5 Here en = Ethernet link m = mediated device 2. devlink port phys_port_name created using mdev alias. devlink phys_port_name=pcd5b146a80a5 This patchset enables mdev core to maintain unique alias for a mdev. Patch-1 Introduces mdev alias using sha1. Patch-2 Ensures that mdev alias is unique in a system. Patch-3 Exposes mdev alias in a sysfs hirerchy. Patch-4 Introduces mdev_alias() API. Patch-5 Updated sysfs documentation Patch-6 Extends mtty driver to optionally provide alias generation. This also enables to test UUID based sha1 collision and trigger error handling for duplicate sha1 results. [1] http://man7.org/linux/man-pages/man8/devlink-port.8.html [2] https://docs.openstack.org/os-vif/latest/user/plugins/ovs.html [3] https://patchwork.kernel.org/cover/11084231/ --- Changelog: v1->v2: - Corrected a typo from 'and' to 'an' - Addressed comments from Alex Williamson - Kept mdev_device naturally aligned - Added error checking for crypt_*() calls - Moved alias NULL check at beginning - Added mdev_alias() API - Updated mtty driver to show example mdev_alias() usage - Changed return type of generate_alias() from int to char* v0->v1: - Addressed comments from Alex Williamson, Cornelia Hunk and Mark Bloch - Moved alias length check outside of the parent lock - Moved alias and digest allocation from kvzalloc to kzalloc - &alias[0] changed to alias - alias_length check is nested under get_alias_length callback check - Changed comments to start with an empty line - Added comment where alias memory ownership is handed over to mdev device - Fixed cleaunup of hash if mdev_bus_register() fails - Updated documentation for new sysfs alias file - Improved commit logs to make description more clear - Fixed inclusiong of alias for NULL check - Added ratelimited debug print for sha1 hash collision error Parav Pandit (6): mdev: Introduce sha1 based mdev alias mdev: Make mdev alias unique among all mdevs mdev: Expose mdev alias in sysfs tree mdev: Introduce an API mdev_alias mdev: Update sysfs documentation mtty: Optionally support mtty alias .../driver-api/vfio-mediated-device.rst | 5 + drivers/vfio/mdev/mdev_core.c | 142 +++++++++++++++++- drivers/vfio/mdev/mdev_private.h | 5 +- drivers/vfio/mdev/mdev_sysfs.c | 26 +++- include/linux/mdev.h | 5 + samples/vfio-mdev/mtty.c | 13 ++ 6 files changed, 186 insertions(+), 10 deletions(-) -- 2.19.2