This group is locked. No changes can be made to the group while it is locked.
Date
1 - 3 of 3
MPLS helper function in eBPF
William Tu
Hi Alexei, I'm just starting to experimenting BPF, exploring what BPF can do, and don't have specific use case at this point. Thanks for your reply! On Sat, Apr 23, 2016 at 6:04 PM, Alexei Starovoitov <alexei.starovoitov@...> wrote: On Sat, Apr 23, 2016 at 9:45 AM, William Tu via iovisor-dev |
Alexei Starovoitov
On Sat, Apr 23, 2016 at 9:45 AM, William Tu via iovisor-dev
<iovisor-dev@...> wrote: Hi,yes. there is no mpls_push/pop yet. If needed they will be done as helpers, since they change skb size and mess with metadata. What's the use case? |
William Tu
Hi, I saw VLAN push/pop helper functions in BPF and wondering if there is any MPLS related helper functions available? |