On 2/3/26 8:38 AM, Aditya Mehakare wrote:
> This patch series contains the changes to the commit Network Function ID
> instead of Network Function Group ID in connection tracking label.
> 
> This introduces the PRE_NF pipeline stage and modifies the
> connection tracking label storage to use individual network function IDs
> instead of group IDs. The PRE_NF stage (table 23 for ingress, table 11
> for egress) selects the active network function from a group based on
> health monitoring status and configured fallback behavior. It sets the
> specific NF ID in reg0[22..29], which is then stored in ct_label.nf_id by
> the STATEFUL stage. This allows response and related packets to be
> redirected to the same network function instance that handled the request
> packet, enabling proper stateful processing and NF active-active
> support.
> 
> V1:
>  - Add id column to Network Function NB schema.
> 
> V2:
>  - Address review comments by Dumitru to commit NF id instead of NFG id in 
> CT. 
> 
> Aditya Mehakare (2):
>   ovn-nb, ovn-nbctl: Add ID column to Network_Function table.
>   northd, controller, lib: Add Pre-NF stage and store NF ID in ct_label.

Hi, Aditya.

You've lost the 'ovn' part in the subject prefix, it should be
'[PATCH ovn v2 X/2]'.  You'll need to re-send with a proper prefix
for this set to land into the right queue.

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

Reply via email to