Displaying 2 results from an estimated 2 matches for "driverctl".
Did you mean:
driver_ctx
2009 Jan 02
2
powerware 5110 and openbsd
...yet.
dmesg shows that I have something from Powerware
usb0 at uhci0: USB revision 1.0
uhub0 at usb0 "Intel UHCI root hub" rev 1.00/1.00 addr 1
biomask f5fd netmask fffd ttymask ffff
ugen0 at uhub0 port 1 "Powerware Powerware UPS" rev 0.20/0.50 addr 2
nut version 2.4.0.-pre1
driverctl start
gives
Can't open POWERWARE USB device, retrying ...
the port is set to auto in config file.
/dev/ugen0* have enough permissions.
What should I try next?
Hannu Vuolasaho
_________________________________________________________________
News, entertainment and everything you care abou...
2017 Jul 20
0
OVS+DPDK Problem
..._vSwitch,manager_options --pidfile --detach
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true
ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem="
1024,1024"
ovs-ctl --no-ovsdb-server --db-sock="$DB_SOCK" start
6. Cheking driver mapping for NICs
driverctl -v list-devices | grep -i net
$DPDK_DIR/tools/dpdk-devbind.py --status
7. Adding OVS+DPDK bridge and ports
ovs-vsctl add-br ch1int_dpdk -- set bridge ch1int_dpdk datapath_type=netdev
ovs-vsctl add-br ch1ext_dpdk -- set bridge ch1ext_dpdk datapath_type=netdev
ovs-vsctl add-port ch1int_dpdk nic810 --...