svn commit: r319964 - head/sys/dev/qlnx/qlnxe

2017-06-14 Thread David C Somayajulu
Author: davidcs Date: Thu Jun 15 02:45:43 2017 New Revision: 319964 URL: https://svnweb.freebsd.org/changeset/base/319964 Log: Upgrade STORMFW to 8.30.0.0 and ecore version to 8.30.0.0 Add support for pci deviceID 0x8070 for QLE41xxx product line which supports 10GbE/25GbE/40GbE MFC

svn commit: r319451 - stable/10/sys/dev/qlnx/qlnxe

2017-06-01 Thread David C Somayajulu
Author: davidcs Date: Thu Jun 1 18:37:08 2017 New Revision: 319451 URL: https://svnweb.freebsd.org/changeset/base/319451 Log: MFC r318676 Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits. Submitted by:shminderjit.si...@cavium.com Modified:

svn commit: r319449 - stable/11/sys/dev/qlnx/qlnxe

2017-06-01 Thread David C Somayajulu
Author: davidcs Date: Thu Jun 1 18:35:04 2017 New Revision: 319449 URL: https://svnweb.freebsd.org/changeset/base/319449 Log: MFC r318676 Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits. Submitted by:shminderjit.si...@cavium.com Modified:

svn commit: r318676 - head/sys/dev/qlnx/qlnxe

2017-05-22 Thread David C Somayajulu
Author: davidcs Date: Mon May 22 19:57:28 2017 New Revision: 318676 URL: https://svnweb.freebsd.org/changeset/base/318676 Log: Check for IPV6 TCP/UDP CSUM offload in pkt header during transmits. Submitted by:shminderjit.si...@cavium.com Modified: head/sys/dev/qlnx/qlnxe/qlnx_os.c

svn commit: r318662 - stable/10/sys/dev/qlnx/qlnxe

2017-05-22 Thread David C Somayajulu
Author: davidcs Date: Mon May 22 19:40:56 2017 New Revision: 318662 URL: https://svnweb.freebsd.org/changeset/base/318662 Log: MFC r318383 QL_DPRINT macro modfied to handle multiple args; print line#. Submitted by:shminderjit.si...@cavium.com Modified:

svn commit: r318661 - in stable/10/sys: dev/qlnx/qlnxe modules/qlnx/qlnxe

2017-05-22 Thread David C Somayajulu
Author: davidcs Date: Mon May 22 19:36:26 2017 New Revision: 318661 URL: https://svnweb.freebsd.org/changeset/base/318661 Log: MFC r318382 1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for processing interrupts drops to around 1% for 100G and under 1% for

svn commit: r318659 - stable/11/sys/dev/qlnx/qlnxe

2017-05-22 Thread David C Somayajulu
Author: davidcs Date: Mon May 22 19:28:38 2017 New Revision: 318659 URL: https://svnweb.freebsd.org/changeset/base/318659 Log: MFC r318383 QL_DPRINT macro modfied to handle multiple args; print line#. Submitted by:shminderjit.si...@cavium.com Modified:

svn commit: r318657 - in stable/11/sys: dev/qlnx/qlnxe modules/qlnx/qlnxe

2017-05-22 Thread David C Somayajulu
Author: davidcs Date: Mon May 22 19:22:06 2017 New Revision: 318657 URL: https://svnweb.freebsd.org/changeset/base/318657 Log: MFC r318382 1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for processing interrupts drops to around 1% for 100G and under 1% for

svn commit: r318383 - head/sys/dev/qlnx/qlnxe

2017-05-16 Thread David C Somayajulu
Author: davidcs Date: Tue May 16 21:46:30 2017 New Revision: 318383 URL: https://svnweb.freebsd.org/changeset/base/318383 Log: QL_DPRINT macro modfied to handle multiple args; print line#. Submitted by:shminderjit.si...@cavium.com MFC after:3 days Modified:

svn commit: r318382 - in head/sys: dev/qlnx/qlnxe modules/qlnx/qlnxe

2017-05-16 Thread David C Somayajulu
Author: davidcs Date: Tue May 16 21:34:40 2017 New Revision: 318382 URL: https://svnweb.freebsd.org/changeset/base/318382 Log: 1. Move Rx Processing to fp_taskqueue(). With this CPU utilization for processing interrupts drops to around 1% for 100G and under 1% for other speeds. 2. Use

svn commit: r318309 - stable/9/sys/dev/qlxgbe

2017-05-15 Thread David C Somayajulu
Author: davidcs Date: Mon May 15 18:24:14 2017 New Revision: 318309 URL: https://svnweb.freebsd.org/changeset/base/318309 Log: MFC r317996 Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi() Modified:

