Sun Yongfeng

Results 4 comments of Sun Yongfeng

Waiting for fence code feature so long. I try to `modify qa-plugin/markdown-editor/MyMarkdown.php`, and fence code works fine except preview. change: ``` class MyMarkdown extends \cebe\markdown\Markdown ``` to: ``` class MyMarkdown...

I try a solution like `sonic-buildimage/platform/vs/syncd-vs.mk` using xxx_DPKG_TARGET, and it works! If I am free, I will start a PR. But I am busy now... Here's the source code: *...

I found that vxlan codes changed a lot during Linux kernel 4.x

Steps to compile vxlan kernel module with ubuntu 16.04: (e.g. degrade kernel 4.4.x to 3.19.8) 1. Download [Kernel/MainlineBuilds](https://wiki.ubuntu.com/Kernel/MainlineBuilds?action=show&redirect=KernelMainlineBuilds#Installing_upstream_kernels) with kernel 3.19.8 * headers, [32-bit, 64-bit](http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-headers-3.19.8-031908_3.19.8-031908.201505110938_all.deb) * images, [32-bit](http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-image-3.19.8-031908-generic_3.19.8-031908.201505110938_i386.deb), [64-bit](http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19.8-vivid/linux-image-3.19.8-031908-generic_3.19.8-031908.201505110938_amd64.deb) 2....