Re: [PATCH net-next v4 0/4] ila: Optimization to preserve value of early demux

2015-12-14 Thread David Miller
From: Tom Herbert Date: Thu, 10 Dec 2015 16:19:29 -0800 > In the current implementation of ILA, LWT is used to perform > translation on both the input and output paths. This is functional, > however there is a big performance hit in the receive path. Early > demux occurs

[PATCH net-next v4 0/4] ila: Optimization to preserve value of early demux

2015-12-10 Thread Tom Herbert
In the current implementation of ILA, LWT is used to perform translation on both the input and output paths. This is functional, however there is a big performance hit in the receive path. Early demux occurs before the routing lookup (a hit actually obviates the route lookup). Therefore the stack