svn commit: r318308 - stable/10/sys/dev/qlxgbe

2017-05-15 Thread David C Somayajulu
Author: davidcs Date: Mon May 15 18:21:36 2017 New Revision: 318308 URL: https://svnweb.freebsd.org/changeset/base/318308 Log: MFC r317996 Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi()

svn commit: r318306 - stable/11/sys/dev/qlxgbe

2017-05-15 Thread David C Somayajulu
Author: davidcs Date: Mon May 15 18:07:57 2017 New Revision: 318306 URL: https://svnweb.freebsd.org/changeset/base/318306 Log: MFC r317996 Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi()

svn commit: r318301 - stable/10/sys/dev/qlnx/qlnxe

2017-05-15 Thread David C Somayajulu
Author: davidcs Date: Mon May 15 17:48:58 2017 New Revision: 318301 URL: https://svnweb.freebsd.org/changeset/base/318301 Log: MFC r318126 llh_func_filter needs to be configured for 100G Modified: stable/10/sys/dev/qlnx/qlnxe/ecore_dev.c Directory Properties: stable/10/ (props

svn commit: r318300 - stable/11/sys/dev/qlnx/qlnxe

2017-05-15 Thread David C Somayajulu
Author: davidcs Date: Mon May 15 17:45:05 2017 New Revision: 318300 URL: https://svnweb.freebsd.org/changeset/base/318300 Log: MFC r318126 llh_func_filter needs to be configured for 100G Modified: stable/11/sys/dev/qlnx/qlnxe/ecore_dev.c Directory Properties: stable/11/ (props

svn commit: r318126 - head/sys/dev/qlnx/qlnxe

2017-05-09 Thread David C Somayajulu
Author: davidcs Date: Wed May 10 01:01:20 2017 New Revision: 318126 URL: https://svnweb.freebsd.org/changeset/base/318126 Log: llh_func_filter needs to be configured for 100G MFC after:3 days Modified: head/sys/dev/qlnx/qlnxe/ecore_dev.c Modified: head/sys/dev/qlnx/qlnxe/ecore_dev.c

svn commit: r317996 - head/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Tue May 9 01:01:41 2017 New Revision: 317996 URL: https://svnweb.freebsd.org/changeset/base/317996 Log: Fix bug where MTX_DEF lock was held while taskqueue_drain() was invoked. Check IFF_DRV_RUNNING flag is set prior to calling ql_hw_set_multi() MFC after:3 days

svn commit: r317992 - stable/9/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:44:16 2017 New Revision: 317992 URL: https://svnweb.freebsd.org/changeset/base/317992 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317991 - stable/10/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:41:13 2017 New Revision: 317991 URL: https://svnweb.freebsd.org/changeset/base/317991 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317990 - stable/11/sys/dev/qlxgbe

2017-05-08 Thread David C Somayajulu
Author: davidcs Date: Mon May 8 22:37:37 2017 New Revision: 317990 URL: https://svnweb.freebsd.org/changeset/base/317990 Log: MFC r317180 Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() Modified:

svn commit: r317184 - stable/9/sys/dev/qlxgbe

2017-04-19 Thread David C Somayajulu
Author: davidcs Date: Thu Apr 20 04:36:49 2017 New Revision: 317184 URL: https://svnweb.freebsd.org/changeset/base/317184 Log: MFC r316183 Upgrade firmware and other related files to version 5.4.64 Modified: stable/9/sys/dev/qlxgbe/ql_boot.c stable/9/sys/dev/qlxgbe/ql_fw.c

svn commit: r317183 - stable/10/sys/dev/qlxgbe

2017-04-19 Thread David C Somayajulu
Author: davidcs Date: Thu Apr 20 04:33:47 2017 New Revision: 317183 URL: https://svnweb.freebsd.org/changeset/base/317183 Log: MFC r316183 Upgrade firmware and other related files to version 5.4.64 Modified: stable/10/sys/dev/qlxgbe/ql_boot.c stable/10/sys/dev/qlxgbe/ql_fw.c

svn commit: r317182 - stable/11/sys/dev/qlxgbe

2017-04-19 Thread David C Somayajulu
Author: davidcs Date: Thu Apr 20 04:26:47 2017 New Revision: 317182 URL: https://svnweb.freebsd.org/changeset/base/317182 Log: MFC r316183 Upgrade firmware and other related files to version 5.4.64 Modified: stable/11/sys/dev/qlxgbe/ql_boot.c stable/11/sys/dev/qlxgbe/ql_fw.c

svn commit: r317180 - head/sys/dev/qlxgbe

