search for: ixgb

Displaying 20 results from an estimated 263 matches for "ixgb".

Did you mean: ixgbe
2012 Jul 24
2
Broadcom NetXtreme bcm5720 in the 9.1 beta
Team I have a Dell PowerEdge R720xd, with the Broadcom NetXtreme bcm5720. I found the following thread: http://forums.freebsd.org/showthread.php?t=31769 I find I am unable to use the NIC's (there are 4 on the server). When we put a cable into it we get a "watchdog timeout -- resetting" error, and the machine will pause for 5 or so seconds. IP may or may not come up randomly.
2009 Feb 10
3
[PATCH 2/2] Use correct config option for ixgbe VMDq
The correct kernel configuration for VMDq support is CONFIG_XEN_NETDEV2_VMQ, not CONFIG_XEN_NETDEV2_BACKEND. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> diff -urpN a/drivers/net/ixgbe/ixgbe.h b/drivers/net/ixgbe/ixgbe.h --- a/drivers/net/ixgbe/ixgbe.h 2009-02-06 09:03:44.000000000 -0800 +++ b/drivers/net/ixgbe/ixgbe.h 2009-02-10 14:32:57.000000000 -0800 @@ -35,7 +35,7 @@ #include <linux/pci.h> #include <linux/netdevice.h> #include <linux/vmalloc.h> -#ifdef...
2009 Jan 27
5
[PATCH 2/2] Add VMDq support to ixgbe
This patch adds experimental VMDq support (AKA Netchannel2 vmq) to the ixgbe driver. This applies to the Netchannel2 tree, and should NOT be applied to the "normal" development tree. To enable VMDq functionality, load the driver with the command-line parameter VMDQ=<num queues>, as in: $ modprobe ixgbe VMDQ=8 You can then set up PV domains to use the de...
2013 Sep 03
2
Intel 10Gb network card
...idth x8 ... pciconf says: ix0 at pci0:4:0:0: class=0x020000 card=0x7a118086 chip=0x10fb8086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82599EB 10-Gigabit SFI/SFP+ Network Connection' class = network subclass = ethernet but both manuals ixgb and ixgbe mention a different chip, and device man for ixb says: ... ixgb - Intel(R) PRO/10GbE Ethernet driver for the FreeBSD operating sys- tem ... The ixgb driver provides support for PCI Gigabit Ethernet adapters based on the Intel 82597EX Ethernet controller chips. The driv...
2009 Feb 10
1
[PATCH 1/2] Fix ixgbe RSS operation
The addition of VMDq support to ixgbe completely broke normal RSS receive operation. Since RSS is the default operating mode, the driver would cause a kernel panic as soon as the interface was opened. This patch fixes the problem by correctly checking the VMDQ_ENABLED flag before attempting any VMDQ-specific call. Signed-off-by: Mi...
2019 Sep 17
3
CentOS7 sometimes don't detect NIC after reboot
...oblems with NIC card. >> >> How can I avoid this problem with missing NIC? Can you help me, please? >> > Nothing exciting on dmesg? Did you check the pci chain to see if > it is being reported as there? > From /var/log/dmesg, when NIC is detected and working: grep ixgbe dmesg [??? 0.999078] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k-rh7.6 [??? 0.999081] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [??? 1.720556] ixgbe 0000:01:00.0: irq 138 for MSI/MSI-X [??? 1.720563] ixgbe 0000:01:00.0: irq 139 for MSI/MSI-X [??? 1.720568] ixgb...
2019 Sep 17
0
CentOS7 sometimes don't detect NIC after reboot
...>> How can I avoid this problem with missing NIC? Can you help me, please? > >> > > Nothing exciting on dmesg? Did you check the pci chain to see if > > it is being reported as there? > > > From /var/log/dmesg, when NIC is detected and working: > grep ixgbe dmesg > [ 0.999078] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - > version 5.1.0-k-rh7.6 > [ 0.999081] ixgbe: Copyright (c) 1999-2016 Intel Corporation. > [ 1.720556] ixgbe 0000:01:00.0: irq 138 for MSI/MSI-X > [ 1.720563] ixgbe 0000:01:00.0: irq 139 for MSI/M...
2015 Jan 28
1
Re: Sr-iov passthrough - no packet arrive to guest
...ted to in host have no ip. I have a another interface on the host connected via ovs and libvirt and it is working fine - you can see it in log as vnet0(thanks to this mailing-list help). In the guest part I attached the log but I think interesting part is Jan 27 17:03:21 localhost kernel: ixgbevf 0000:00:04.0: NIC Link is Up, 10 Gbps I also attached dmesg output from guest Here is the log from the host side, I can't see an error. /var/log/message Jan 27 12:02:29 1235 avahi-daemon[2598]: Withdrawing address record for fe80::fc54:ff:fe92:7352 on vnet0. Jan 27 12:02:29...
2015 Jan 27
0
Sr-iov passthrough - no packet arrive to guest
...ted to in host have no ip. I have a another interface on the host connected via ovs and libvirt and it is working fine - you can see it in log as vnet0(thanks to this mailing-list help). In the guest part I attached the log but I think interesting part is Jan 27 17:03:21 localhost kernel: ixgbevf 0000:00:04.0: NIC Link is Up, 10 Gbps I also attached dmesg output from guest Here is the log from the host side, I can't see an error. /var/log/message Jan 27 12:02:29 1235 avahi-daemon[2598]: Withdrawing address record for fe80::fc54:ff:fe92:7352 on vnet0. Jan 27 12:02:29...
2011 Apr 06
5
Intel 82599 driver?
Which version of the ixgbe driver is included in 5.6? I went through all the RHEL5 release notes, but they only ever state that the driver was updated, not which devices was added. This device is not supported up to CentOS 5.5 (2.0.44-k2), but the latest driver from the Intel web site works fine (3.2.10). 05:00.0 Ethe...
2013 Oct 03
1
ixgbe/ix sysctl missing in FreeBSD 9.2
Hello everyone, I am trying to tweak some of the sysctl tunables for the ix (ixgbe) driver in FreeBSD 9.2 since I am experiencing less than ideal performance and it seems like I can't find any: # sysctl -a | grep -i ixgbe device ixgbe I am running 9.2-RC4. Any input appreciated. Thanks, -- Rumen Telbizov Unix Systems Administrator <http://telbizov.com>
2011 Oct 17
8
Re: Issue with PCI-passthrough and pvops
On Mon, Oct 17, 2011 at 05:36:27PM +0200, Dario Faggioli wrote: > Hi everyone, > > I''m trying to setup PCI-passthrough for a network card on a testbox. > With HVM, everything seems to work, while if I try with a pv-guest the > domain crashes! > > Here''s the thing: > -- > # xl pci-list-assignable-devices > 0000:07:00.0 > 0000:07:00.1 > >
2019 Sep 17
4
CentOS7 sometimes don't detect NIC after reboot
I have brand new PC with this components: CPU Intel? Pentium G5400, LGA1151 motherboard ASUS PRIME B360M-C 16 GB RAM HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1) NIC Intel X550-T1 Ethernet Converged Network Adapter I installed CentOS 7 and two NICs were detected: eno1 (on motherboard) enp1s0 (Intel X550-T1) When I restart the machine sometimes enp1s0 is missing. It is not
2011 Nov 29
0
CEEA-2011:1500 CentOS 5 i386 ixgbe-kmod Update
CentOS Errata and Enhancement Advisory 2011:1500 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1500.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: e6157db320fb12508062122d1770c002 kmod-ixgbe-PAE-rhel5u7-3.4.8_k-2.el5_7.i686.rpm 69c953ef1602b80066a6d7d3366330b2 kmod-ixgbe-rhel5u7-3.4.8_k-2.el5_7.i686.rpm 6bc40814b46c8e370614c01f58c2030d kmod-ixgbe-xen-rhel5u7-3.4.8_k-2.el5_7.i686.rpm Source: e3c022c7dd95baa9421abd6b7368823f ixgbe-kmod-3.4.8_k-2.el5_7.src.rpm -- Johnny Hughes Cen...
2009 Mar 28
4
mac_srs_rx_poll_ring thread never stop polling hardware in kernel
...0 0 2 0 0 38 0 0 0 100 What is the cpu 2 doing? dtrace -n ''fbt:::entry/cpu==2/{@[probefunc]=count();}'' shows following output: ........... ddi_fm_acc_err_clear 416312 ddi_fm_acc_err_get 416312 ixgbe_check_acc_handle 416312 ixgbe_check_dma_handle 416312 ixgbe_ring_tx 416312 ixgbe_ring_rx_poll 416312 mac_rx_srs_drain 416312 ddi_fm_dma_err_get 416312 ddi_dma_sync...
2011 Nov 29
0
CEEA-2011:1500 CentOS 5 x86_64 ixgbe-kmod Update
CentOS Errata and Enhancement Advisory 2011:1500 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1500.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: a0d68877adf6f19c10f2cb09b7b69b05 kmod-ixgbe-rhel5u7-3.4.8_k-2.el5_7.x86_64.rpm bd7f92440047968f6f74cebcbda88055 kmod-ixgbe-xen-rhel5u7-3.4.8_k-2.el5_7.x86_64.rpm Source: e3c022c7dd95baa9421abd6b7368823f ixgbe-kmod-3.4.8_k-2.el5_7.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode....
2015 Oct 20
0
CEEA-2015:1915 CentOS 7 ixgbe Enhancement Update
...Enhancement Advisory 2015:1915 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-1915.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 626f3f739478522b7510d177d8d9ccd5aed1c2cc60b9f4660c58c07622e35741 kmod-ixgbe-4.0.3-1.el7_1.x86_64.rpm Source: a7b25dcbfcccf7735926a3cff9980babc83d7c1b774445771891d07bb8f9ca7d ixgbe-4.0.3-1.el7_1.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2016 Aug 03
0
CEEA-2016:1558 CentOS 7 ixgbe Enhancement Update
...Enhancement Advisory 2016:1558 Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1558.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: b22b497499e1a61eee0931930295a1bcb9391ab357d4b6d347193e00827bdaf2 kmod-ixgbe-4.4.0_k-1.el7_2.x86_64.rpm Source: 62bf19c831a07d6fe124c0a3a7048d747b3d0ecc929df8bca42a4d96909b26ab ixgbe-4.4.0_k-1.el7_2.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2017 May 04
0
CEEA-2017:1194 CentOS 7 kmod-redhat-ixgbe Enhancement Update
...ment Advisory 2017:1194 Upstream details at : https://rhn.redhat.com/errata/RHEA-2017-1194.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: cd47bdab22ce9c387beaf066c0e36d63633b07bfcbcad4bda1dac53c74a095e2 kmod-redhat-ixgbe-4.4.0_k_rh7.4_z-2.el7_3.x86_64.rpm Source: 6566b60dd49a2156360e3c60e819acf37c652c931d5d52f995c8dd7d225486e4 kmod-redhat-ixgbe-4.4.0_k_rh7.4_z-2.el7_3.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org/ } irc: hughesjr, #centos at irc.freenode.net Twitter: @JohnnyCentOS
2017 Jan 30
1
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
...gs, including completely > disabling it, disabling CPU frequency scaling, and setting pcie_aspm=off > on the kernel command line. Are there other kernel options that might > be useful to try? May I chip in here? In our environment we're randomly seeing: Jan 17 23:40:14 xen01 kernel: ixgbe 0000:04:00.1 eth6: Detected Tx Unit Hang Jan 17 23:40:14 xen01 kernel: Tx Queue <0> Jan 17 23:40:14 xen01 kernel: TDH, TDT <9a>, <127> Jan 17 23:40:14 xen01 kernel: next_to_use <127> Jan 17 23:40:14 xen01 kernel: next_to_clean &lt...