fbpx
Wikipedia

Fast path

Fast path is a term used in computer science to describe a path with shorter instruction path length through a program compared to the normal path. For a fast path to be effective it must handle the most commonly occurring tasks more efficiently than the normal path, leaving the latter to handle uncommon cases, corner cases, error handling, and other anomalies. Fast paths are a form of optimization.[1]

For example dedicated packet routing hardware used to build computer networks will often support software dedicated to handling the most common kinds of packets, with other kinds, for example with control information or packets directed at the device itself instead of being routed elsewhere, put on the metaphorical "slow path", in this example usually implemented by software running on the control processor.

Specific implementations of networking software architectures have been developed that leverage the concept of a fast path to maximize the performance of packet processing software. In these implementations, the networking stack is split into two layers and the lower layer, typically called the fast path, processes the majority of incoming packets outside the OS environment without incurring any of the OS overheads that degrade overall performance. Only those rare packets that require complex processing are forwarded to the OS networking stack, which performs the necessary management, signaling and control functions.

Some hardware RAID controllers implement a "fast path" for write-through access which bypasses the controller's cache in certain situations. This tends to increase IOPS, particularly for solid-state drives.

See also edit

References edit

  1. ^ How to Choose the Best Router Switching Path for Your Network

fast, path, term, used, computer, science, describe, path, with, shorter, instruction, path, length, through, program, compared, normal, path, fast, path, effective, must, handle, most, commonly, occurring, tasks, more, efficiently, than, normal, path, leaving. Fast path is a term used in computer science to describe a path with shorter instruction path length through a program compared to the normal path For a fast path to be effective it must handle the most commonly occurring tasks more efficiently than the normal path leaving the latter to handle uncommon cases corner cases error handling and other anomalies Fast paths are a form of optimization 1 For example dedicated packet routing hardware used to build computer networks will often support software dedicated to handling the most common kinds of packets with other kinds for example with control information or packets directed at the device itself instead of being routed elsewhere put on the metaphorical slow path in this example usually implemented by software running on the control processor Specific implementations of networking software architectures have been developed that leverage the concept of a fast path to maximize the performance of packet processing software In these implementations the networking stack is split into two layers and the lower layer typically called the fast path processes the majority of incoming packets outside the OS environment without incurring any of the OS overheads that degrade overall performance Only those rare packets that require complex processing are forwarded to the OS networking stack which performs the necessary management signaling and control functions Some hardware RAID controllers implement a fast path for write through access which bypasses the controller s cache in certain situations This tends to increase IOPS particularly for solid state drives See also editControl plane Data plane Self modifying codeReferences edit How to Choose the Best Router Switching Path for Your Network nbsp This computer science article is a stub You can help Wikipedia by expanding it vte Retrieved from https en wikipedia org w index php title Fast path amp oldid 1137697786, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.