[ovs-dev] [PATCH RFCv2] route-table: Add support for v4 via v6 route.

2024-04-27 Thread William Tu via dev
Add route-table support for ipv4 dst via ipv6. One use case is BGP unnumbered, a mechanism that establishes peering sessions without the need to explicitly configure IPv4 addresses on the interfaces involved in the peering. Without using IPv4 address assignments, it uses link-local IPv6 addresses

[ovs-dev] [PATCH RFC] route-table: Add support for v4 via v6 route.

2024-04-27 Thread William Tu via dev
Add route-table that support ipv4 dst via ipv6. BGP unnumbered is mechanism that allows BGP to establish peering sessions without the need to explicitly configure IP addresses on the interfaces involved in the peering. Without using IP address assignments, it uses link-local IPv6 addresses of the

[ovs-dev] [PATCH] ofproto-dpif-rid: Fix duplicate entries.

2024-04-27 Thread wushaohua
From: Shaohua Wu In scenarios with multiple PMDs, there may be simultaneous requests for recirc_id from multiple PMD threads.In recirc_alloc_id_ctx, we first check if there is a duplicate entry in the metadata_map for the same frozen_state field. If successful, we directly retrieve the

Re: [ovs-dev] [PATCH] ofproto_dpif_rid:Fix duplicate entries.

2024-04-27 Thread 0-day Robot
Bleep bloop. Greetings wushao...@chinatelecom.cn, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should start with a capital. Subject:

[ovs-dev] [PATCH] ofproto_dpif_rid:Fix duplicate entries.

2024-04-27 Thread wushaohua
From: Shaohua Wu In scenarios with multiple PMDs, there may be simultaneous requests for recirc_id from multiple PMD threads.In recirc_alloc_id_ctx, we first check if there is a duplicate entry in the metadata_map for the same frozen_state field. If successful, we directly retrieve the

Re: [ovs-dev] [PATCH] ofproto-dpif-rid:Fix duplicate entries.

2024-04-27 Thread 0-day Robot
Bleep bloop. Greetings wushao...@chinatelecom.cn, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should start with a capital. Subject:

Re: [ovs-dev] [PATCH] ofproto-dpif-rid:Fix duplicate entries.

2024-04-27 Thread 0-day Robot
Bleep bloop. Greetings wushao...@chinatelecom.cn, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should start with a capital. Subject:

[ovs-dev] [PATCH] ofproto-dpif-rid:Fix duplicate entries.

2024-04-27 Thread wushaohua
From: Shaohua Wu In scenarios with multiple PMDs, there may be simultaneous requests for recirc_id from multiple PMD threads.In recirc_alloc_id_ctx, we first check if there is a duplicate entry in the metadata_map for the same frozen_state field. If successful, we directly retrieve the

[ovs-dev] [PATCH] ofproto-dpif-rid:Fix duplicate entries.

2024-04-27 Thread wushaohua
From: Shaohua Wu In scenarios with multiple PMDs, there may be simultaneous requests for recirc_id from multiple PMD threads.In recirc_alloc_id_ctx, we first check if there is a duplicate entry in the metadata_map for the same frozen_state field. If successful, we directly retrieve the