jxiaobin

Results 6 issues of jxiaobin

If hw-offload is enabled (other_config:hw-offload="true"), ovnkube-node should check if offload is actually working after device is plugged into ovs, by checking the number of ingress filters on the device. ####...

kind/bug
hardware-offload

#### What this PR does and why is it needed Currently for management port of internal type, a randomly generated MAC address will be used, while for dpu case, the...

area/unit-testing
lifecycle/stale

There are Pods which requires the spoof check to be disabled, this commit allows users to annotate pod to skip port-security for a particular network, for example: k8s.ovn.org/skip-spoofchk-on-networks=[,...] Note: specify...

kind/documentation
feature/pods
lifecycle/stale

This commit briefly documents how to create openvswitch bridge on major linux distributions if you intend to maintain the bridge by yourself. Fixes: #5662 Document how to add openvswitch bridge...

kind/documentation

various improvements to NetworkQoS controller - use networkqos ns&name as key in the event queue instead of obj pointer - make networkSelector a mandatory field - improve networkqos error handling...

area/e2e-testing
lifecycle/stale

### What would you like to see added/updated/deleted in our docs? Add document to describe steps to manage bridge br-ex on various distributions. ### Why is this needed? End users...

kind/documentation