2017-04-19 Thread David C Somayajulu
Author: davidcs Date: Thu Apr 20 03:41:42 2017 New Revision: 317180 URL: https://svnweb.freebsd.org/changeset/base/317180 Log: Cleanup QLA_LOCK/QLA_UNLOCK macros remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() MFC after:3 days Modified:

svn commit: r317123 - stable/10/sys/dev/qlnx/qlnxe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:43:24 2017 New Revision: 317123 URL: https://svnweb.freebsd.org/changeset/base/317123 Log: MFC r316747 Fix rss_ind_table entry for num_funcs > 1 Modified: stable/10/sys/dev/qlnx/qlnxe/qlnx_os.c Directory Properties: stable/10/ (props changed)

svn commit: r317122 - stable/10/sys/dev/qlnx/qlnxe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:41:19 2017 New Revision: 317122 URL: https://svnweb.freebsd.org/changeset/base/317122 Log: MFC r316720 Fix defects reported by Coverity 1. Deadcode in ecore_init_cache_line_size(), qlnx_ioctl() and qlnx_clean_filters() 2.

svn commit: r317120 - in stable/10: share/man/man4 sys/conf sys/dev/qlnx sys/modules sys/modules/qlnx

2017-04-18 Thread David C Somayajulu
m Technical Support at +.Pa http://support.qlogic.com , +or by E-mail at +.Aq Mt supp...@qlogic.com . +.Sh SEE ALSO +.Xr altq 4 , +.Xr arp 4 , +.Xr netintro 4 , +.Xr ng_ether 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +de

svn commit: r317118 - stable/11/sys/dev/qlnx/qlnxe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:18:11 2017 New Revision: 317118 URL: https://svnweb.freebsd.org/changeset/base/317118 Log: MFC r316747 Fix rss_ind_table entry for num_funcs > 1 Modified: stable/11/sys/dev/qlnx/qlnxe/qlnx_os.c Directory Properties: stable/11/ (props changed)

svn commit: r317117 - stable/11/sys/dev/qlnx/qlnxe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:13:58 2017 New Revision: 317117 URL: https://svnweb.freebsd.org/changeset/base/317117 Log: MFC r316720 Fix defects reported by Coverity 1. Deadcode in ecore_init_cache_line_size(), qlnx_ioctl() and qlnx_clean_filters() 2. ARRAY_VS_SINGLETON

svn commit: r317116 - in stable/11: share/man/man4 sys/conf sys/dev/qlnx sys/modules sys/modules/qlnx

2017-04-18 Thread David C Somayajulu
m Technical Support at +.Pa http://support.qlogic.com , +or by E-mail at +.Aq Mt supp...@qlogic.com . +.Sh SEE ALSO +.Xr altq 4 , +.Xr arp 4 , +.Xr netintro 4 , +.Xr ng_ether 4 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +de

svn commit: r317114 - stable/9/share/man/man4

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:03:46 2017 New Revision: 317114 URL: https://svnweb.freebsd.org/changeset/base/317114 Log: MFC r316310 Update man page for commit r316309 "Add support for optional Soft LRO". The driver provides the ability to select either HW or Software LRO, when

svn commit: r317113 - stable/9/sys/dev/qlxgbe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 03:02:23 2017 New Revision: 317113 URL: https://svnweb.freebsd.org/changeset/base/317113 Log: MFC r316309 Add support for optional Soft LRO Modified: stable/9/sys/dev/qlxgbe/ql_hw.c stable/9/sys/dev/qlxgbe/ql_hw.h stable/9/sys/dev/qlxgbe/ql_isr.c

svn commit: r317112 - stable/10/share/man/man4

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 02:59:26 2017 New Revision: 317112 URL: https://svnweb.freebsd.org/changeset/base/317112 Log: MFC r316310 Update man page for commit r316309 "Add support for optional Soft LRO". The driver provides the ability to select either HW or Software LRO, when LRO

svn commit: r317111 - stable/10/sys/dev/qlxgbe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 02:58:14 2017 New Revision: 317111 URL: https://svnweb.freebsd.org/changeset/base/317111 Log: MFC r316309 Add support for optional Soft LRO Modified: stable/10/sys/dev/qlxgbe/ql_hw.c stable/10/sys/dev/qlxgbe/ql_hw.h stable/10/sys/dev/qlxgbe/ql_isr.c

svn commit: r317110 - stable/11/share/man/man4

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 02:54:59 2017 New Revision: 317110 URL: https://svnweb.freebsd.org/changeset/base/317110 Log: MFC r316310 Update man page for commit r316309 "Add support for optional Soft LRO". The driver provides the ability to select either HW or Software LRO, when LRO

svn commit: r317109 - stable/11/sys/dev/qlxgbe

