Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 22:22:28 -0400
From:      Ryan Stone <rysto32@gmail.com>
To:        freebsd-rc@freebsd.org
Subject:   SR-IOV Patch Series 7/7: rc.d script to invoke iovctl(8)
Message-ID:  <CAFMmRNyCnBufCykcLZcokUM%2BEfZzeZ7fVZfGRuE7qkuP=cZ9Fw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
iovctl(8) is a new tool that I have written to configure PCI SR-IOV on
drivers that support the feature.  This patch adds a new rc.d script
that will invoke iovctl during boot on a user-configurable set of
configuration files (one config file per device).  The script runs
pretty early during boot because enabling SR-IOV might, for example
cause new network interfaces to be created (hence netif running after
iovctl).

http://people.freebsd.org/~rstone/patches/iov/0019-Add-an-rc.d-script-to-invoke-iovctl-8-during-boot.patch
[PATCH 19/21] Add an rc.d script to invoke iovctl(8) during boot

---
 etc/defaults/rc.conf     |  2 ++
 etc/rc.d/Makefile        |  1 +
 etc/rc.d/iovctl          | 39 +++++++++++++++++++++++++++++++++++++++
 etc/rc.d/netif           |  2 +-
 share/man/man5/rc.conf.5 |  7 +++++++
 5 files changed, 50 insertions(+), 1 deletion(-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNyCnBufCykcLZcokUM%2BEfZzeZ7fVZfGRuE7qkuP=cZ9Fw>