Systems and methods for consistent configuration update handling in high availability deployments using a global configuration epoch

US12598129B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-12598129-B2
Application numberUS-202318362460-A
CountryUS
Kind codeB2
Filing dateJul 31, 2023
Priority dateJul 31, 2023
Publication dateApr 7, 2026
Grant dateApr 7, 2026

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A networking device in a high availability (HA) configuration processes network flows for a virtual network interface card (VNIC). Network configurations include networking policies governing network packet processing by the networking device. Global epoch values are associated with each network configuration version. The networking device has a control plane, a data plane, and a flow table. The control plane uses the most recent network configuration to produce flow table entries for storage in the flow table. The data plane uses the flow table entries to process network packets. Flow table entries include flow epoch values matching the global epoch value associated with the network configurations used to create the flow entries. Datapath epoch values, VNIC peer epoch values, and VNIC local epoch values are associated with the VNICs and used to ensure consistent flow table entries among the peers in the HA configuration.

First claim

Opening claim text (preview).

What is claimed is: 1 . A networking device comprising: a packet processing pipeline circuit configured to implement a data plane; and a processor configured to implement a control plane, wherein the packet processing pipeline circuit and the processor are further configured to implement flow table updating, wherein the flow table updating includes: the data plane using an encapsulated network packet received from a virtual network interface card (VNIC) to identify a flow table entry; making a determination that the flow table entry is out of date, that a virtual internet protocol (VIP) address in the encapsulated network packet is bound to the VNIC, and that the VNIC is in a high availability (HA) active role for the VIP address; and the control plane updating the flow table entry in response to a result of making the determination. 2 . The networking device of claim 1 , wherein: a VNIC datapath epoch value is determined from a VNIC local epoch value and a VNIC peer epoch value that is the VNIC local epoch value of a HA peer; and a flow epoch value stored in the flow table entry being less than the VNIC datapath epoch value indicates that the flow table entry is out of date. 3 . The networking device of claim 2 , wherein: a network configuration received by the networking device is associated with a global epoch value; and the networking device is configured to update the VNIC local epoch value to equal the global epoch value in response to determining that the network configuration changes a policy that is implemented for the VNIC and that the global epoch value is greater than the VNIC local epoch value. 4 . The networking device of claim 3 , wherein the control plane is configured to update the VNIC datapath epoch value after updating the VNIC local epoch in response to determining that the VNIC has the HA active role for the VIP address and the VIP address is bound to the VNIC. 5 . The networking device of claim 4 , wherein updating the VNIC datapath epoch value includes incrementing the VNIC datapath epoch value by one in response to determining that the VNIC peer epoch value equals the VNIC local epoch value. 6 . The networking device of claim 4 , wherein updating the VNIC datapath epoch value includes incrementing the VNIC datapath epoch value by a difference between the VNIC local epoch value and the VNIC peer epoch value in response to determining that the VNIC peer epoch value does not equal the VNIC local epoch value. 7 . The networking device of claim 3 , wherein the VNIC local epoch value is not updated in response to receiving the network configuration after determining that none of a plurality of policies that are implemented for the VNIC are changed by the network configuration. 8 . The networking device of claim 3 , wherein a second VNIC local epoch value and a second VNIC datapath epoch value are associated with a second VNIC; the networking device is configured to update the second VNIC local epoch value to equal the global epoch value in response to determining that the network configuration changing a second policy implemented for the second VNIC; and the networking device is configured to update the second VNIC datapath epoch value in response to determining that the second VNIC has the HA active role for a second VIP address that is bound to the second VNIC. 9 . The networking device of claim 3 , wherein: the networking device is configured to send a sync packet to the HA peer; the sync packet includes a flow table update for the flow table entry; and the flow epoch value included in the flow table update equals the global epoch value. 10 . The networking device of claim 2 , wherein the networking device is configured to send the VNIC local epoch value to the HA peer after updating the VNIC local epoch value. 11 . The networking device of claim 2 , wherein the VNIC peer epoch value does not equal the VNIC local epoch value. 12 . The networking device of claim 2 , wherein the VNIC local epoch value is less than a global epoch value associated with a HA configuration that includes the networking device and the HA peer. 13 . The networking device of claim 2 , wherein: the networking device is configured to receive a sync packet for the flow table entry; the sync packet includes a second flow epoch value of the flow table entry; and the networking device is configured to use the sync packet to update the flow table entry in response to determining that the second flow epoch value is greater than the flow epoch value. 14 . The networking device of claim 2 , wherein the networking device is configured to transition to a standby role for the VNIC in response to the HA peer transitioning to an HA active role. 15 . The networking device of claim 1 , wherein: the data plane is configured to determine that the flow table entry is out of date; the control plane is configured to determine that the VIP address is bound to the VNIC; and the control plane is configured to determine that the VNIC is in the HA active role for the VIP address. 16 . A method comprising: using, by a data plane, an encapsulated network packet received from a virtual network interface card (VNIC) to identify a flow table entry; making a determination that the flow table entry is out of date, that a virtual internet protocol (VIP) address in the encapsulated network packet is bound to the VNIC, and that the VNIC is in a HA active role for the VIP address; and updating, by a control plane, the flow table entry in response to a result of making the determination, wherein: a packet processing pipeline circuit of a networking device is configured to implement the data plane; and a processor of the networking device is configured to implement the control plane. 17 . The method of claim 16 , wherein: a VNIC datapath epoch value is determined from a VNIC local epoch value and a VNIC peer epoch value that is the VNIC local epoch value of a HA peer; and updating the flow table entry includes setting a flow epoch value that is in the flow table entry to equal the VNIC datapath epoch value. 18 . The method of claim 16 , wherein: a VNIC datapath epoch value is determined from a VNIC local epoch value and a VNIC peer epoch value that is the VNIC local epoch value of a HA peer; and a flow epoch value stored in the flow table entry being less than the VNIC datapath epoch value indicates that the flow table entry is out of date. 19 . The method of claim 18 , further including: receiving a network configuration that is associated with a global epoch value; and setting the VNIC local epoch value to equal the global epoch value in response to determining that the network configuration changes a policy that is implemented for the VNIC and that the global epoch value is greater than the VNIC local epoch value. 20 . The method of claim 19 , further including: using the VNIC local epoch value to update the VNIC datapath epoch value after updating the VNIC local epoch and after determining that the VNIC has the HA active role for the VIP address in the encapsulated network packet and that the VIP address is bound to the VNIC. 21 . A networking device comprising: a circuit means for implementing a data plane means; a processor means for implementing a control plane means; and a determination means for making a determination that a flow table entry is out of date, that a virtual internet protocol (VIP) address is bound to a virtual networ

Assignees

Inventors

Classifications

  • Pipelined operation · CPC title

  • using an overlay routing layer · CPC title

  • H04L45/021Primary

    Ensuring consistency of routing table updates, e.g. by using epoch numbers · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US12598129B2 cover?
A networking device in a high availability (HA) configuration processes network flows for a virtual network interface card (VNIC). Network configurations include networking policies governing network packet processing by the networking device. Global epoch values are associated with each network configuration version. The networking device has a control plane, a data plane, and a flow table. Th…
Who is the assignee on this patent?
Pensando Systems Inc
What technology area does this patent fall under?
Primary CPC classification H04L45/021. Mapped technology areas include Electricity.
When was this patent published?
Publication date Tue Apr 07 2026 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).