2017-04-18 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 19 02:52:55 2017 New Revision: 317109 URL: https://svnweb.freebsd.org/changeset/base/317109 Log: MFC r316309 Add support for optional Soft LRO Modified: stable/11/sys/dev/qlxgbe/ql_hw.c stable/11/sys/dev/qlxgbe/ql_hw.h stable/11/sys/dev/qlxgbe/ql_isr.c

svn commit: r316747 - head/sys/dev/qlnx/qlnxe

2017-04-12 Thread David C Somayajulu
Author: davidcs Date: Thu Apr 13 01:17:49 2017 New Revision: 316747 URL: https://svnweb.freebsd.org/changeset/base/316747 Log: Fix rss_ind_table entry for num_funcs > 1 MFC after:3 days Modified: head/sys/dev/qlnx/qlnxe/qlnx_os.c Modified: head/sys/dev/qlnx/qlnxe/qlnx_os.c

svn commit: r316720 - head/sys/dev/qlnx/qlnxe

2017-04-11 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 12 00:52:09 2017 New Revision: 316720 URL: https://svnweb.freebsd.org/changeset/base/316720 Log: Fix defects reported by Coverity 1. Deadcode in ecore_init_cache_line_size(), qlnx_ioctl() and qlnx_clean_filters() 2. ARRAY_VS_SINGLETON issue in

svn commit: r316485 - in head: share/man/man4 sys/conf sys/dev/qlnx sys/dev/qlnx/qlnxe sys/modules sys/modules/qlnx sys/modules/qlnx/qlnxe

2017-04-04 Thread David C Somayajulu
-compact +.It +QLogic 45000 series +.El +.Sh SUPPORT +For support questions please contact your Cavium approved reseller or +Cavium Technical Support at +.Pa http://support.qlogic.com , +or by E-mail at +.Aq Mt supp...@qlogic.com . +.Sh SEE ALSO +.Xr altq 4 , +.Xr arp 4 , +.Xr netintro 4 , +.

svn commit: r316310 - head/share/man/man4

2017-03-30 Thread David C Somayajulu
Author: davidcs Date: Thu Mar 30 23:49:57 2017 New Revision: 316310 URL: https://svnweb.freebsd.org/changeset/base/316310 Log: Update man page for commit r316309 "Add support for optional Soft LRO". The driver provides the ability to select either HW or Software LRO, when LRO is enabled

svn commit: r316309 - head/sys/dev/qlxgbe

2017-03-30 Thread David C Somayajulu
Author: davidcs Date: Thu Mar 30 22:43:32 2017 New Revision: 316309 URL: https://svnweb.freebsd.org/changeset/base/316309 Log: Add support for optional Soft LRO MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_hw.c head/sys/dev/qlxgbe/ql_hw.h head/sys/dev/qlxgbe/ql_isr.c

svn commit: r316183 - head/sys/dev/qlxgbe

2017-03-29 Thread David C Somayajulu
Author: davidcs Date: Wed Mar 29 23:00:07 2017 New Revision: 316183 URL: https://svnweb.freebsd.org/changeset/base/316183 Log: Upgrade firmware and other related files to version 5.4.64 Modified: head/sys/dev/qlxgbe/ql_boot.c head/sys/dev/qlxgbe/ql_fw.c head/sys/dev/qlxgbe/ql_minidump.c

svn commit: r315885 - stable/7/sys/dev/bxe

2017-03-23 Thread David C Somayajulu
Author: davidcs Date: Fri Mar 24 03:37:58 2017 New Revision: 315885 URL: https://svnweb.freebsd.org/changeset/base/315885 Log: MFC r314365 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add

svn commit: r315884 - stable/8/sys/dev/bxe

2017-03-23 Thread David C Somayajulu
Author: davidcs Date: Fri Mar 24 03:30:54 2017 New Revision: 315884 URL: https://svnweb.freebsd.org/changeset/base/315884 Log: MFC r314365 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add sysctl

svn commit: r315883 - stable/9/sys/dev/bxe

2017-03-23 Thread David C Somayajulu
Author: davidcs Date: Fri Mar 24 03:17:59 2017 New Revision: 315883 URL: https://svnweb.freebsd.org/changeset/base/315883 Log: MFC r314365 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add sysctl to set

svn commit: r315882 - stable/10/sys/dev/bxe

2017-03-23 Thread David C Somayajulu
Author: davidcs Date: Fri Mar 24 03:11:11 2017 New Revision: 315882 URL: https://svnweb.freebsd.org/changeset/base/315882 Log: MFC r314365 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add sysctl to set pause

svn commit: r315881 - stable/11/sys/dev/bxe

