[dpdk-dev] [PATCH] example/ip_pipeline: fix source port mempool assignment

2015-12-07 Thread Thomas Monjalon
2015-12-04 14:28, Fan Zhang: > Fixes the wrong source port mempool assignment (commit id eb32fe7c). The > source port is now assigned by parsed mempool id index value either by > default or configured by CFG file. > > Previously, the mempool id for locating source port's mempool pointer was > the

[dpdk-dev] [PATCH] example/ip_pipeline: fix source port mempool assignment

2015-12-04 Thread Fan Zhang
Fixes the wrong source port mempool assignment (commit id eb32fe7c). The source port is now assigned by parsed mempool id index value either by default or configured by CFG file. Previously, the mempool id for locating source port's mempool pointer was the port id. When multiple source ports