Searched hist:"3772 cf0d1b37d32e61dc314e9cc18ff745327ddd" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/net/ |
H A D | colo.h | diff 3772cf0d1b37d32e61dc314e9cc18ff745327ddd Mon Aug 22 03:14:36 CDT 2022 Zhang Chen <chen.zhang@intel.com> net/colo.c: Fix the pointer issue reported by Coverity.
When enabled the virtio-net-pci, guest network packet will load the vnet_hdr. In COLO status, the primary VM's network packet maybe redirect to another VM, it needs filter-redirect enable the vnet_hdr flag at the same time, COLO-proxy will correctly parse the original network packet. If have any misconfiguration here, the vnet_hdr_len is wrong for parse the packet, the data+offset will point to wrong place.
Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|
H A D | colo.c | diff 3772cf0d1b37d32e61dc314e9cc18ff745327ddd Mon Aug 22 03:14:36 CDT 2022 Zhang Chen <chen.zhang@intel.com> net/colo.c: Fix the pointer issue reported by Coverity.
When enabled the virtio-net-pci, guest network packet will load the vnet_hdr. In COLO status, the primary VM's network packet maybe redirect to another VM, it needs filter-redirect enable the vnet_hdr flag at the same time, COLO-proxy will correctly parse the original network packet. If have any misconfiguration here, the vnet_hdr_len is wrong for parse the packet, the data+offset will point to wrong place.
Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|
H A D | trace-events | diff 3772cf0d1b37d32e61dc314e9cc18ff745327ddd Mon Aug 22 03:14:36 CDT 2022 Zhang Chen <chen.zhang@intel.com> net/colo.c: Fix the pointer issue reported by Coverity.
When enabled the virtio-net-pci, guest network packet will load the vnet_hdr. In COLO status, the primary VM's network packet maybe redirect to another VM, it needs filter-redirect enable the vnet_hdr flag at the same time, COLO-proxy will correctly parse the original network packet. If have any misconfiguration here, the vnet_hdr_len is wrong for parse the packet, the data+offset will point to wrong place.
Signed-off-by: Zhang Chen <chen.zhang@intel.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
|