[dpdk-dev] [PATCH v2] examples/ip_pipeline: add link identification feature

2016-03-07 Thread Thomas Monjalon
2016-03-01 10:35, Fan Zhang: > This patch adds link identification feature to packet framework. To > identify a link, user can use both existing port-mask option, or specify > PCI device in every LINK section in the configuration file. > > Signed-off-by: Fan Zhang > Acked-by: Cristian Dumitrescu

[dpdk-dev] [PATCH v2] examples/ip_pipeline: add link identification feature

2016-03-01 Thread Fan Zhang
This patch adds link identification feature to packet framework. To identify a link, user can use both existing port-mask option, or specify PCI device in every LINK section in the configuration file. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- *v2 To be applied on top of: [dpdk-d