2017-03-23 Thread David C Somayajulu
Author: davidcs Date: Fri Mar 24 02:58:20 2017 New Revision: 315881 URL: https://svnweb.freebsd.org/changeset/base/315881 Log: MFC r314365 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add sysctl to set pause frame

svn commit: r314792 - stable/9/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:47:53 2017 New Revision: 314792 URL: https://svnweb.freebsd.org/changeset/base/314792 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/9/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/9/ (props changed) stable/9/sys/

svn commit: r314791 - stable/10/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:35:03 2017 New Revision: 314791 URL: https://svnweb.freebsd.org/changeset/base/314791 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/10/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r314789 - stable/11/sys/dev/qlxgbe

2017-03-06 Thread David C Somayajulu
Author: davidcs Date: Mon Mar 6 20:25:33 2017 New Revision: 314789 URL: https://svnweb.freebsd.org/changeset/base/314789 Log: MFC r314062 add bus_dmamap_unload in ql_free_dmabuf() Modified: stable/11/sys/dev/qlxgbe/ql_os.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r314365 - head/sys/dev/bxe

2017-02-27 Thread David C Somayajulu
Author: davidcs Date: Mon Feb 27 23:38:51 2017 New Revision: 314365 URL: https://svnweb.freebsd.org/changeset/base/314365 Log: 1. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync threads during interface down or detach. 2. add sysctl to set pause frame parameters 3.

svn commit: r314062 - head/sys/dev/qlxgbe

2017-02-21 Thread David C Somayajulu
Author: davidcs Date: Tue Feb 21 23:32:27 2017 New Revision: 314062 URL: https://svnweb.freebsd.org/changeset/base/314062 Log: add bus_dmamap_unload in ql_free_dmabuf() MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_os.c Modified: head/sys/dev/qlxgbe/ql_os.c

svn commit: r313073 - stable/9/sys/dev/qlxgbe

2017-02-01 Thread David C Somayajulu
Author: davidcs Date: Thu Feb 2 00:37:21 2017 New Revision: 313073 URL: https://svnweb.freebsd.org/changeset/base/313073 Log: MFC r312728 Added support for if_transmit and if_qflush Removed if_start updated version to 3.10.33 Modified: stable/9/sys/dev/qlxgbe/ql_def.h

svn commit: r313072 - stable/10/sys/dev/qlxgbe

2017-02-01 Thread David C Somayajulu
Author: davidcs Date: Thu Feb 2 00:20:53 2017 New Revision: 313072 URL: https://svnweb.freebsd.org/changeset/base/313072 Log: MFC r312728 Added support for if_transmit and if_qflush Removed if_start updated version to 3.10.33 Modified: stable/10/sys/dev/qlxgbe/ql_def.h

svn commit: r313070 - stable/11/sys/dev/qlxgbe

2017-02-01 Thread David C Somayajulu
Author: davidcs Date: Thu Feb 2 00:12:24 2017 New Revision: 313070 URL: https://svnweb.freebsd.org/changeset/base/313070 Log: MFC r312728 Added support for if_transmit and if_qflush Removed if_start updated version to 3.10.33 Modified: stable/11/sys/dev/qlxgbe/ql_def.h

svn commit: r312728 - head/sys/dev/qlxgbe

2017-01-24 Thread David C Somayajulu
Author: davidcs Date: Wed Jan 25 00:23:38 2017 New Revision: 312728 URL: https://svnweb.freebsd.org/changeset/base/312728 Log: Added support for if_transmit and if_qflush Removed if_start updated version to 3.10.33 MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_def.h

svn commit: r307974 - stable/9/sys/dev/bxe

2016-10-26 Thread David C Somayajulu
Author: davidcs Date: Wed Oct 26 18:20:06 2016 New Revision: 307974 URL: https://svnweb.freebsd.org/changeset/base/307974 Log: MFC r307578 1. Use taskqueue_create() instead of taskqueue_create_fast() for both fastpath and slowpath taskqueues. 2. Service all transmits in

svn commit: r307973 - stable/10/sys/dev/bxe

2016-10-26 Thread David C Somayajulu
Author: davidcs Date: Wed Oct 26 18:13:30 2016 New Revision: 307973 URL: https://svnweb.freebsd.org/changeset/base/307973 Log: MFC r307578 1. Use taskqueue_create() instead of taskqueue_create_fast() for both fastpath and slowpath taskqueues. 2. Service all transmits in

svn commit: r307972 - stable/11/sys/dev/bxe

