I am trying to do following things using xdp: parse in coming packets if packets are ICMP or PROFINET, extract the payload(anything after vlan hdr) and calculate ...
For example, why do drivers such as virtio-net and mlx need to disable rx checksum offloading when they support rx XDP? For some reasons I can think of, XDP may modify the header of the data packet, ...
I'm trying to implement Fortimanager for deploying configuration to several Fortigates for central policy and Web Filter Ratings Overrides management to keep the policys and ratings consistent and ...