[dpdk-dev] [PATCH v3 2/3] test: Unit tests for mode 4

2015-02-12 Thread Declan Doherty
On 29/01/15 08:51, Tomasz Kulasek wrote: > This patch adds unit tests for mode 4. It is split into separate > file to avoid problems with other modes that does not need to > look into packets payload. > This patch includes also a modification of maximum number of ports > used in their tests for bon

[dpdk-dev] [PATCH v3 2/3] test: Unit tests for mode 4

2015-01-29 Thread Tomasz Kulasek
This patch adds unit tests for mode 4. It is split into separate file to avoid problems with other modes that does not need to look into packets payload. This patch includes also a modification of maximum number of ports used in their tests for bonding modes 0-3 from 16 to 6. v3 changes - Patch re