CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 19 06:56:33 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe_common.c ixgbe_phy.c ixgbe_type.h ixgbe_x540.c ixgbe_x550.c Log Message: Reduce diff against FreeBSD. No functional change. To

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 19 06:56:33 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe_common.c ixgbe_phy.c ixgbe_type.h ixgbe_x540.c ixgbe_x550.c Log Message: Reduce diff against FreeBSD. No functional change. To

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 10:22:09 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h ixv.c Log Message: Now we can use multiqueue. It's default on ixg(4). Not yet for ixv(4). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 10:22:09 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h ixv.c Log Message: Now we can use multiqueue. It's default on ixg(4). Not yet for ixv(4). To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 10:18:40 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Fix sysctl stuff. Make the top sysctl node and keep the pointer. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 10:18:40 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Fix sysctl stuff. Make the top sysctl node and keep the pointer. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 08:23:03 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Use 64bit DMA tag. If not, a lot of bounce buffer is allocated. Fixes PR#49968 reported by Hauke. XXX pullup-[67]. To generate a diff

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 08:23:03 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Use 64bit DMA tag. If not, a lot of bounce buffer is allocated. Fixes PR#49968 reported by Hauke. XXX pullup-[67]. To generate a diff

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 08:15:22 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Call ixgbe_free_transmit_buffers instead of ixgbe_free_transmit_structures() in ixgbe_allocate_transmit_buffers()... To generate a

CVS commit: src/sys/dev/pci/ixgbe

2017-01-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jan 18 08:15:22 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Call ixgbe_free_transmit_buffers instead of ixgbe_free_transmit_structures() in ixgbe_allocate_transmit_buffers()... To generate a

CVS commit: src/sys/dev/pci/ixgbe

2017-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 5 05:53:23 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: Fix INIT_DEBUGOUT() messages. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pci/ixgbe

2017-01-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 5 05:53:23 UTC 2017 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: Fix INIT_DEBUGOUT() messages. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pci/ixgbe

2016-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 28 09:29:35 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that hw.ixgN.wol_enable=0 doesn't work correctly. Clear the WUC and WUFC register if wol_enable is 0.

CVS commit: src/sys/dev/pci/ixgbe

