Explain recent advancements better.
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 24 May 2010 09:54:49 +0000 (05:54 -0400)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 24 May 2010 09:54:49 +0000 (05:54 -0400)
15net/net

index d64afd7..491e84b 100644 (file)
--- a/15net/net
+++ b/15net/net
 # Other recent changes
 
 * Some members moved to netdev\\_queue to increase cache-line usage
-* GRO/GSO
-* Multi-queue support
-* RPS - Packet Steering
+* GRO/GSO - Handle hardware checksum acceleration
+* Multi-queue support, for devices with multiple queues, so they can be handled
+  in different CPUs
+* RPS - Receive Packet Steering, which distributes protocol processing amongst
+  multiple CPUs in case of a single device, single queue system
+* RFS - Receive Flow Steering, which tries to handle the packet in the CPU where
+  the application is running