| | Authored by erj on Jul 24 2018, 6:37 PM. | Unknown Object (File) | Sun, Jan 19, 11:35 PM2025-01-19 23:35:39 (UTC+0) |
| Unknown Object (File) | Mon, Jan 6, 10:33 AM2025-01-06 10:33:59 (UTC+0) |
| Unknown Object (File) | Mon, Dec 23, 6:33 AM2024-12-23 06:33:14 (UTC+0) |
| Unknown Object (File) | Dec 3 2024, 10:52 PM2024-12-03 22:52:13 (UTC+0) |
| Unknown Object (File) | Dec 2 2024, 4:18 AM2024-12-02 04:18:24 (UTC+0) |
| Unknown Object (File) | Nov 28 2024, 12:16 AM2024-11-28 00:16:22 (UTC+0) |
| Unknown Object (File) | Nov 22 2024, 6:34 PM2024-11-22 18:34:21 (UTC+0) |
| Unknown Object (File) | Nov 21 2024, 6:08 AM2024-11-21 06:08:30 (UTC+0) |
Event TimelineThis revision is now accepted and ready to land. This revision now requires changes to proceed. erj retitled this revision from ixlv(4): Update to use iflib to ixlv(4): Update to use iflib; change name to iavf(4). This revision is now accepted and ready to land. sbruno accepted this revision. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 2 lines | | 2 lines | | | | 8 lines | | | | | | 34 lines | | 165 lines | | 2701 lines | | 36 lines | | 23 lines | | 33 lines | | 12 lines | | 179 lines | | 323 lines | | 15 lines | | 2 lines | | 195 lines | | 136 lines | | | | 595 lines | | | | 1 line | | | | 10 lines | | | | 4 lines | | | | 4 lines | | 71 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
3e43985686b5 | bed37fc5f111 | bcc57a58d81b | Eric Joyner | ixl/ixlv(4): Fix dev.ixl/v.#.vsi.rxq#.bytes sysctl not incrementing (Show More…) | Aug 9 2018, 6:23 PM | bcc57a58d81b | 001e6851e428 | 610e38e25414 | Eric Joyner | ixl(4): Add tunable to enable VF loopback; enable by default (Show More…) | Aug 9 2018, 12:10 AM | 610e38e25414 | d013f310b0a6 | 19f4eb834725 | Eric Joyner | ixl(4): Lie to the VF about configuring promiscuous mode if VF isn't allowed to… (Show More…) | Aug 3 2018, 6:27 PM | 19f4eb834725 | bee2fa45bdb2 | 65ceef68f2ae | Eric Joyner | ixl(4): Combine PF-only/VF-only ixl_disable_rings() in PF driver into one… (Show More…) | Aug 2 2018, 8:41 PM | 65ceef68f2ae | 0212ae400731 | f58d6e7f3f04 | Eric Joyner | ixl(4): Fix module Makefile when PCI_IOV is enabled (Show More…) | Jul 26 2018, 9:02 PM | f58d6e7f3f04 | 6c36de1527b1 | 2031a27104b1 | Eric Joyner | ixl/ixlv(4): Preserve code removal done in r336313 (Show More…) | Jul 25 2018, 7:54 PM | 2031a27104b1 | 4cab0f71d1be | 6627f2b2f40c | Eric Joyner | ixlv(4): Use same TX DMA seg sizes as the ones in ixl(4) (Show More…) | Jul 25 2018, 7:50 PM | 6627f2b2f40c | fc539b15c224 | f290be8ea706 | Eric Joyner | | Jul 25 2018, 5:58 PM | f290be8ea706 | 5b75ad27fdd7 | b6020034b104 | Eric Joyner | | Jul 25 2018, 4:15 PM | b6020034b104 | 2432c1f8673a | 38a156190421 | Eric Joyner | ixlv(4): Re-add driver to GENERIC and build files (Show More…) | Jul 25 2018, 4:08 PM | 38a156190421 | 97797ba6e434 | 5d3bb3fe626b | Eric Joyner | | Jul 24 2018, 7:17 AM | 5d3bb3fe626b | 794f6d8c35a3 | 54003576ee21 | Eric Joyner | ixlv(4): Convert some M_DEVBUF malloc types to M_IXLV (Show More…) | Jul 24 2018, 6:48 AM | 54003576ee21 | d69a3955353e | 14db0f54c9ef | Eric Joyner | ixlv(4): Check if ASQ is alive before sending message to PF (Show More…) | Jul 24 2018, 6:47 AM | 14db0f54c9ef | d8d9171cf316 | 7c1bbe09cd1b | Eric Joyner | ixlv(4): Remove unused states and variables from ixlv.h (Show More…) | Jul 24 2018, 6:42 AM | 7c1bbe09cd1b | 0982e550153c | c0b7fe2cc98e | Eric Joyner | ixl(4): Update debug.filter_list to print out VF filters (Show More…) | Jul 24 2018, 6:41 AM | c0b7fe2cc98e | 77e2f5dd75d3 | aeb7b492ec26 | Eric Joyner | | Jul 24 2018, 6:40 AM | aeb7b492ec26 | 62bff72a7266 | e6fa161e2eaa | Eric Joyner | ixl(4): Add debug print statements to filter add/delete functions (Show More…) | Jul 24 2018, 6:40 AM | e6fa161e2eaa | 29d5aa770f31 | 5fb662963e1a | Eric Joyner | | Jul 24 2018, 6:39 AM | 5fb662963e1a | 4751f447a1be | e382705aa1f0 | Eric Joyner | ixl(4): Set IXL_FILTER_USED when adding a MAC filter (Show More…) | Jul 24 2018, 6:38 AM | e382705aa1f0 | 604cf2965024 | 62e1eaf25f2f | Eric Joyner | | Jul 24 2018, 6:38 AM | 62e1eaf25f2f | e69fec9425c2 | 39b35615a63c | Eric Joyner | ixl(4): Admin queue interrupt fixes (and VFLR handling) (Show More…) | Jul 24 2018, 6:36 AM | 39b35615a63c | 6509fae61709 | 6000967fd3a1 | Eric Joyner | | Jul 24 2018, 6:34 AM | 6000967fd3a1 | 12a6dbf55801 | 919352463759 | Eric Joyner | ixl(4): Make VFs use LRXQTHRESH value of 1, like PF (Show More…) | Jul 24 2018, 6:32 AM | 919352463759 | 98410bdb407a | b4fd8f578ea2 | Eric Joyner | | Jul 24 2018, 6:31 AM | b4fd8f578ea2 | 472b1fef2032 | 1d60d99c8f1f | Eric Joyner | ixl(4): Add new debug mask flag and shortcut functions (Show More…) | Jul 24 2018, 6:29 AM | 1d60d99c8f1f | 17664e9678f6 | 7132d7c93523 | Eric Joyner | ixl(4): Remove unused variables in struct ixl_pf (Show More…) | Jul 24 2018, 6:27 AM | 7132d7c93523 | f39af9bc135b | 7fdc14ddce5d | Eric Joyner | | Jul 24 2018, 5:48 AM | 7fdc14ddce5d | 133778d85cb9 | 2cf9d961b51f | Eric Joyner | ixlv(4): Fixes to admin queue interrupt handling (Show More…) | Jul 24 2018, 5:46 AM | 2cf9d961b51f | 1c43d9da1f38 | 8f913e07676a | Eric Joyner | | Jul 24 2018, 5:45 AM | 8f913e07676a | ec56bc9763b5 | c99a7422d1ef | Eric Joyner | ixlv(4): Add missing line break at end of message (Show More…) | Jul 24 2018, 5:44 AM | c99a7422d1ef | f7f749c55946 | d5ef57722fc1 | Eric Joyner | ixlv(4): Configure multicast promiscuous when there are more multicast filters… (Show More…) | Jul 24 2018, 5:43 AM | d5ef57722fc1 | e50a581d0cd5 | b9e0c5bca771 | Eric Joyner | ixlv(4): Try to handle critical AQ errors better (Show More…) | Jul 24 2018, 5:42 AM | b9e0c5bca771 | c82510c669ff | 67feb914df8b | Eric Joyner | | Jul 24 2018, 5:40 AM | 67feb914df8b | c5bc6e58ac54 | 254da6bd972e | Eric Joyner | | Jul 24 2018, 5:38 AM | 254da6bd972e | 0b7d7907887e | 5a8f6517715a | Eric Joyner | | Jul 24 2018, 5:36 AM | 5a8f6517715a | b16827b1261b | 44d0de845301 | Eric Joyner | | Jul 24 2018, 5:29 AM | 44d0de845301 | b622a2500fff | 1a215d575b37 | Eric Joyner | ixlv(4): Set a driver state for the VF at the end of attach (Show More…) | Jul 24 2018, 5:09 AM | 1a215d575b37 | b8a7a3f71a3f | 7a4d7a1768dc | Eric Joyner | | Jul 24 2018, 5:07 AM | 7a4d7a1768dc | 0f4416bf579d | 73b313830e86 | Eric Joyner | ixl(4): Make ixl_if_vflr_handle() call ixl_handle_vflr() (Show More…) | Jul 24 2018, 5:06 AM | 73b313830e86 | 191c897a1739 | ee0216c32a25 | Eric Joyner | ixl(4): Setup softirq to handle VFLR interrupt task (Show More…) | Jul 24 2018, 5:06 AM | ee0216c32a25 | e403fa8bdd5a | 0f416c2f2883 | Eric Joyner | | Jul 24 2018, 5:05 AM | 0f416c2f2883 | 6e90fc6cf1ed | 1e4c18d9352c | Eric Joyner | | Jul 14 2018, 12:21 AM | 1e4c18d9352c | 5cffb042fb94 | dbc89406a775 | Eric Joyner | ixlv(4): Convert VC msg functions to return an error on failure, instead of void (Show More…) | Jul 14 2018, 12:08 AM | dbc89406a775 | 78b461c3cb83 | 23abdfad7173 | Eric Joyner | | Jul 13 2018, 11:37 PM | 23abdfad7173 | dbec1f511f10 | 64ffe03c3ee9 | Eric Joyner | | Jul 13 2018, 11:05 PM | 64ffe03c3ee9 | 341e77f84665 | b86690548955 | Eric Joyner | ixl/ixlv(4): Add VSI stats sysctls to VF driver (Show More…) | Jul 13 2018, 7:35 PM | b86690548955 | a05ab4ddcac3 | 27c6f7c58421 | Eric Joyner | ixlv(4): Enable checking for critical AQ errors during AQ processing (Show More…) | Jul 13 2018, 6:42 PM | 27c6f7c58421 | 290f5c6dba63 | 1e042e4dd0e3 | Eric Joyner | ixlv: Add debug sysctl to print out VF filter lists (Show More…) | Jul 12 2018, 5:12 PM | 1e042e4dd0e3 | dcb6e16ebd2e | 3ca3b9194156 | Eric Joyner | ixl/ixlv: Support for the VF configuring promiscuous mode (Show More…) | Jul 11 2018, 10:21 PM | 3ca3b9194156 | a0139137e02b | 1d36106bf36b | Eric Joyner | ixl/ixlv: Remove README and commented out code | Jul 9 2018, 7:25 PM | 1d36106bf36b | 2c28471a398a | 6fb339c50c94 | Eric Joyner | ixlv: Start reworking VF sysctls, change more debug statements to use new… (Show More…) | Jul 7 2018, 12:20 AM | 6fb339c50c94 | 86e1de0a7293 | ce30885e09ae | Eric Joyner | ixlv: Add core_debug_mask & shared_debug_mask sysctls and tunables (Show More…) | Jul 5 2018, 11:48 PM | ce30885e09ae | 81a0d71f49d4 | 81ec19e7acba | Eric Joyner | | Jul 3 2018, 12:52 AM | 81ec19e7acba | 14a48e4d85b8 | ad40f5d697b1 | Eric Joyner | | Jul 3 2018, 12:48 AM | ad40f5d697b1 | e614437f2b4d | 3d9e38fc2068 | Eric Joyner | | Jun 29 2018, 9:49 PM | 3d9e38fc2068 | b54eb6ebb48d | 4b6c34cf22ed | Eric Joyner | | Jun 29 2018, 9:45 PM | 4b6c34cf22ed | cbb7c54c927c | 3b3db2684f7b | Eric Joyner | | Jun 27 2018, 8:19 PM | 3b3db2684f7b | a3bc2c356dee | e7a1eabc32c9 | Eric Joyner | | Jun 26 2018, 6:03 PM | e7a1eabc32c9 | 10fc29baaf2c | fe2cfa15a324 | Eric Joyner | ixl/ixlv(4): Move ixl_aq_max_speed_to_value back into PF-only files from… (Show More…) | Jun 26 2018, 6:03 PM | fe2cfa15a324 | e6e745a8746f | a484c872550f | Eric Joyner | | Jun 26 2018, 6:02 PM | a484c872550f | db65785b262f | 339b2fe46eb9 | Eric Joyner | | Jun 26 2018, 6:02 PM | 339b2fe46eb9 | 546dfff2eb7b | 62ce9b4ab285 | Eric Joyner | ixlv(4): Assert that VC mgr is setup when ixl_if_init() begins (Show More…) | Jun 26 2018, 6:02 PM | 62ce9b4ab285 | 6e0cdde95cb3 | f132bbb61a9f | Eric Joyner | ixlv(4): Update more functions to use ixlv_sc as interface softc (Show More…) | Jun 26 2018, 6:01 PM | f132bbb61a9f | 509e459f3299 | 4e989a5f30d7 | Eric Joyner | | Jun 26 2018, 5:59 PM | 4e989a5f30d7 | d69b942bd32f | 53aa12539de7 | Eric Joyner | | Jun 26 2018, 5:57 PM | 53aa12539de7 | 5edd7d04e1fa | de7738a5c0b3 | Eric Joyner | ixl/ixlv(4): Stop setting legacy intr field in iflib txrx function pointer… (Show More…) | Jun 26 2018, 4:01 PM | de7738a5c0b3 | 33ee5d85eeb0 | f7f0ca6b2db3 | Eric Joyner | ixlv(4): Remove some of the calls to ixl_vc_mgr code (Show More…) | Jun 26 2018, 12:36 AM | f7f0ca6b2db3 | ae3773da1418 | b0b2e5784d7d | Eric Joyner | ixlv(4): Change version string and device ID list to match ixl(4)'s (Show More…) | Jun 22 2018, 11:29 PM | b0b2e5784d7d | f1c9f8cbc17b | 5a6034ed0b78 | Eric Joyner | ixl(4): Fix up error message by adding a newline (Show More…) | Jun 19 2018, 5:57 PM | 5a6034ed0b78 | 47f3031d9bc7 | 993f615cf184 | Eric Joyner | | May 24 2018, 11:07 PM | 993f615cf184 | 9eba16f6bcf1 | 79fa2ba69ca0 | Eric Joyner | | May 24 2018, 10:39 PM | 79fa2ba69ca0 | 91c63d880f58 | f894f035e5ad | Eric Joyner | ixl(4): Remove unused variables | May 23 2018, 6:41 PM | f894f035e5ad | 95cde96f0d20 | 3f0c139eb978 | Eric Joyner | ixl(4): Fix improper queue mapping during PF LAN VSI context setup (Show More…) | May 22 2018, 9:33 PM | 3f0c139eb978 | 19c36776703e | 423531b3aaf7 | Eric Joyner | | Jul 24 2018, 5:23 PM | 423531b3aaf7 | a3206ae6bd36 | 1be7a98dbc99 | Eric Joyner | ixl(4): Get device_t from pf struct instead of iflib (Show More…) | Jul 24 2018, 5:22 PM | 1be7a98dbc99 | 0c115d86d007 | 0117cb54dad7 | Eric Joyner | ixl(4): Remove pci_iov_detach() call from driver detach (Show More…) | Jul 24 2018, 5:06 PM | 0117cb54dad7 | c4c695480442 | 24360fb5a3e2 | Eric Joyner | | Jul 24 2018, 5:04 PM | 24360fb5a3e2 | 5d8d4c397641 | 7ca4a842b898 | Eric Joyner | iflib: Add STATE_LOCK() around flag setting in iflib_request_reset() (Show More…) | Aug 9 2018, 6:28 PM | 7ca4a842b898 | 0787db6d4feb | 4689c8c2b36d | Eric Joyner | iflib: Prevent kernel panic on detach in _task_fn_admin by checking if in detach (Show More…) | Aug 9 2018, 6:11 PM | 4689c8c2b36d | 72b8c72e1721 | 68d6fb979281 | Eric Joyner | iflib: Add public iflib_request_reset() for drivers to use (Show More…) | Jul 24 2018, 5:00 AM | 68d6fb979281 | b724ba44800f | 2342b72f9dbd | Eric Joyner | iflib: Check IFLIB_ADMIN_ALWAYS_RUN flag in IOV task (Show More…) | Jul 24 2018, 4:59 AM | 2342b72f9dbd | 643d051c2229 | 50e8bfbc018b | Eric Joyner | | Jun 26 2018, 4:03 PM | 50e8bfbc018b | 3bee8007af32 | a4d7516115c4 | Eric Joyner | iflib: Call pci_iov_detach() during iflib_device_deregister() (Show More…) | May 22 2018, 9:26 PM |
| Status | Author | Revision |
---|
| Closed | erj | | | Closed | erj | |
|