2016-12-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 28 09:29:35 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that hw.ixgN.wol_enable=0 doesn't work correctly. Clear the WUC and WUFC register if wol_enable is 0.

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 28 07:05:11 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Allow 0 as the defalut of hw.ixgN.advertise_speed sysctl. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 28 07:05:11 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Allow 0 as the defalut of hw.ixgN.advertise_speed sysctl. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 27 11:17:51 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_x550.c Log Message: Fix DEBUGFUNC() output in ixgbe_disable_rx_x550(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 27 11:17:51 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_x550.c Log Message: Fix DEBUGFUNC() output in ixgbe_disable_rx_x550(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 27 10:01:39 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix flow control setting sysctl. I don't know why disabling autonego when the flow control parameter is changed. Now the ixgN.fc sysctl

CVS commit: src/sys/dev/pci/ixgbe

2016-12-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Dec 27 10:01:39 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix flow control setting sysctl. I don't know why disabling autonego when the flow control parameter is changed. Now the ixgN.fc sysctl

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:41:01 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add missing IFM_FDX. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:41:01 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add missing IFM_FDX. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:30:20 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Remove extra newline in debug printfs. ixgbe's *DEBUGOUT* macros automatically add newline. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:30:20 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Remove extra newline in debug printfs. ixgbe's *DEBUGOUT* macros automatically add newline. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:24:41 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: The rx_bytes event counter is cleared when if_init() is called, but not for rx_packets. It's inconsistent. It makes rx_packets is bigger

CVS commit: src/sys/dev/pci/ixgbe

2016-12-16 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 16 08:24:41 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: The rx_bytes event counter is cleared when if_init() is called, but not for rx_packets. It's inconsistent. It makes rx_packets is bigger

CVS commit: src/sys/dev/pci/ixgbe

2016-12-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 14 10:46:12 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix ip[46]csum-tx doesn't work other than TCP and UDP. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci/ixgbe

2016-12-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 14 10:46:12 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Fix ip[46]csum-tx doesn't work other than TCP and UDP. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci/ixgbe

2016-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 5 10:05:11 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h Log Message: - Fix wol_enable, fc and wufc sysctls to work correctly. - Fix RCS Id. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2016-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 5 10:05:11 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h Log Message: - Fix wol_enable, fc and wufc sysctls to work correctly. - Fix RCS Id. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2016-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 5 08:50:29 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_api.c ixgbe_common.c ixgbe_mbx.c ixgbe_osdep.h ixgbe_phy.c ixgbe_type.h ixgbe_x540.c ixgbe_x550.c ixv.c

CVS commit: src/sys/dev/pci/ixgbe

2016-12-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Dec 5 08:50:29 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_api.c ixgbe_common.c ixgbe_mbx.c ixgbe_osdep.h ixgbe_phy.c ixgbe_type.h ixgbe_x540.c ixgbe_x550.c ixv.c

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 12:14:37 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r294578: - Fixup SFP module insertion on the 82599 when insertion happens after

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 12:14:37 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r294578: - Fixup SFP module insertion on the 82599 when insertion happens after

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 11:56:55 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Fix ix{gbe,v}_set_sysctlvalue(). To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/ixgbe/ixgbe.c cvs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 11:56:55 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Fix ix{gbe,v}_set_sysctlvalue(). To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/pci/ixgbe/ixgbe.c cvs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:46:58 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: - Add missing pmf_device_deregister() in ixgbe_detach() - Remove extra newline from an sysctl description. - Fix dmesg output when

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:46:58 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: - Add missing pmf_device_deregister() in ixgbe_detach() - Remove extra newline from an sysctl description. - Fix dmesg output when

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:42:04 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_dcb.c ixgbe_mbx.h ixgbe_osdep.h

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:42:04 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_dcb.c ixgbe_mbx.h ixgbe_osdep.h

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:34:23 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r289238: - Add support for sysctl knobs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:34:23 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r289238: - Add support for sysctl knobs

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:24:31 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r285590: - Fix igxbe SRIOV VF (if_ixv)

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:24:31 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r285590: - Fix igxbe SRIOV VF (if_ixv)

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:21:43 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r283881: - SRIOV support (not enabled

CVS commit: src/sys/dev/pci/ixgbe

2016-12-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 2 10:21:43 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c ixgbe.c ixgbe.h ixgbe_mbx.h ixgbe_vf.c ixv.c Log Message: Update ixg(4) and ixv(4) up to FreeBSD r283881: - SRIOV support (not enabled

CVS commit: src/sys/dev/pci/ixgbe

2016-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 1 07:44:58 UTC 2016 Added Files: src/sys/dev/pci/ixgbe: ixgbe_x550.c ixgbe_x550.h Log Message: Add forgotten ixgbe_x550.c and ixgbe_x550.h. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/dev/pci/ixgbe

2016-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 1 07:44:58 UTC 2016 Added Files: src/sys/dev/pci/ixgbe: ixgbe_x550.c ixgbe_x550.h Log Message: Add forgotten ixgbe_x550.c and ixgbe_x550.h. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/dev/pci/ixgbe

2016-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 1 06:29:39 UTC 2016 Removed Files: src/sys/dev/pci/ixgbe: ixv.h Log Message: ixv.h is no more. To generate a diff of this commit: cvs rdiff -u -r1.7 -r0 src/sys/dev/pci/ixgbe/ixv.h Please note that diffs are not

CVS commit: src/sys/dev/pci/ixgbe

2016-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 1 06:29:39 UTC 2016 Removed Files: src/sys/dev/pci/ixgbe: ixv.h Log Message: ixv.h is no more. To generate a diff of this commit: cvs rdiff -u -r1.7 -r0 src/sys/dev/pci/ixgbe/ixv.h Please note that diffs are not

CVS commit: src/sys/dev/pci/ixgbe

2016-11-30 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Dec 1 06:27:18 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: LICENSE ix_txrx.c ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_82599.h ixgbe_api.c ixgbe_api.h ixgbe_common.c

CVS commit: src/sys/dev/pci/ixgbe

2016-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 30 05:30:28 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Extra "buf->map = NULL;"s in ixgbe_txeof() were removed in FreeBSD r282299. This was fixed in NetBSD's ixgbe.c rev. 1.28. Remove our

CVS commit: src/sys/dev/pci/ixgbe

2016-11-29 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Nov 30 05:30:28 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: Extra "buf->map = NULL;"s in ixgbe_txeof() were removed in FreeBSD r282299. This was fixed in NetBSD's ixgbe.c rev. 1.28. Remove our

CVS commit: src/sys/dev/pci/ixgbe

2016-11-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 28 08:31:18 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix vlan check bug in ixv_setup_vlan_support(). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/ixgbe/ixv.c

CVS commit: src/sys/dev/pci/ixgbe

2016-11-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 28 08:31:18 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Fix vlan check bug in ixv_setup_vlan_support(). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/ixgbe/ixv.c

CVS commit: src/sys/dev/pci/ixgbe

2016-11-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 28 06:09:19 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: fix build of ixv enabled NO_PCI_MSI_MSIX option. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/pci/ixgbe

2016-11-27 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 28 06:09:19 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: fix build of ixv enabled NO_PCI_MSI_MSIX option. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/dev/pci/ixgbe

2016-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 25 13:33:24 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h ixv.c Log Message: Remove #ifdef NETBSD_MSI_OR_MSIX to be simple. ixv(4) isn't attached if __HAVE_PCI_MSI_MSIX isn't set because MSI-X

CVS commit: src/sys/dev/pci/ixgbe

2016-11-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Nov 25 13:33:24 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h ixv.c Log Message: Remove #ifdef NETBSD_MSI_OR_MSIX to be simple. ixv(4) isn't attached if __HAVE_PCI_MSI_MSIX isn't set because MSI-X

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:40:49 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_api.c ixgbe_common.c Log Message: Avoid shadowing global `min'. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:39:51 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_vf.c Log Message: Convert bool to target type before shift. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:40:49 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_api.c ixgbe_common.c Log Message: Avoid shadowing global `min'. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:39:18 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_api.c Log Message: Avoid shadowing global `min'. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/ixgbe/ixgbe_api.c

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:39:18 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_api.c Log Message: Avoid shadowing global `min'. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/ixgbe/ixgbe_api.c

CVS commit: src/sys/dev/pci/ixgbe

2016-02-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Feb 6 02:39:51 UTC 2016 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_vf.c Log Message: Convert bool to target type before shift. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/pci/ixgbe

2015-08-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 14 06:05:40 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: - Fix uninitialized data. - include vlan.h and check NVLAN. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/pci/ixgbe

2015-08-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Aug 14 06:05:40 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: - Fix uninitialized data. - include vlan.h and check NVLAN. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/dev/pci/ixgbe

2015-08-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 14 15:27:28 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Make it compilable without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/ixgbe/ixv.c Please note

CVS commit: src/sys/dev/pci/ixgbe

2015-08-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Aug 14 15:27:28 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: Make it compilable without DIAGNOSTIC To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/ixgbe/ixv.c Please note

CVS commit: src/sys/dev/pci/ixgbe

2015-08-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 13 10:03:38 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_api.c ixgbe_api.h ixgbe_type.h ixv.c Log Message: Reduce diff against FreeBSD r280181. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci/ixgbe

2015-08-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 13 10:03:38 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_api.c ixgbe_api.h ixgbe_type.h ixv.c Log Message: Reduce diff against FreeBSD r280181. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci/ixgbe

2015-08-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 13 04:56:43 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_osdep.h ixgbe_type.h ixv.c Log Message: - Add MSI/MSI-X support. The multiqueue function is not supported yet. - Make

CVS commit: src/sys/dev/pci/ixgbe

2015-08-12 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Aug 13 04:56:43 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_osdep.h ixgbe_type.h ixv.c Log Message: - Add MSI/MSI-X support. The multiqueue function is not supported yet. - Make

CVS commit: src/sys/dev/pci/ixgbe

2015-08-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 5 04:08:44 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: README ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_osdep.h ixgbe_phy.c

CVS commit: src/sys/dev/pci/ixgbe

2015-08-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 5 03:42:11 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h Log Message: Fix error path in ixgbe_attach() and ixgbe_detatch() to prevent panic. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2015-08-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 5 03:42:11 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_osdep.h Log Message: Fix error path in ixgbe_attach() and ixgbe_detatch() to prevent panic. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pci/ixgbe

2015-08-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 5 04:11:07 UTC 2015 Added Files: src/sys/dev/pci/ixgbe: ixgbe_dcb.c ixgbe_dcb.h ixgbe_dcb_82598.c ixgbe_dcb_82598.h ixgbe_dcb_82599.c ixgbe_dcb_82599.h Log Message: Add some files. To generate a diff of

CVS commit: src/sys/dev/pci/ixgbe

2015-08-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Aug 5 04:11:07 UTC 2015 Added Files: src/sys/dev/pci/ixgbe: ixgbe_dcb.c ixgbe_dcb.h ixgbe_dcb_82598.c ixgbe_dcb_82598.h ixgbe_dcb_82599.c ixgbe_dcb_82599.h Log Message: Add some files. To generate a diff of

CVS commit: src/sys/dev/pci/ixgbe

2015-08-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 3 05:43:01 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add missing evcnt_detach(rxr-rx_copies) in ixgbe_detach(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/pci/ixgbe

2015-08-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 3 05:43:01 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add missing evcnt_detach(rxr-rx_copies) in ixgbe_detach(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/dev/pci/ixgbe

2015-05-20 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Thu May 21 00:45:27 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: remove duplicated assignment of mh-m_len To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/ixgbe/ixv.c Please note

CVS commit: src/sys/dev/pci/ixgbe

2015-05-20 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Thu May 21 00:45:27 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixv.c Log Message: remove duplicated assignment of mh-m_len To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/pci/ixgbe/ixv.c Please note

CVS commit: src/sys/dev/pci/ixgbe

2015-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 9 13:08:26 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: remove unreachable code. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/ixgbe/ixgbe.c Please note that

CVS commit: src/sys/dev/pci/ixgbe

2015-05-06 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed May 6 09:21:22 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fixes link error without vlan. PR#49879. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/ixgbe/ixgbe.c

CVS commit: src/sys/dev/pci/ixgbe

2015-04-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Apr 24 07:00:51 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: LICENSE ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_82599.h ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:17:06 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_osdep.h ixv.c Log Message: Sync ixg(4) up to FreeBSD r243716: - A lot of bugfixes. Some of them are realted to

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:17:06 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82599.c ixgbe_osdep.h ixv.c Log Message: Sync ixg(4) up to FreeBSD r243716: - A lot of bugfixes. Some of them are realted to

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:41:52 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/pci/ixgbe

2015-04-14 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Apr 14 07:41:52 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/dev/pci/ixgbe

2015-04-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 2 09:26:56 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h

CVS commit: src/sys/dev/pci/ixgbe

2015-04-02 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 2 09:26:56 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82598.h ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h

CVS commit: src/sys/dev/pci/ixgbe

2015-03-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 27 06:04:42 UTC 2015 Added Files: src/sys/dev/pci/ixgbe: ixgbe_82598.h ixgbe_82599.h ixgbe_x540.c ixgbe_x540.h Log Message: Add some forgotten files in last commit. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci/ixgbe

2015-03-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Mar 27 06:04:42 UTC 2015 Added Files: src/sys/dev/pci/ixgbe: ixgbe_82598.h ixgbe_82599.h ixgbe_x540.c ixgbe_x540.h Log Message: Add some forgotten files in last commit. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci/ixgbe

2015-03-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 25 12:53:55 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that vlan setting may not apply to the parent interface correctly. To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/sys/dev/pci/ixgbe

2015-03-25 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Mar 25 12:53:55 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that vlan setting may not apply to the parent interface correctly. To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/sys/dev/pci/ixgbe

2015-03-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 19 14:22:23 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Sync ixg(4) up to FreeBSD r230572. - Fix in the interrupt handler to make sure the stack TX queue is processed. (FreeBSD

CVS commit: src/sys/dev/pci/ixgbe

2015-03-19 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Mar 19 14:22:23 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixv.c Log Message: Sync ixg(4) up to FreeBSD r230572. - Fix in the interrupt handler to make sure the stack TX queue is processed. (FreeBSD

CVS commit: src/sys/dev/pci/ixgbe

2015-03-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 10 08:54:17 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: Add missing parenthesis in IXGBE_CORE_LOCK_ASSERT() macro. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/pci/ixgbe

2015-03-10 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Mar 10 08:54:17 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.h Log Message: Add missing parenthesis in IXGBE_CORE_LOCK_ASSERT() macro. No binary change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/pci/ixgbe

2015-02-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Feb 24 14:49:29 UTC 2015 Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_82599.c ixgbe_api.c ixgbe_type.h Log Message: Add 82599EN_SFP and 82599_SFP_SF_QP. Not tested. To generate a diff of this commit: cvs rdiff -u

<    5   6   7   8   9   10   11   >