[dpdk-dev] [PATCH v4 2/2] examples: introduce new l2fwd-headroom example

2015-02-18 Thread De Lara Guarch, Pablo
Hi Pawel, A few things to fix: > -Original Message- > From: Wodkowski, PawelX > Sent: Tuesday, February 17, 2015 4:42 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v4 2/2] examples: introduce new l2fwd-headroom example > > This app demonstrate usage of new

[dpdk-dev] [PATCH v4 2/2] examples: introduce new l2fwd-headroom example

2015-02-17 Thread Pawel Wodkowski
This app demonstrate usage of new headroom library. It is basicaly orginal l2fwd with following modificantions to met headroom library requirements: - main_loop() was split into two jobs: forward job and flush job. Logic for those jobs is almost the same as in orginal application. - stats is moved