Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-04 | ip: save fib index for buffer in ip lookup | Florin Coras | 1 | -26/+13 | |
Avoids recomputing the fib index in ip local for locally delivered packets and should incur no extra cost when forwarding packets. Change-Id: Id826ffa8206392087327f154337eabc8a801b4d7 Signed-off-by: Florin Coras <fcoras@cisco.com> | |||||
2018-02-08 | ip: move lookup inline functions to header file | Vijayabhaskar Katamreddy | 1 | -0/+330 | |
Needed to allow other code paths to reuse them. Change-Id: I9e469527c6b2e9a6fec7af5f17d8b400a2e85826 Signed-off-by: Vijayabhaskar Katamreddy <vkatamre@cisco.com> |