osd: Add FRP and L2 support for t264

Ported from -
https://git-master.nvidia.com/r/c/nvethernet-docs/+/3004699

Bug 4334269

Change-Id: I66d2071e8ead23b99657590f731e3584653ea2b3
This commit is contained in:
Nagaraj Annaiah
2023-10-26 21:03:31 +00:00
committed by Bhadram Varka
parent 77315f1197
commit a0d0c09294
3 changed files with 6 additions and 1 deletions

View File

@@ -39,6 +39,10 @@ struct ether_l2_filter {
nveu32_t index;
/** Ethernet MAC address to be added */
nveu8_t mac_addr[OSI_ETH_ALEN];
/** packet duplication */
nveu32_t pkt_dup;
/** dma channel */
nveu32_t dma_chan;
};
/**