summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io
AgeCommit message (Collapse)AuthorFilesLines
2020-11-17 [illumos-gate merge]release-20201119Dan McDonald1-0/+2
commit 5a0af8165ce9590e7a18f1ef4f9badc4dd72c6e6 13274 enable -fstack-protector-strong by default in user land commit 6a817834d81cc75ce12d0d393320837b1fec1e85 5788 Want support for GCC's stack protector in libc commit 350ffdd54baf880f440ddf9697666e283894ded1 13273 want upanic(2) commit 7fdea60d55a95f0e46066fd021c4ef1b1321bafc 13300 mlxcx_cq_setup() doesn't take required locks for ASSERTs Merge notes: - Manifest changes to match package changes (including shipping libssp_ns.a) - Modified lx_vdso tools to not include SSP, to match other build-only tools.
2020-11-1713300 mlxcx_cq_setup() doesn't take required locks for ASSERTsRobert Mustacchi1-0/+2
Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Alex Wilson <alex@cooperi.net> Approved by: Garrett D'Amore <garrett@damore.org>
2020-10-30 [illumos-gate merge]Jason King1-19/+27
commit 06524cf4e4f6c18e557fb244d42a8e47dba3b1b6 13253 bhyve stumbles on APIC ICRLO commit 0e1453c3a2b94021caaa134e7c5a404243abd604 13244 bhyve PM timer should be movable 13245 bhyve IO port hooks could be better integrated commit e2c4d811404751999feb962ad88c198c0174076d 13205 tem: we can use colors 0-255 with 8-bit depth
2020-10-2913205 tem: we can use colors 0-255 with 8-bit depthToomas Soome1-19/+27
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-10-28 [illumos-gate merge]Dan McDonald2-0/+10
commit 94cc9d8febd5c99331fd191291b3b54435a1ef18 13118 Very slow reaping, possible deadlock in zfs_delmap commit 7cbbb9b50e91b71fbcb3cde98921fc7fbcbe83ea 13241 mlxcx sending wrong length SET_FLOW_TABLE_ROOT on some parts commit 91061836e6d66992af6a50374729f8ef6a6263ae 13204 loader: 8-bit depth can draw 256 colors
2020-10-2713241 mlxcx sending wrong length SET_FLOW_TABLE_ROOT on some partsAlex Wilson2-0/+10
Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-10-22 [illumos-gate merge]Dan McDonald1-1/+1
commit 1d276e0b382cf066dae93640746d8b4c54d15452 13242 parse_user_name in PAM is sloppy commit 549e0fd315406a4a97f9043f44860eed39a715da 13213 Want development driver for accessing AMD DF commit becd642c1e97d1674cef9e3dccb159c20c6992ae 13212 Add Renoir to amdzen(7D) commit 047043c2181e939608ea2c09257fd2d515e99643 13144 refactor amdf17nbdf into a nexus 13145 rewrite amdf17nbdf to use the ksensor framework 13146 Want a driver for AMD SMN user access
2020-10-2113144 refactor amdf17nbdf into a nexusRobert Mustacchi1-1/+1
13145 rewrite amdf17nbdf to use the ksensor framework 13146 Want a driver for AMD SMN user access Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Robert French <robert@robertdfrench.me> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-10-14 [illumos-gate merge]Jason King1-3/+5
commit 35abe3277cc67d1a650f8fd7ce718b89fbece04d 13215 qsort_r(3C) manual synopsis was botched commit 85f4cb87104c72587029a6e0f1663332c85ba118 13184 Stop translating ld(1) options through cw(1) commit 0a36db39c3cd88f4799ecd9db875f43d834d0a81 13210 Removing multiple links from aggr leaves last link dangling Conflicts: usr/src/uts/sun4u/opl/unix/Makefile usr/src/lib/krb5/plugins/preauth/pkinit/Makefile.com usr/src/cmd/rcap/rcapstat/Makefile usr/src/cmd/cmd-inet/usr.sbin/snoop/Makefile usr/src/cmd/cmd-inet/usr.sbin/Makefile
2020-10-1313210 Removing multiple links from aggr leaves last link danglingPaul Winder1-3/+5
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-10-07OS-7088 cyclics corked on overlay socket with full queue (#335)Dan McDonald2-2/+11
Reviewed by: Jason King <jbk@joyent.com> Approved by: Mike Zeller <mike.zeller@joyent.com>
2020-09-29 [illumos-gate merge]Jerry Jelinek3-0/+123
commit 7bb0fe31b7400cab73629832ea525813b9eeec17 13071 igb(7D) needs to mention it's GLDv3, not STREAMS commit 196b393bb2aa03afc0d141411913d7894e11ba0b 13149 elide squeue wake-ups when prudent commit 11a004840daff945cd5e382eeb137e0682eabe1f 13165 FEC enabled port connected to i40e may not come online 13166 Support en_fec_cap and adv_fec_cap link properties in i40e Conflicts: usr/src/uts/common/inet/squeue.c
2020-09-2813165 FEC enabled port connected to i40e may not come onlinePaul Winder3-0/+123
13166 Support en_fec_cap and adv_fec_cap link properties in i40e Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-09-18 [illumos-gate merge]Jerry Jelinek2-1/+108
commit 24571f7b017865fbad5f588fb0694b558c94e14d 13075 No console messages after early boot on non-VGA graphics commit 3d21c6bf2078598ab053d382b8a9af3b70b8e995 11064 md_clear is misspelt commit 73439c833efecf3010718112f4fce6bb183a6803 13080 Add support for cxgbe temp/volt sensor commit b7a7784945b3504d0b69ea02a08e1cddb5578907 13111 Want futimes(), lutimes() and timespec/timeval conversion macros
2020-09-1713080 Add support for cxgbe temp/volt sensorRobert Mustacchi2-1/+108
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-09-17 [illumos-gate merge]Jerry Jelinek1-11/+44
commit 260b78324e5b8479cc94f897a36e996f026c3fef 13108 mlxcx fails to attach on system using pcplusmp after 12988 commit 8c5b3a5a518f93629928bd6ed373422602ce74a9 13136 libc: memset_s() error: unchecked function return
2020-09-1713108 mlxcx fails to attach on system using pcplusmp after 12988Andy Fiddaman1-11/+44
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-09-15 [illumos-gate merge]Jerry Jelinek8-29/+276
commit d92a2ce76311170b6aa244c3a22f3a3754dad613 13139 bhyve bungles math for VMX ins/outs size commit 9cfcc091666d5546e419c22f4963474d11673f5e 13137 zfs: warn: inconsistent indenting commit 8ad93a826ff9af944e63c7d84b30cba79dc36d54 13121 mdb smbios dmod could work for libsmbios commit c6795799963479a5ddb9b97ebb4cf6c1c97c1fba 13119 Want support for SMBIOS 3.4 commit 1718c31669d146508ea805e88322f5b74d892762 13081 add mlxcx temp sensor commit 1045e13a248d94941f864998aa859970ae3a4154 13079 Add ksensor support for voltage and current sensors commit eee178623516e461188f137dc6e5e38875967e09 12967 default to apix over pcplusmp
2020-09-1413081 add mlxcx temp sensorRobert Mustacchi5-0/+196
Reviewed by: Alex Wilson <alex@cooperi.net> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-09-1413079 Add ksensor support for voltage and current sensorsRobert Mustacchi3-29/+80
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-09-14 [illumos-gate merge]Jerry Jelinek1-71/+66
commit 8837b1d0891b79dc11ae1199ea4a100f3f17c7b1 13143 libc test suite should pass cleanly with unprivileged user commit 9c562f14f5af5a3d068e998a2ab674ce019cc395 13043 HPET config register does not change size commit 92f7b1e23c49ac9522feadd9b58cb103a05a509b 13039 HPET on AWS EC2 may be Hazard-Prone Error Trigger commit fdcca78f421670bb8f04d68bc3f2762a4b5342be 13042 make prom_debug more useful outside startup.c commit 51706d6c808d070acc209c5894e98814aa259ba6 12510 prtvtoc columns are not wide enough for modern disks commit 93dc830ecbbcd243760848e27a0f901125432b04 13129 libc: gettimeofday() error: unchecked function return commit 92db730eedd4fcf11958d5b89b6d63f99488d594 13117 zfs: variable dereferenced before check commit d96925c4917df4be0de8533ddaa487c9d915b8c5 11499 default to hires tick commit db8733f5bbf6e1c41c482d70b2fe49470d1958de 13110 clean up compiler gags in bhyve kernel commit 374fc6954a786a037fbb28b1cd6fd62d05d13a37 commit fcfe1af15109d9332f8d8f6330b4eea92effb41d 13121 mdb smbios dmod could work for libsmbios commit df8c2508aa717e719c0726c616d47f2c94a58dab 13119 Want support for SMBIOS 3.4
2020-09-1011499 default to hires tickRichard Lowe1-71/+66
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: John Levon <levon@movementarian.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-09-0113084 tl_open should handle id_space exhaustionPatrick Mooney1-5/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-27 [illumos-gate merge]Jerry Jelinek5-12/+90
commit d770dd109db2b92dea49c41ab80ce452e6e7064c 12767 Document '-delete' option to find(1) commit e1447ca93391f31609bda487cb922dbff9dcdef5 12980 attempting to change MTU on mlxcx based aggregation can induce FMA event 12987 devo_power misconfigured in mlxcx 12988 potential hang in mlxcx when async and ring vectors end up on same CPU
2020-08-2612980 attempting to change MTU on mlxcx based aggregation can induce FMA eventPaul Winder5-12/+90
12987 devo_power misconfigured in mlxcx 12988 potential hang in mlxcx when async and ring vectors end up on same CPU Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-08-26 [illumos-gate merge]release-20200827Jerry Jelinek2-28/+69
commit dbe930bf51e0d7458b24d30e9f25756c5da54ddf 13040 grep can leverage bmg in more cases commit 81dd18d87c3c2e198d2178dfd1f30d62a81b69ea 3546 add support for grep -o option commit 8ccd021704a4fe1b4022c110d3dd497f8cd907d5 13038 grep could support --label commit 2e5ac464a5683c5bf11439ccad74c9f279051820 13037 grep could support -L commit f415aa8f1340638644c6cf63e9d11d3767f4cbba 13036 grep tests could be easier to extend commit cd94aa947d1e02a1c25259f2cf06c165d75aa4fa 13061 Import sed tests from freebsd commit c6fc7f7b786ce47c35645054cdce73e83f39e7f3 13051 sed: lastline check does not work properly with empty files commit e0721d5ae1542c80097f6fcd487736fdfe601233 13003 console: multiple issues related to colors and font loading and switching commit 6863ede29751efd2be66ec1b48c3c0ee705d7d61 13066 Want crontab -u commit 31c9b836861e74f837a36ca29220b58f3657585a 13044 Clarify parts of getopt_long(3C) commit 9fff840dca14d75459a8240b19c931e2fec186c5 13032 printf(3C) should talk about NULL string pointers Conflicts: usr/src/test/util-tests/tests/grep_xpg4/grep_test.ksh usr/src/man/man1/crontab.1 usr/src/cmd/cron/crontab.c
2020-08-2513003 console: multiple issues related to colors and font loading and switchingToomas Soome2-28/+69
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-24 [illumos-gate merge]Jerry Jelinek1-9/+32
commit 0a9a25a293d437b1563e1d8479fef8f3795ba817 13021 Invalid state if bindtextdomain() fails during re-binding commit 5fae793b9b02afd1f3f434f3a915a64c08edc7b2 13062 loader: make env_discard() public commit b89fb824168e36795c325b5e0a4d1e71dd2d8d65 13068 gptzfsboot: command from /boot/config should be nul terminated commit 8548ec78d85644539a23c4262ed2b9512a47865e 13065 log when suspending a zpool commit 84971882a96ac0fecd538b02208054a872ff8af3 12996 bhyve kernel should be wscheck clean commit e0c0d44e917080841514d0dd031a696c74e8c435 12989 improve interface boundary for bhyve MMIO 12990 improve interface boundary for bhyve ins/outs 12991 bhyve vlapic should SIPI more carefully commit 76f19f5fdc974fe5be5c82a556e43a4df93f1de1 12983 Want additional prototypes for manual pages commit 341c5f490806c8b3e6e31512923db4c0e1b464b1 13041 i40e_get_available_resources() broken again for X722 part commit dcbbe9e03d9d35c714d909a1f4767ce83c885e80 13049 cstyle should tolerate freebsd headers
2020-08-1913041 i40e_get_available_resources() broken again for X722 partJohn Levon1-9/+32
Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-05 [illumos-gate merge]Jerry Jelinek2-69/+137
commit b8ffbd3111b44e6c578236149ddc6140effd3dc2 12694 race between write() and shutdown() for unix sockets commit 64c2d2f3dba85d007642204d91961a84db9360cd 12984 devo_power misset in sensor drivers commit 01c0c40b21ae5d91e9c44377d6b19c9326e8e94f 12954 Rewrite coretemp to use the ksensor framework 12955 coretemp had the wrong granularity commit 001481f6cda9064930e4caee83ed1a8f0c801b8b 12405 audioens: variable may be used uninitialized
2020-08-0412694 race between write() and shutdown() for unix socketsJohn Levon1-69/+135
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0412405 audioens: variable may be used uninitializedToomas Soome1-0/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-30 [illumos-gate merge]Jerry Jelinek1-5/+7
commit 84b52440bb17285d25cdba822f4ed46754e76f37 12997 clean up stale vdev driver in bhyve commit e2c85a726855856e110e09116d4f188c31949528 12995 update console fonts to terminus-4.48 commit 731058ff81c06fefc6b8786de93f31bd2e8d9986 12993 build default bold and vga fonts commit 2590fb56d329661927485eb826679e9f44e9c3dc 12985 fix wpi ddi_dma_nextcookie misuse
2020-07-2912985 fix wpi ddi_dma_nextcookie misuseRobert Mustacchi1-5/+7
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-23 [illumos-gate merge]Jerry Jelinek5-357/+515
commit aa2a44afcbfb9d08096ea5af01f0bb30d4b7f9a6 12957 Some ipadm and dladm commands are slow on i40e 12958 i40e allocates large amounts of DMA 12972 Remove reference to deprecated ddi_power from i40e commit 6937e379563aa5fe8a003acdcd316b89044dd8dd 12952 ms: this statement may fall through
2020-07-2312957 Some ipadm and dladm commands are slow on i40ePaul Winder5-357/+515
12958 i40e allocates large amounts of DMA 12972 Remove reference to deprecated ddi_power from i40e Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-20 [illumos-gate merge]Jerry Jelinek21-834/+3337
commit fa42722764b7b54c64cf742fc1d5d4ab0f02511a 12515 vfalls: array subscript is above array bounds commit 790596015610f2e87846342a497f6ee558379163 12105 libsmbns: passing argument 1 to restrict-qualified parameter aliases with argument 4 commit 93f1cac532b220b8db1e7715dbb2ae7ec5fe8fe7 12933 Update i40e core code to support NVM v1.7
2020-07-1712933 Update i40e core code to support NVM v1.7Paul Winder21-834/+3337
Portions contributed by: Krzysztof Galazka <krzysztof.galazka@intel.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Garrett D'Amore <garrett@damore.org>
2020-07-16 [illumos-gate merge]Jerry Jelinek2-6/+124
commit 2ba19bafbe44c6a57d09e79cc5e11875088875bf 12940 Add DKIOCFREE support to NVMe devices commit f91a454727d8e1cd4bbbe2d4efd2754590298697 12794 ZFS support for vectorized algorithms on x86 (HW support)
2020-07-1512940 Add DKIOCFREE support to NVMe devicesJason King2-6/+124
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Some <tsoome@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2020-07-14 [illumos-gate merge]Jerry Jelinek3-12/+20
commit eb8e4816e886312ff129c1a9213ad86d0fe5ffb6 12935 loader: setting vdev size based on label asize is not working commit b38fc3ed80ecaf16c46433e690e6f17495c5e179 12922 bhyve vmm ops could have stronger guardrail commit 88628b1bc8bd723915686a0f84bd0461ec80e590 12913 i40e want configurable num_rx_groups
2020-07-1312913 i40e want configurable num_rx_groupsRyan Zezeski3-12/+20
Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Randy Fishel <randyf@sibernet.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-13 [illumos-gate merge]Jerry Jelinek17-361/+1747
commit 2509632a43b285708c172d4221818e8b79cea126 12835 Want support for I350 temperature sensor commit 0e32477cfa6191e10950ae5e101344ad43622930 12834 Rewrite amdbnbtemp to use the ksensor framework commit 026742805847ca4c0c7ca8af50d2ba6a1f4b2b90 12833 Rewrite pchtemp to use the ksensor framework commit 3ce5372277f4657ad0e52d36c979527c4ca22de2 12830 Want centralized ksensor framework 12831 temperature sensors could describe accuracy 12832 topo support for generic PCI device temp sensors commit 5623f66bff7c40c0d22bd5f3cbbb803965de64b9 12894 root zpool with SLOG should be bootable commit 4d9fdb46b215739778ebc12079842c9905586999 12223 Update libdwarf to libdwarf-20200612 commit 4c60ecf710115cd5ae61f6b97dafc7ff963259f4 12942 pkcs11_softtoken pbkdf2 key derivation can crash commit 4cf53d5010eff4a394b33676d54b1311b8e1012e 12882 sun4u/unix: build errors with gcc 7 commit 65a3bc83734e5fb0fc2c19df3e5112b87dcdc3f8 12921 bhyve IPI statistics should not be a matrix commit 3decf16814408c6b0b69d8df1e56e01cd3313a4f 12511 vioblk should preallocate virtio chains commit fe354f7669cae68869feea028566f75f357ae5e7 12923 SMT exclusion should not balk at GZ commit 0207f820281e2416190c7ed5f1cb4d11188c082b 12918 mlxcx "Deadlock: cycle in blocking chain" panic commit 5f0e3176f407dfb9d989b5dcc94a6d5384d0b142 12797 mlxcx max flow table limit can be exceeded 12798 mlxcx command interface should allow concurrent commands and be interrupt driven 12799 mlxcx #if defined for MAC_VLAN_UNTAGGED is redundant 12890 mlxcx uses excessive stack space causing stack overflow panic commit 4e065a9f6a4471f1001853cd10a093bc5beb58a5 12513 SMB 3.1.1 support for server
2020-07-1212835 Want support for I350 temperature sensorRobert Mustacchi4-0/+279
Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Toomas Soome <toomas@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-1212830 Want centralized ksensor frameworkRobert Mustacchi4-0/+573
12831 temperature sensors could describe accuracy 12832 topo support for generic PCI device temp sensors Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Toomas Soome <toomas@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-1012511 vioblk should preallocate virtio chainsPatrick Mooney2-55/+37
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-07-1012918 mlxcx "Deadlock: cycle in blocking chain" panicPaul Winder6-63/+196
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Alex Wilson <alex@cooperi.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-1012797 mlxcx max flow table limit can be exceededPaul Winder7-251/+670
12798 mlxcx command interface should allow concurrent commands and be interrupt driven 12799 mlxcx #if defined for MAC_VLAN_UNTAGGED is redundant 12890 mlxcx uses excessive stack space causing stack overflow panic Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Alex Wilson <alex@cooperi.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-10 [illumos-gate merge]Jerry Jelinek7-94/+470
commit 415535b1f3a5b13ac8fe4938b44c5f5688f82237 12888 mdb: error: variable set but not used commit 234a3cfbeb41cab4c47872d4972632d855f56d2b 12931 The number of tx/rx queue pairs can exceed the i40e's capabilities commit 1a5ae140ba142cafb59ab08b3212c4ebbce84f32 12506 Add support to vioblk for DISCARD operation commit 2fc9ab6e6080d66d8dc6b967cea7ba24bee8c7e5 12793 kernel FPU support commit 7e9964352166d31ee78f8ed0e600c9e32d9d72a4 12891 eri: this 'if' clause does not guard...
2020-07-1012931 The number of tx/rx queue pairs can exceed the i40e's capabilitiesPaul Winder1-2/+20
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>