Go to file
Nico Schottelius b8897a7b35 Adjust headers to work with netpfga #1
make[1]: Entering directory '/home/nico/master-thesis/netpfga/minip4/src'
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
headers.p4(12): error: Duplicate declaration of port_t; previous at
typedef bit<9> port_t
               ^^^^^^
/opt/xilinx/SDNet/2018.2/data/p4include/sume_switch.p4(37)
typedef bit<8> port_t;
               ^^^^^^
headers.p4(12): error: port_t: Duplicates declaration port_t
typedef bit<9> port_t;
               ^^^^^^
/opt/xilinx/SDNet/2018.2/data/p4include/sume_switch.p4(37)
typedef bit<8> port_t;
               ^^^^^^
error: 2 errors encountered, aborting compilation
make[1]: *** [Makefile:5: all] Error 1
make[1]: Leaving directory '/home/nico/master-thesis/netpfga/minip4/src'
make: *** [Makefile:31: frontend] Error 2
2019-06-06 22:34:32 +02:00
bin add bin/ with test script for sending 1 packet 2019-06-04 19:41:57 +02:00
doc add switch to skip long compile step 2019-06-06 22:30:31 +02:00
netpfga add switch to skip long compile step 2019-06-06 22:30:31 +02:00
p4app hard code 0 network in session handling 2019-05-06 13:10:40 +02:00
p4debug Document double/triple matching 2019-03-25 11:51:36 +01:00
p4src Adjust headers to work with netpfga #1 2019-06-06 22:34:32 +02:00
pcap +pcap 2019-05-06 10:42:26 +00:00
.gitignore Begin to implement egress handling, make controller usable, update notes 2019-02-23 14:22:46 +01:00
README.md ++ init 2019-02-20 12:37:39 +01:00

README.md

Organisation

Checkout the plan