-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle both primiary and secondary network traffic on FXP phy port0 (#…
…332) * Handle both primiary and secondary network traffic on FXP phy port0 Redhat wanted to use single physical port to handle both their primary and secondary network traffic. 1) handle ARP/Broadcast packets using FXP mirroring to primary interface VSI(D5) while the original packets are sent to P0's VSI(D4). 2) Unicast packets are selectively forwarded to the primary network interface based on DMAC lookup. NOTE: Default behavior will be defined using devmem to reroute all the phy0 traffic to D5's VSI. Once the VSP comes in, it will program the above mentioned mirroring and dmac lookup P4 rules to take precedence over the devmem defined default behavior. Signed-off-by: Velayutham, Arunkumar <[email protected]> * Handle both primiary and secondary network traffic on FXP phy port0 Redhat wanted to use single physical port to handle both their primary and secondary network traffic. 1) handle ARP/Broadcast packets using FXP mirroring to primary interface VSI(D5) while the original packets are sent to P0's VSI(D4). 2) Unicast packets are selectively forwarded to the primary network interface based on DMAC lookup. NOTE: Default behavior will be defined using devmem to reroute all the phy0 traffic to D5's VSI. Once the VSP comes in, it will program the above mentioned mirroring and dmac lookup P4 rules to take precedence over the devmem defined default behavior. Signed-off-by: Velayutham, Arunkumar <[email protected]> * Handle both primiary and secondary network traffic on FXP phy port0 Redhat wanted to use single physical port to handle both their primary and secondary network traffic. 1) handle ARP/Broadcast packets using FXP mirroring to primary interface VSI(D5) while the original packets are sent to P0's VSI(D4). 2) Unicast packets are selectively forwarded to the primary network interface based on DMAC lookup. NOTE: Default behavior will be defined using devmem to reroute all the phy0 traffic to D5's VSI. Once the VSP comes in, it will program the above mentioned mirroring and dmac lookup P4 rules to take precedence over the devmem defined default behavior. Signed-off-by: Velayutham, Arunkumar <[email protected]> --------- Signed-off-by: Velayutham, Arunkumar <[email protected]>
- Loading branch information
1 parent
bc3f554
commit f24ea21
Showing
10 changed files
with
3,199 additions
and
1,725 deletions.
There are no files selected for viewing
507 changes: 443 additions & 64 deletions
507
e2e/artefacts/fxp-net_linux-networking/fxp-net_linux-networking.context.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
e2e/artefacts/fxp-net_linux-networking/fxp-net_linux-networking.pkg
Binary file not shown.
Oops, something went wrong.