[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements

2015-07-09 Thread Thomas Monjalon
2015-07-07 09:23, Dumitrescu, Cristian: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > > Changes in v6: > > - fixed build issues with icc 15 > > - fixed build issues with gcc 32bit > > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements

2015-07-07 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 7, 2015 9:28 AM > To: Gajdzica, MaciejX T > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application > enha

[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements

2015-07-07 Thread Thomas Monjalon
2015-07-07 10:09, Maciej Gajdzica: > Changes in v4: > - fixed build issue with gcc 5 > - fixed bugs in flow classification and firewall pipelines > > Changes in v5: > - fixed build issue with clang 3.6 > > Changes in v6: > - fixed build issues with icc 15 > - fixed build issues with gcc 32bit Pl

[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements

2015-07-07 Thread Maciej Gajdzica
This patchset enhances functionality of ip_pipeline application. New config file syntax is introduced, so parser is changed. Changed structure of the application. Now every global variable is stored in app_struct in app.h. Syntax of pipeline cli commands was changed. Implementation of cli commands

[dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements

2015-07-07 Thread Dumitrescu, Cristian
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Tuesday, July 7, 2015 9:09 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application > enhancements > > Changes in v6