2016-10-26 Thread David C Somayajulu
Author: davidcs Date: Wed Oct 26 17:53:12 2016 New Revision: 307972 URL: https://svnweb.freebsd.org/changeset/base/307972 Log: MFC r307578 1. Use taskqueue_create() instead of taskqueue_create_fast() for both fastpath and slowpath taskqueues. 2. Service all transmits in taskqueue

svn commit: r307578 - head/sys/dev/bxe

2016-10-18 Thread David C Somayajulu
Author: davidcs Date: Tue Oct 18 21:33:57 2016 New Revision: 307578 URL: https://svnweb.freebsd.org/changeset/base/307578 Log: 1. Use taskqueue_create() instead of taskqueue_create_fast() for both fastpath and slowpath taskqueues. 2. Service all transmits in taskqueue threads. 3.

svn commit: r307526 - stable/9/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:14:31 2016 New Revision: 307526 URL: https://svnweb.freebsd.org/changeset/base/307526 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/9/sys/dev/qlxgbe/ql_hw.c

svn commit: r307525 - stable/10/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:07:51 2016 New Revision: 307525 URL: https://svnweb.freebsd.org/changeset/base/307525 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/10/sys/dev/qlxgbe/ql_hw.c

svn commit: r307524 - stable/11/sys/dev/qlxgbe

2016-10-17 Thread David C Somayajulu
Author: davidcs Date: Mon Oct 17 18:04:19 2016 New Revision: 307524 URL: https://svnweb.freebsd.org/changeset/base/307524 Log: MFC r306790 Add support for adding up to 64 Multicast addresses with a single mailbox command Modified: stable/11/sys/dev/qlxgbe/ql_hw.c

svn commit: r306790 - head/sys/dev/qlxgbe

2016-10-06 Thread David C Somayajulu
Author: davidcs Date: Thu Oct 6 21:39:04 2016 New Revision: 306790 URL: https://svnweb.freebsd.org/changeset/base/306790 Log: Add support for adding up to 64 Multicast addresses with a single mailbox command MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_hw.c

svn commit: r306780 - stable/9/sys/dev/qlxgbe

2016-10-06 Thread David C Somayajulu
Author: davidcs Date: Thu Oct 6 19:06:10 2016 New Revision: 306780 URL: https://svnweb.freebsd.org/changeset/base/306780 Log: MFC r306522 Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62 Modified: stable/9/sys/dev/qlxgbe/ql_boot.c stable/9/sys/dev/qlxgbe/ql_fw.c

svn commit: r306779 - stable/10/sys/dev/qlxgbe

2016-10-06 Thread David C Somayajulu
Author: davidcs Date: Thu Oct 6 18:56:06 2016 New Revision: 306779 URL: https://svnweb.freebsd.org/changeset/base/306779 Log: MFC r306522 Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62 Modified: stable/10/sys/dev/qlxgbe/ql_boot.c stable/10/sys/dev/qlxgbe/ql_fw.c

svn commit: r306778 - stable/11/sys/dev/qlxgbe

2016-10-06 Thread David C Somayajulu
Author: davidcs Date: Thu Oct 6 18:52:09 2016 New Revision: 306778 URL: https://svnweb.freebsd.org/changeset/base/306778 Log: MFC r306522 Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62 Modified: stable/11/sys/dev/qlxgbe/ql_boot.c stable/11/sys/dev/qlxgbe/ql_fw.c

svn commit: r306522 - head/sys/dev/qlxgbe

2016-09-30 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 30 19:21:02 2016 New Revision: 306522 URL: https://svnweb.freebsd.org/changeset/base/306522 Log: Upgrade Firmware/Bootloader/ResetSeq/Minidump to revision 5.4.62 MFC after:5 days Modified: head/sys/dev/qlxgbe/ql_boot.c head/sys/dev/qlxgbe/ql_fw.c

svn commit: r306515 - head/sys/dev/bxe

2016-09-30 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 30 18:08:16 2016 New Revision: 306515 URL: https://svnweb.freebsd.org/changeset/base/306515 Log: Revert commit r306284 - Fixes for issues under high workloads Will fix and recommit patch Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/bxe.h

svn commit: r306284 - head/sys/dev/bxe

2016-09-23 Thread David C Somayajulu
Author: davidcs Date: Fri Sep 23 23:18:54 2016 New Revision: 306284 URL: https://svnweb.freebsd.org/changeset/base/306284 Log: Fixes for issues under high workloads MFC after:5 days Modified: head/sys/dev/bxe/bxe.c head/sys/dev/bxe/bxe.h head/sys/dev/bxe/bxe_stats.h Modified:

svn commit: r305500 - stable/9/sys/dev/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 20:55:59 2016 New Revision: 305500 URL: https://svnweb.freebsd.org/changeset/base/305500 Log: MFC 304249 Add support for set/get cam search mode Modified: stable/9/sys/dev/qlxgbe/ql_dbg.h stable/9/sys/dev/qlxgbe/ql_hw.c

