Home | History | Annotate | only in /external/bcc/src/cc/frontends/p4/compiler
Up to higher level directory
NameDateSize
compilationException.py22-Oct-20201K
ebpfAction.py22-Oct-202015.3K
ebpfConditional.py22-Oct-20204.1K
ebpfCounter.py22-Oct-20204.1K
ebpfDeparser.py22-Oct-20206.5K
ebpfInstance.py22-Oct-20203.4K
ebpfParser.py22-Oct-202017.4K
ebpfProgram.py22-Oct-202017.9K
ebpfScalarType.py22-Oct-20202.5K
ebpfStructType.py22-Oct-20204.3K
ebpfTable.py22-Oct-202014.7K
ebpfType.py22-Oct-20201.1K
p4toEbpf.py22-Oct-20203.2K
programSerializer.py22-Oct-20201.5K
README.txt22-Oct-2020192
target.py22-Oct-20205.7K
topoSorting.py22-Oct-20202.6K
typeFactory.py22-Oct-20201.2K

README.txt

      1 This folder contains an implementation of a simple compiler that
      2 translates a programs written in a subset of P4 into C that can in
      3 turn be compiled into EBPF using the IOVisor bcc compiler.
      4 
      5