[dpdk-dev] [PATCH 0/2] Fix crash with vpmd and mbuf debug

2015-07-06 Thread Thomas Monjalon
2015-07-03 16:40, Bruce Richardson: > When mbuf debug support is turned on in the build time config, crashes will > occur when clearing up the RX/TX rings, if the 10G vector PMD is in use. This > error can be reproduced using testpmd. > This patchset makes the setup/teardown code easier to debug by

[dpdk-dev] [PATCH 0/2] Fix crash with vpmd and mbuf debug

2015-07-03 Thread Bruce Richardson
When mbuf debug support is turned on in the build time config, crashes will occur when clearing up the RX/TX rings, if the 10G vector PMD is in use. This error can be reproduced using testpmd. This patchset makes the setup/teardown code easier to debug by marking "cold" code paths as such, and then