Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/openvswitch: fix the stacksize patch | Natanael Copa | 2014-08-25 | 1 | -5/+11 |
| | | | | | we need call pthread_attr_destroy when done with the attr. On musl its a no-op but we want be correct. | ||||
* | testing/openvswitch: increase stacksize | Natanael Copa | 2014-08-25 | 1 | -0/+57 |
Upstream are interested in adjusting the stacksize too, and make it configurable. Set it hard to 1MB for now. http://permalink.gmane.org/gmane.linux.network.openvswitch.general/5831 fixes #3309 |