You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrate the AF_XDP device plugin with BPFd - In progress
Integrate the AF_XDP CNI with BPFd - In progress
Allow custom BPF/AF_XDP program installation on the netdev
Test the integration.
Document the integration.
** Note 1**
Aya doesn't currently support XSK maps:
[2023-08-14T12:42:53Z WARN aya::bpf] The map xsks_map is of type BPF_MAP_TYPE_XSKMAP which is currently unsupported in Aya, use `allow_unsupported_maps()` to load it anyways
[2023-08-14T12:42:53Z WARN bpfd::rpc] BPFD load error: BpfLoadError(
UnsupportedMap,
)
As such integration work will be completed with an example BPF program that will need to be updated later in time.
** Note 2**
bpfd migrated from bpfd.dev to bpfd.io. This change will need to be added to the AF_XDP device plugin when the next version of bpfd is released.
The text was updated successfully, but these errors were encountered:
maryamtahhan
changed the title
AF_XDP device plugin and CNI - BPFd integration
POC - AF_XDP device plugin and CNI - BPFd integration
Jan 23, 2023
After discussion with the bpfd team - the AF_XDP DP will let bpfd do everything from a map management POV for the AF_XDP netdev. So, the AF_XDP DP will need to retrieve the map information and extend the Pod spec with the right volume information. This requires a few small updates to the DP which are currently in progress.
** Note 1**
Aya doesn't currently support XSK maps:
As such integration work will be completed with an example BPF program that will need to be updated later in time.
** Note 2**
bpfd migrated from bpfd.dev to bpfd.io. This change will need to be added to the AF_XDP device plugin when the next version of bpfd is released.
The text was updated successfully, but these errors were encountered: