Lines Matching full:offload
15 model for switch devices which offload the forwarding (data) plane from the
154 router port, used to offload L3 forwarding. Two or more ports can be bonded
168 L2 Forwarding Offload
171 The idea is to offload the L2 data forwarding (switching) path from the kernel
211 Note: for new switchdev drivers that offload the Linux bridge, implementing the
239 command will label these entries "offload"::
243 00:02:00:00:02:00 dev sw1p1 master br0 offload
246 00:02:00:00:03:00 dev sw1p2 master br0 offload
341 L3 Routing Offload
377 Routes offloaded to the device are labeled with "offload" in the ip route
382 11.0.0.0/30 dev sw1p1 proto kernel scope link src 11.0.0.2 offload
383 11.0.0.4/30 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
384 11.0.0.8/30 dev sw1p2 proto kernel scope link src 11.0.0.10 offload
385 11.0.0.12/30 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
386 12.0.0.2 proto zebra metric 30 offload
389 12.0.0.3 via 11.0.0.1 dev sw1p1 proto zebra metric 20 offload
390 12.0.0.4 via 11.0.0.9 dev sw1p2 proto zebra metric 20 offload
393 The "offload" flag is set in case at least one device offloads the FIB entry.