Re: [PATCH net-next v3 0/2] ila: Precompute checksums

2015-08-24 Thread David Miller
From: Tom Herbert Date: Mon, 24 Aug 2015 09:45:40 -0700 > This patch set: > - Adds argument ot LWT build_state that holds a pointer to the fib >configuration being applied to the new route > - Adds support in ILA to precompute checksum difference for >performance optimization > > v2: >

[PATCH net-next v3 0/2] ila: Precompute checksums

2015-08-24 Thread Tom Herbert
This patch set: - Adds argument ot LWT build_state that holds a pointer to the fib configuration being applied to the new route - Adds support in ILA to precompute checksum difference for performance optimization v2: - Move return argument in build_state to end of arguments v3: - Update