Displaying 16 results from an estimated 16 matches for "rnic".
Did you mean:
enic
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...ing in net config
- var vm_network_config_rows = 0;
-
- // last row currently being displayed
- var vm_network_config_last_row = 0;
-
- // value of current selectbox
- var current_selectbox_value = 0;
-
- // create list of nics
- var nics = new Array();
- <% @nics.each { |rnic| %>
- jnic = new Object;
- jnic.network_id = "<%= rnic.network_id.to_s %>";
- jnic.name = "<%= rnic.network.name %>";
- jnic.mac = "<%= rnic.mac %>";
- jnic.ip = "<%= rnic.ip_address %>";
- jnic.static_ip...
2010 Aug 25
2
[PATCH] Virtio support
...lity)", "restart_now", nil if @vm.state == Vm::STATE_RUNNING %>
+ </div>
<!--[eoform:vm]-->
<textarea id="storage_volumes_template" style="display:none;">
@@ -180,6 +192,7 @@ ${htmlList(pools, id)}
jnic.name = "<%= rnic.network.name %>";
jnic.mac = "<%= rnic.mac %>";
jnic.ip = "<%= rnic.ip_address %>";
+ jnic.virtio = <%= rnic.virtio ? 'true' : 'false' %>;
jnic.static_ip = <%= rnic.network.boot_ty...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
..._config_virtio_#{i}", "Use virtio" %>
+ <div class="vm_network_config_ip">
+
</div>
<% if i != 0 %>
@@ -196,7 +199,7 @@ ${htmlList(pools, id)}
jnic.name = "<%= rnic.network.name %>";
jnic.mac = "<%= rnic.mac %>";
jnic.ip = "<%= rnic.ip_address %>";
- jnic.virtio = <%= rnic.virtio ? 'true' : 'false' %>;
+ jnic.model = "<%= rnic.model %>...
2010 Feb 08
4
Experiencing continual eth0 link up/down on a 10G Chelsio NIC (cxgb3 driver)
File Server OS: CentOS 5.3 (x86_64)
Kernel: CentOS Plus kernel (need XFS fs drivers)
The file server has a Chelsio T310 10GBASE-CX4 RNIC (rev 3) PCI
Express x8 MSI-X (eth0), driver and firmware is stock from the CentOS
Plus kernel.
Using ethtool I have verified driver association with the 3 NICs on
the system (eth1 and eth2 are not connected to any switch)
Driver for eth0
driver: cxgb3
version: 1.1.3-ko
firmware-version: T 7.4.0...
2009 Oct 06
0
[PATCH server] new host networking wui
...ot;;
+ jnet.selected = false;
+ networks.push(jnet);
+ <% } %>
+
+ // the last network selected upon clicking a network select box
+ var last_network_selected = null;
+
+ // create list of devices...
+ var devices = new Array();
+
+ // ...add nics to it
+ <% @host.nics.each { |rnic| %>
+ jnic = new Object;
+ jnic.type = 'nic';
+ jnic.id = <%= rnic.id.to_s %>;
+ jnic.ip_address = "<%= rnic.ip_address ? rnic.ip_address : "" %>";
+ jnic.network_id = "<%= rnic.network_id %>";
+ devices.push(jnic);
+ &...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...displaying in net config
+ var vm_network_config_rows = 0;
+
+ // last row currently being displayed
+ var vm_network_config_last_row = 0;
+
+ // value of current selectbox
+ var current_selectbox_value = 0;
+
+ // create list of nics
+ var nics = new Array();
+ <% @nics.each { |rnic| %>
+ jnic = new Object;
+ jnic.network_id = "<%= rnic.network_id.to_s %>";
+ jnic.name = "<%= rnic.network.name %>";
+ jnic.mac = "<%= rnic.mac %>";
+ jnic.ip = "<%= rnic.ip_address %>";
+ jnic.static_ip = &l...
2018 May 22
0
[PATCH net-next v11 3/5] net: Introduce net_failover driver
...ion/hwmon/nct6775
F: drivers/hwmon/nct6775.c
+NET_FAILOVER MODULE
+M: Sridhar Samudrala <sridhar.samudrala at intel.com>
+L: netdev at vger.kernel.org
+S: Supported
+F: driver/net/net_failover.c
+F: include/net/net_failover.h
+F: Documentation/networking/net_failover.rst
+
NETEFFECT IWARP RNIC DRIVER (IW_NES)
M: Faisal Latif <faisal.latif at intel.com>
L: linux-rdma at vger.kernel.org
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a029b27fd002..1cf29c5ed510 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -510,4 +510,16 @@ config NETDEVSIM
To compil...
2018 May 07
0
[PATCH net-next v10 2/4] net: Introduce generic failover module
...-9638,6 +9638,13 @@ S: Maintained
F: Documentation/hwmon/nct6775
F: drivers/hwmon/nct6775.c
+NET_FAILOVER MODULE
+M: Sridhar Samudrala <sridhar.samudrala at intel.com>
+L: netdev at vger.kernel.org
+S: Supported
+F: net/core/net_failover.c
+F: include/net/net_failover.h
+
NETEFFECT IWARP RNIC DRIVER (IW_NES)
M: Faisal Latif <faisal.latif at intel.com>
L: linux-rdma at vger.kernel.org
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 46dcb5f7522f..4fff9b5d079e 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1421,6 +1421,8 @@ struc...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...allthrough;
DRM DRIVERS FOR ALLWINNER A10: Use fallthrough;
DRM DRIVERS FOR NVIDIA TEGRA: Use fallthrough;
DRM DRIVERS FOR TI LCDC: Use fallthrough;
DRM TTM SUBSYSTEM: Use fallthrough;
DRM DRIVERS FOR XEN: Use fallthrough;
BROADCOM NETXTREME-E ROCE DRIVER: Use fallthrough;
CXGB4 IWARP RNIC DRIVER (IW_CXGB4): Use fallthrough;
INTEL RDMA RNIC DRIVER: Use fallthrough;
MELLANOX MLX4 IB driver: Use fallthrough;
MELLANOX MLX5 IB driver: Use fallthrough;
EMULEX ONECONNECT ROCE DRIVER: Use fallthrough;
QLOGIC QL4xxx RDMA DRIVER: Use fallthrough;
QIB DRIVER: Use fallthrough;
VMW...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...allthrough;
DRM DRIVERS FOR ALLWINNER A10: Use fallthrough;
DRM DRIVERS FOR NVIDIA TEGRA: Use fallthrough;
DRM DRIVERS FOR TI LCDC: Use fallthrough;
DRM TTM SUBSYSTEM: Use fallthrough;
DRM DRIVERS FOR XEN: Use fallthrough;
BROADCOM NETXTREME-E ROCE DRIVER: Use fallthrough;
CXGB4 IWARP RNIC DRIVER (IW_CXGB4): Use fallthrough;
INTEL RDMA RNIC DRIVER: Use fallthrough;
MELLANOX MLX4 IB driver: Use fallthrough;
MELLANOX MLX5 IB driver: Use fallthrough;
EMULEX ONECONNECT ROCE DRIVER: Use fallthrough;
QLOGIC QL4xxx RDMA DRIVER: Use fallthrough;
QIB DRIVER: Use fallthrough;
VMW...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...allthrough;
DRM DRIVERS FOR ALLWINNER A10: Use fallthrough;
DRM DRIVERS FOR NVIDIA TEGRA: Use fallthrough;
DRM DRIVERS FOR TI LCDC: Use fallthrough;
DRM TTM SUBSYSTEM: Use fallthrough;
DRM DRIVERS FOR XEN: Use fallthrough;
BROADCOM NETXTREME-E ROCE DRIVER: Use fallthrough;
CXGB4 IWARP RNIC DRIVER (IW_CXGB4): Use fallthrough;
INTEL RDMA RNIC DRIVER: Use fallthrough;
MELLANOX MLX4 IB driver: Use fallthrough;
MELLANOX MLX5 IB driver: Use fallthrough;
EMULEX ONECONNECT ROCE DRIVER: Use fallthrough;
QLOGIC QL4xxx RDMA DRIVER: Use fallthrough;
QIB DRIVER: Use fallthrough;
VMW...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...allthrough;
DRM DRIVERS FOR ALLWINNER A10: Use fallthrough;
DRM DRIVERS FOR NVIDIA TEGRA: Use fallthrough;
DRM DRIVERS FOR TI LCDC: Use fallthrough;
DRM TTM SUBSYSTEM: Use fallthrough;
DRM DRIVERS FOR XEN: Use fallthrough;
BROADCOM NETXTREME-E ROCE DRIVER: Use fallthrough;
CXGB4 IWARP RNIC DRIVER (IW_CXGB4): Use fallthrough;
INTEL RDMA RNIC DRIVER: Use fallthrough;
MELLANOX MLX4 IB driver: Use fallthrough;
MELLANOX MLX5 IB driver: Use fallthrough;
EMULEX ONECONNECT ROCE DRIVER: Use fallthrough;
QLOGIC QL4xxx RDMA DRIVER: Use fallthrough;
QIB DRIVER: Use fallthrough;
VMW...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...allthrough;
DRM DRIVERS FOR ALLWINNER A10: Use fallthrough;
DRM DRIVERS FOR NVIDIA TEGRA: Use fallthrough;
DRM DRIVERS FOR TI LCDC: Use fallthrough;
DRM TTM SUBSYSTEM: Use fallthrough;
DRM DRIVERS FOR XEN: Use fallthrough;
BROADCOM NETXTREME-E ROCE DRIVER: Use fallthrough;
CXGB4 IWARP RNIC DRIVER (IW_CXGB4): Use fallthrough;
INTEL RDMA RNIC DRIVER: Use fallthrough;
MELLANOX MLX4 IB driver: Use fallthrough;
MELLANOX MLX5 IB driver: Use fallthrough;
EMULEX ONECONNECT ROCE DRIVER: Use fallthrough;
QLOGIC QL4xxx RDMA DRIVER: Use fallthrough;
QIB DRIVER: Use fallthrough;
VMW...
2018 May 07
9
[PATCH net-next v10 0/4] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a new feature bit VIRTIO_NET_F_STANDBY that can be
used
2018 May 22
7
[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for
2018 May 24
11
[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for