Piotr Jasiukajtis wrote:
> Erik Nordmark pisze:
>> Sebastien Roy wrote:
> [...]
>> Did you figure out how to transition the clearview CWDs post Phil's
>> push? We need to do some coordination with refactor-gate. And if you
>> figure out how to do this for clearview-ipmp and clearview, then we can
>> just apply the same technique for refactor-gate.
> Hi,
>
> what is refactor-gate?
I'm working at refactoring the IP datapaths to make IP input and output
- more readable and understandable; simpler; have less code
- more uniform performance (today we get performance using a bunch of
"fastpaths" which causes code duplication, but also means that cases
which don't have said "fastpaths" run terribly slow)
- while preserving all the functionality of the current datapaths
I have a rough design document on this, but it hasn't been updated as
we've been prototyping away.
Erik