User Details
User Details
- User Since
- May 12 2021, 2:43 PM (201 w, 1 d)
Thu, Feb 27
Thu, Feb 27
cmiller_netapp.com added a comment to D48896: Make VLAN hash table fixed width.
It probably can be implemented correctly, but I think it would require locking while the hash grows or shrinks. This change tries to strike a balance between the speed of VLAN_ARRAY and the memory savings of using the hash table, while avoiding the complexity associated with growing and shrinking the hash table. Growing and shrinking a hash table that can have a max 4096 entries just seems like overkill.
Wed, Feb 26
Wed, Feb 26
cmiller_netapp.com added a comment to D48896: Make VLAN hash table fixed width.
What is needed to continue moving this forward?
Feb 12 2025
Feb 12 2025
cmiller_netapp.com added inline comments to D48896: Make VLAN hash table fixed width.
Feb 11 2025
Feb 11 2025
cmiller_netapp.com added inline comments to D48896: Make VLAN hash table fixed width.
Feb 7 2025
Feb 7 2025
cmiller_netapp.com requested review of D48896: Make VLAN hash table fixed width.
Oct 10 2024
Oct 10 2024
Mar 5 2024
Mar 5 2024
cmiller_netapp.com added a project to D44250: Deep copy tls_enable struct in copyin_tls_enable: NetApp.
cmiller_netapp.com requested review of D44250: Deep copy tls_enable struct in copyin_tls_enable.