On 9/23/24 11:00, Sunyang Wu via dev wrote: > When sending a packet with multiple segments, we use the length of the > entire message as the transmission length and the base address of the > first segment as the base address for the entire message. As a result, > the packet sent to the network device is incorrect, containing only the > content of the first segment.
Hi, Sunyang Wu. There should be no way for a packet with multiple segments to enter OVS. How do you get such a packet? In general, multi-segment mbufs are not supported in OVS and many other parts of the code would need changes otherwise. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
