Page MenuHomeFreeBSD

tcp/lro: Change SLIST to LIST, so that removing an entry from the list is O(1)
ClosedPublic

Authored by sepherosa_gmail.com on Mar 28 2016, 1:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 3:12 PM
Unknown Object (File)
Sun, Apr 28, 2:58 PM
Unknown Object (File)
Mar 17 2024, 6:32 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
Unknown Object (File)
Feb 28 2024, 9:04 AM
Unknown Object (File)
Jan 24 2024, 4:04 PM
Unknown Object (File)
Dec 20 2023, 2:59 AM
Unknown Object (File)
Dec 3 2023, 10:50 PM
Subscribers
None

Details

Summary

This is kinda critical to the performance when the CPU is slow and network bandwidth is high, e.g. in the hypervisor.

e.g. in the Azure (1024 connections): Azure DS14 Azure G5

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sepherosa_gmail.com retitled this revision from to tcp/lro: Change SLIST to LIST, so that removing an entry from the list is O(1).
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
sys/compat/linuxkpi/common/include/linux/list.h
64 ↗(On Diff #14665)

This one is used to unbreak the compilation of the Mallenox drivers. As observed by me and rrs@

rrs edited edge metadata.

Nice.. this should help things.. especially if you add build on
this a hash table :-)

This revision is now accepted and ready to land.Mar 28 2016, 9:19 AM
gallatin edited edge metadata.

Very nice, thanks.

This revision was automatically updated to reflect the committed changes.