Re: [dpdk-dev] [PATCH 0/5] Assorted fixes for the flow API

2017-01-11 Thread Thomas Monjalon
2017-01-10 14:08, Adrien Mazarguil: > This series makes a few adjustments to the flow API (rte_flow) based on > issues encountered by preliminary PMD implementations and addresses bugs > reported by Coverity in the testpmd flow command. > > Adrien Mazarguil (5): > app/testpmd: fix array bounds c

[dpdk-dev] [PATCH 0/5] Assorted fixes for the flow API

2017-01-10 Thread Adrien Mazarguil
This series makes a few adjustments to the flow API (rte_flow) based on issues encountered by preliminary PMD implementations and addresses bugs reported by Coverity in the testpmd flow command. Adrien Mazarguil (5): app/testpmd: fix array bounds checks ethdev: modify flow API's error setting