Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | openvswitch: upgrade to version 2.7.0 | Alexandru Ardelean | 2017-05-07 |
| | | | | | | | | | | | | | | | Notes: - drop un-needed patches - bump kernel support up to 4.9 - switch from git repo to release tarball - use OVS intree kernel module ; seems that using the kernel module from the package has certain issues due to the glue/backport code that tries to adapt to many kernel versions and has a potential to mess up ; not to mention, the glue code makes the kmod a few times larger than it should be - tested on x86_64 VM Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||
* | openvswitch: fix pthread stack size patch | Alexandru Ardelean | 2016-03-10 |
| | | | | | | | pthread_attr needed to be applied. otherwhise it still crashes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||
* | openvswitch: pull released version 2.5.0 | Alexandru Ardelean | 2016-03-05 |
Also added a patch (from OVS trunk) that fixes pthread thread stack sizes with musl. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> |