svn commit: r305499 - in stable/9/sys: dev/qlxgbe modules/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 20:53:23 2016 New Revision: 305499 URL: https://svnweb.freebsd.org/changeset/base/305499 Log: MFC r394247 Upgrade fw, bootloader and minidump template to version 5.4.58 Add minidump retrieval code MFC r394248 Add ql_minidump.h

svn commit: r305491 - stable/10/sys/dev/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 19:29:14 2016 New Revision: 305491 URL: https://svnweb.freebsd.org/changeset/base/305491 Log: MFC 304249 Add support for set/get cam search mode Modified: stable/10/sys/dev/qlxgbe/ql_dbg.h stable/10/sys/dev/qlxgbe/ql_hw.c

svn commit: r305490 - stable/10/sys/dev/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 19:27:00 2016 New Revision: 305490 URL: https://svnweb.freebsd.org/changeset/base/305490 Log: MFC r394247 Upgrade fw, bootloader and minidump template to version 5.4.58 Add minidump retrieval code MFC r394248 Add ql_minidump.h Added:

svn commit: r305488 - stable/11/sys/dev/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 19:18:50 2016 New Revision: 305488 URL: https://svnweb.freebsd.org/changeset/base/305488 Log: MFC 304249 Add support for set/get cam search mode Modified: stable/11/sys/dev/qlxgbe/ql_dbg.h stable/11/sys/dev/qlxgbe/ql_hw.c

svn commit: r305487 - stable/11/sys/dev/qlxgbe

2016-09-06 Thread David C Somayajulu
Author: davidcs Date: Tue Sep 6 19:15:44 2016 New Revision: 305487 URL: https://svnweb.freebsd.org/changeset/base/305487 Log: MFC r394247 Upgrade fw, bootloader and minidump template to version 5.4.58 Add minidump retrieval code MFC r394248 Add ql_minidump.h Added:

svn commit: r304249 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 02:40:17 2016 New Revision: 304249 URL: https://svnweb.freebsd.org/changeset/base/304249 Log: Add support for set/get cam search mode MFC after: 5 days Modified: head/sys/dev/qlxgbe/ql_dbg.h head/sys/dev/qlxgbe/ql_hw.c head/sys/dev/qlxgbe/ql_hw.h

svn commit: r304248 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 01:57:58 2016 New Revision: 304248 URL: https://svnweb.freebsd.org/changeset/base/304248 Log: Add ql_minidump.h MFC after:5 days Added: head/sys/dev/qlxgbe/ql_minidump.h (contents, props changed) Added: head/sys/dev/qlxgbe/ql_minidump.h

svn commit: r304247 - head/sys/dev/qlxgbe

2016-08-16 Thread David C Somayajulu
Author: davidcs Date: Wed Aug 17 01:56:37 2016 New Revision: 304247 URL: https://svnweb.freebsd.org/changeset/base/304247 Log: Upgrade fw, bootloader and minidump template to version 5.4.58 Add minidump retrieval code MFC after: 5 days Modified: head/sys/dev/qlxgbe/ql_boot.c

svn commit: r299308 - in stable/7/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:22:31 2016 New Revision: 299308 URL: https://svnweb.freebsd.org/changeset/base/299308 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/7/sys/dev/bxe/bxe_elink.c

svn commit: r299307 - stable/7/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:19:09 2016 New Revision: 299307 URL: https://svnweb.freebsd.org/changeset/base/299307 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/7/sys/dev/bxe/bxe.c Directory Properties: stable/7/ (props changed) stable/7/sys/ (props changed)

svn commit: r299306 - stable/7/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:17:04 2016 New Revision: 299306 URL: https://svnweb.freebsd.org/changeset/base/299306 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points

svn commit: r299305 - in stable/8/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:11:37 2016 New Revision: 299305 URL: https://svnweb.freebsd.org/changeset/base/299305 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/8/sys/dev/bxe/bxe_elink.c

svn commit: r299304 - stable/8/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 03:04:14 2016 New Revision: 299304 URL: https://svnweb.freebsd.org/changeset/base/299304 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/8/sys/dev/bxe/bxe.c Directory Properties: stable/8/ (props changed) stable/8/sys/ (props changed)

svn commit: r299303 - stable/8/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:58:52 2016 New Revision: 299303 URL: https://svnweb.freebsd.org/changeset/base/299303 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by

svn commit: r299302 - in stable/9/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:50:54 2016 New Revision: 299302 URL: https://svnweb.freebsd.org/changeset/base/299302 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/9/sys/dev/bxe/bxe_elink.c

