On 12/5/24 03:43, 赖香武 wrote:
> Description:
> 
> Ensure all fragments of a big v4/v6 packet hava same rss value, that can 
> generate
> 
> same tunnel outer port, make tunnel header information consistent.
> 
> Signed-off-by: laixiangwu <[email protected]>
> 
> ---
> 
>  lib/ipf.c | 11 +++++++++++
> 
>  1 file changed, 11 insertions(+)

Hi, laixiangwu.

I think, the issue you're trying to fix is the same as in this patch:
  
https://patchwork.ozlabs.org/project/openvswitch/patch/[email protected]/

The hashes for fragments must be the same in the first place, i.e.
it's the issue in a way how we calculate the hashes for fragmented packets.

There was no follow up for the patch above for more than a year now,
so if you want to pick it up, address the review comments and submit
a new version, that would be great.

Also, you need to adjust the settings of your mail client, it breaks the
patch formatting (see extra empty lines added after each line), so it can
not be applied.  A better solution might be to use 'git send-email' for
sending patches.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to