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 68B06A034E; Thu, 17 Feb 2022 17:12:37 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2DC6341223; Thu, 17 Feb 2022 17:11:06 +0100 (CET) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by mails.dpdk.org (Postfix) with ESMTP id C63EA40042 for ; Thu, 17 Feb 2022 17:07:11 +0100 (CET) Received: by mail-pf1-f193.google.com with SMTP id y5so69019pfe.4 for ; Thu, 17 Feb 2022 08:07:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oneconvergence.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=4Ilcu36nFwGfc+8l98q4WNYj2Fam9vxsjwta/vaODbU=; b=COaOU3ZjbW1WL987QQt74+zLkYyeSRHzerqg7H1nkxmx96pqjz3WHZeLOlEAXln+dc b/KvxDRlXqmS8n3sqTcCEJ6QeOiwq7VDgdUNF4EdzNH/aSCiB0XKd4VBwoQvi0geGb+B WviBN/RWL6MIP4dWe5JgxEFO8AGud7uXgbKZk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4Ilcu36nFwGfc+8l98q4WNYj2Fam9vxsjwta/vaODbU=; b=kBRA9MjconfFEGtDdijEMK7jKVoLyqg8Auhe9yIxmL2CcTgO0GtSMIi7phUr0iFFTk qBRFbefGrhUVguPskkCW8Th9WmZLV2r2h8c97cPkMPrtIqpYVyy3GI4fkuKIpXBS7TAE ZfbjCfAosZvP00AgOQuNpganFjqjYSe95IMH7f3G0oIsWigF+nf77BWLQuJwAdWs3owu j91utPFEPy1daqBKSCP2dsGhrCd8wFhMR3qo3KOba4hSzbBnnK/ipM7CC34XVThozVMA skzN79zzXo+LIkZFp7VcbhDsdyOuMX6HOg2Af8ENnqhJapOM9TyzsgZ8QMZeHpxJzF6s ygOA== X-Gm-Message-State: AOAM530Q6CZ3R57NUZiXDVWRgQyEjomHchdVv3Q64t0O1twfW5t3l7fx 7U/ugmT7jK+LKZnkG4Ok3ML4wg== X-Google-Smtp-Source: ABdhPJwzV7U09+Bg7D4terTD96umEg7LFjRTCe+hPMz25G/7P7egYXZlVZNXX/pVOqUk2Tgj1fkjbQ== X-Received: by 2002:a05:6a00:ac6:b0:4e0:bd8:591a with SMTP id c6-20020a056a000ac600b004e00bd8591amr3504855pfl.70.1645114030901; Thu, 17 Feb 2022 08:07:10 -0800 (PST) Received: from srikanth-ThinkPad-T450.. ([49.37.144.122]) by smtp.gmail.com with ESMTPSA id z14sm47807pfh.173.2022.02.17.08.07.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Feb 2022 08:07:10 -0800 (PST) From: Srikanth Kaka To: sthemmin@microsoft.com, longli@microsoft.com Cc: dev@dpdk.org, vag.singh@oneconvergence.com, avelu@juniper.net, Srikanth Kaka Subject: [PATCH v3 15/15] bus/vmbus: update MAINTAINERS and docs Date: Thu, 17 Feb 2022 21:36:13 +0530 Message-Id: <20220217160613.70161-16-srikanth.k@oneconvergence.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220217160613.70161-1-srikanth.k@oneconvergence.com> References: <20210927134231.11177-1-srikanth.k@oneconvergence.com> <20220217160613.70161-1-srikanth.k@oneconvergence.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 17 Feb 2022 17:10:51 +0100 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 updated MAINTAINERS and doc files for FreeBSD support Signed-off-by: Srikanth Kaka Signed-off-by: Vag Singh Signed-off-by: Anand Thulasiram --- MAINTAINERS | 2 ++ doc/guides/nics/netvsc.rst | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d5cd0a6c2f..03bafd5b9b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -566,6 +566,7 @@ F: app/test/test_vdev.c VMBUS bus driver M: Stephen Hemminger M: Long Li +M: Srikanth Kaka F: drivers/bus/vmbus/ @@ -823,6 +824,7 @@ F: doc/guides/nics/vdev_netvsc.rst Microsoft Hyper-V netvsc M: Stephen Hemminger M: Long Li +M: Srikanth Kaka F: drivers/net/netvsc/ F: doc/guides/nics/netvsc.rst F: doc/guides/nics/features/netvsc.ini diff --git a/doc/guides/nics/netvsc.rst b/doc/guides/nics/netvsc.rst index 77efe1dc91..12d17024b7 100644 --- a/doc/guides/nics/netvsc.rst +++ b/doc/guides/nics/netvsc.rst @@ -91,6 +91,12 @@ operations: The dpdk-devbind.py script can not be used since it only handles PCI devices. +On FreeBSD, with hv_uio kernel driver loaded, do the following: + + .. code-block:: console + + devctl set driver -f hn1 hv_uio + Prerequisites ------------- @@ -101,6 +107,11 @@ The following prerequisites apply: Full support of multiple queues requires the 4.17 kernel. It is possible to use the netvsc PMD with 4.16 kernel but it is limited to a single queue. +* FreeBSD support for UIO on vmbus is done with hv_uio driver and it is still + in `review`_ + +.. _`review`: https://reviews.freebsd.org/D32184 + Netvsc PMD arguments -------------------- -- 2.30.2