svn commit: r299301 - stable/9/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:47:40 2016 New Revision: 299301 URL: https://svnweb.freebsd.org/changeset/base/299301 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/9/sys/dev/bxe/bxe.c Directory Properties: stable/9/ (props changed) stable/9/sys/ (props changed)

svn commit: r299300 - stable/9/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:44:23 2016 New Revision: 299300 URL: https://svnweb.freebsd.org/changeset/base/299300 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by

svn commit: r299299 - in stable/10/sys: dev/bxe modules/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:35:13 2016 New Revision: 299299 URL: https://svnweb.freebsd.org/changeset/base/299299 Log: MFC r298591 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c Modified: stable/10/sys/dev/bxe/bxe_elink.c

svn commit: r299298 - stable/10/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:30:18 2016 New Revision: 299298 URL: https://svnweb.freebsd.org/changeset/base/299298 Log: MFC r298496 Remove Unused/Dead Code Modified: stable/10/sys/dev/bxe/bxe.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r299297 - stable/10/sys/dev/bxe

2016-05-09 Thread David C Somayajulu
Author: davidcs Date: Tue May 10 02:26:26 2016 New Revision: 299297 URL: https://svnweb.freebsd.org/changeset/base/299297 Log: MFC r298294 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points

svn commit: r298591 - in head/sys: dev/bxe modules/bxe

2016-04-25 Thread David C Somayajulu
Author: davidcs Date: Mon Apr 25 18:55:01 2016 New Revision: 298591 URL: https://svnweb.freebsd.org/changeset/base/298591 Log: 1. Removed -Wno-shift-negative-value from Makefile 2. Fixed warning its absence caused in bxe_elink.c MFC after:5 days Modified: head/sys/dev/bxe/bxe_elink.c

svn commit: r298496 - head/sys/dev/bxe

2016-04-22 Thread David C Somayajulu
Author: davidcs Date: Sat Apr 23 01:22:12 2016 New Revision: 298496 URL: https://svnweb.freebsd.org/changeset/base/298496 Log: Remove Unused/Dead Code MFC after:5 days Modified: head/sys/dev/bxe/bxe.c Modified: head/sys/dev/bxe/bxe.c

svn commit: r298294 - head/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 20:28:30 2016 New Revision: 298294 URL: https://svnweb.freebsd.org/changeset/base/298294 Log: 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocated and freed on as needed basis. 2. grcdump can be taken at failure points by invoking

svn commit: r298291 - stable/7/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 19:22:07 2016 New Revision: 298291 URL: https://svnweb.freebsd.org/changeset/base/298291 Log: MFC r297884 Add support for Flash Update Submitted by:nrapendra.si...@qlogic.com;vaishali.kulka...@qlogic.com;davi...@freebsd.org Modified:

svn commit: r298290 - stable/7/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 19:18:59 2016 New Revision: 298290 URL: https://svnweb.freebsd.org/changeset/base/298290 Log: MFC r297873 1. Process tx completions in bxe_periodic_callout_func() and restart transmissions if possible. 2. For SIOCSIFFLAGS call bxe_init_locked() only

svn commit: r298289 - stable/8/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 19:14:04 2016 New Revision: 298289 URL: https://svnweb.freebsd.org/changeset/base/298289 Log: MFC r297884 Add support for Flash Update Submitted by:nrapendra.si...@qlogic.com;vaishali.kulka...@qlogic.com;davi...@freebsd.org Modified:

svn commit: r298284 - stable/9/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 19:03:06 2016 New Revision: 298284 URL: https://svnweb.freebsd.org/changeset/base/298284 Log: MFC r297884 Add support for Flash Update Submitted by:nrapendra.si...@qlogic.com;vaishali.kulka...@qlogic.com;davi...@freebsd.org Modified:

svn commit: r298287 - stable/8/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 19:08:44 2016 New Revision: 298287 URL: https://svnweb.freebsd.org/changeset/base/298287 Log: MFC r297873 1. Process tx completions in bxe_periodic_callout_func() and restart transmissions if possible. 2. For SIOCSIFFLAGS call bxe_init_locked() only

svn commit: r298283 - stable/9/sys/dev/bxe

2016-04-19 Thread David C Somayajulu
Author: davidcs Date: Tue Apr 19 18:57:31 2016 New Revision: 298283 URL: https://svnweb.freebsd.org/changeset/base/298283 Log: MFC r297873 1. Process tx completions in bxe_periodic_callout_func() and restart transmissions if possible. 2. For SIOCSIFFLAGS call bxe_init_locked() only

<    1   2   3   4   >