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

@@ -2461,6 +2461,7 @@ static int ether_update_mac_addr_filter(struct ether_priv_data *pdata,
}
ioctl_data->l2_filter.index = BC_index[osi_core->mac];
memcpy(ioctl_data->l2_filter.mac_addr, bc_addr, ETH_ALEN);
ioctl_data->l2_filter.pkt_dup = OSI_ENABLE;
}
ioctl_data->l2_filter.dma_routing = OSI_ENABLE;
ioctl_data->l2_filter.dma_chan = dma_channel;