[dpdk-dev] [PATCH v4 1/1] examples/l3fwd: modify and modularize l3fwd code

2016-02-28 Thread Thomas Monjalon
2016-02-25 11:24, Piotr Azarewicz: > Signed-off-by: Ravi Kerur > Signed-off-by: Piotr Azarewicz > > Tested-by: Tomasz Kulasek > Acked-by: Tomasz Kulasek > Acked-by: Konstantin Ananyev Applied, thanks

[dpdk-dev] [PATCH v4 1/1] examples/l3fwd: modify and modularize l3fwd code

2016-02-25 Thread Piotr Azarewicz
The main problem with l3fwd is that it is too monolithic with everything being in one file, and the various options all controlled by compile time flags. This means that it's hard to read and understand, and when making any changes, you need to go to a lot of work to try and ensure you cover all