Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2023-10-30 Thread Hemanth Aramadaka via dev
; 'Simon Horman' ; ovs-dev@openvswitch.org Cc: i.maxim...@ovn.org Subject: Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets On 6/26/23 08:59, Hemanth Aramadaka via dev wrote: > Hi Simon, > > Sorry for the late response. Yes, the changes a

Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2023-06-26 Thread Hemanth Aramadaka via dev
VXLAN UDP src ports for fragmented packets On Thu, Jan 05, 2023 at 06:55:03PM +0530, Hemanth Aramadaka via dev wrote: > Issue: > > The src-port for UDP is based on RSS hash in the packet metadata. > In case of packets coming from VM it will be 5-tuple, if available, > ot

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2023-01-06 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-12-02 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-11-04 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo

Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-11-04 Thread Hemanth Aramadaka via dev
.dir -name 'ubsan.*')" && \ test X'' = Xyes && "$@" --recheck) Illegal "police" ## -- ## ## openvswitch 3.0.90 test suite. ## ## ---------- ## 796: tunnel_push_pop - packet_out debug_slow

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-11-04 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-11-03 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo

Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-05-12 Thread Hemanth Aramadaka via dev
ovn.org> > Subject: Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets Normally, VXLAN packets will be set to DF( don't frag) in the outter IP header. I am trying to understand why fragmentation happens in the first place. Hemanth Aramadaka via dev

Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-05-04 Thread Hemanth Aramadaka via dev
entation happens in the first place. Hemanth Aramadaka via dev mailto:ovs-dev@openvswitch.org> > 于2022年3月15日周二 22:38写道: Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.

Re: [ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-04-07 Thread Hemanth Aramadaka via dev
er IP header. I am trying to understand why fragmentation happens in the first place. Hemanth Aramadaka via dev mailto:ovs-dev@openvswitch.org> > 于2022年3月15日周二 22:38写道: Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be

[ovs-dev] [PATCH] flow: Consistent VXLAN UDP src ports for fragmented packets

2022-03-15 Thread Hemanth Aramadaka via dev
Issue: The src-port for UDP is based on RSS hash in the packet metadata. In case of packets coming from VM it will be 5-tuple, if available, otherwise just IP addresses.If the VM fragments a large IP packet and sends the fragments to ovs, only the first fragment will contain the L4 header. Therefo