aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openvswitch/0001-ovs-thread-Set-stacksize-to-1M.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/openvswitch: fix the stacksize patchNatanael Copa2014-08-251-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 stacksizeNatanael Copa2014-08-251-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