Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
This commit is contained in:
commit
7b9ecc0038
8 changed files with 57481 additions and 0 deletions
29
netpfga/log/compile-2019-07-24-131737-nat64apply-6.0
Normal file
29
netpfga/log/compile-2019-07-24-131737-nat64apply-6.0
Normal file
File diff suppressed because one or more lines are too long
50
netpfga/log/compile-2019-07-24-131836-nat64apply-arp-6.1
Normal file
50
netpfga/log/compile-2019-07-24-131836-nat64apply-arp-6.1
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
+ date
|
||||||
|
Mit Jul 24 13:18:36 CEST 2019
|
||||||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||||||
|
+ make
|
||||||
|
make -C src/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
make -C testdata/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -rf nf_sume_sdnet_ip/
|
||||||
|
rm -f
|
||||||
|
rm -f sw/config_tables.c
|
||||||
|
make -C src/
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
|
||||||
|
actions_egress.p4(52): warning: Table v6_networks is not used; removing
|
||||||
|
table v6_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_egress.p4(69): warning: Table v4_networks is not used; removing
|
||||||
|
table v4_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_nat64_generic.p4(174): warning: Table nat46 is not used; removing
|
||||||
|
table nat46 {
|
||||||
|
^^^^^
|
||||||
|
minip4_solution.p4(38): [--Wwarn=uninitialized_out_param] warning: out parameter meta may be uninitialized when RealParser terminates
|
||||||
|
out metadata meta,
|
||||||
|
^^^^
|
||||||
|
minip4_solution.p4(35)
|
||||||
|
parser RealParser(
|
||||||
|
^^^^^^^^^^
|
||||||
|
error: LPM table size should be 2^n - 1
|
||||||
|
actions_nat64_generic.p4(169): error: could not not map table size size
|
||||||
|
size = 64;
|
||||||
|
^^^^
|
||||||
|
error: table match_types are not the same
|
||||||
|
actions_arp.p4(35): error: could not map table key(s) KeyElement
|
||||||
|
hdr.arp.dst_ipv4_addr: lpm;
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
error: LPM table size should be 2^n - 1
|
||||||
|
actions_arp.p4(55): error: could not not map table size size
|
||||||
|
size = 64;
|
||||||
|
^^^^
|
||||||
|
Makefile:34: recipe for target 'all' failed
|
||||||
|
make[1]: *** [all] Error 1
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
Makefile:31: recipe for target 'frontend' failed
|
||||||
|
make: *** [frontend] Error 2
|
29
netpfga/log/compile-2019-07-24-132123-nat64apply-arp-6.1
Normal file
29
netpfga/log/compile-2019-07-24-132123-nat64apply-arp-6.1
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
+ date
|
||||||
|
Mit Jul 24 13:21:23 CEST 2019
|
||||||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||||||
|
+ make
|
||||||
|
make -C src/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
make -C testdata/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -rf nf_sume_sdnet_ip/
|
||||||
|
rm -f
|
||||||
|
rm -f sw/config_tables.c
|
||||||
|
make -C src/
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
|
||||||
|
actions_nat64_generic.p4(169): error: Could not find declaration for NAT64_TABLE_SIZE
|
||||||
|
size = NAT64_TABLE_SIZE;
|
||||||
|
^^^^^^^^^^^^^^^^
|
||||||
|
actions_nat64_generic.p4(184): error: Could not find declaration for NAT64_TABLE_SIZE
|
||||||
|
size = NAT64_TABLE_SIZE;
|
||||||
|
^^^^^^^^^^^^^^^^
|
||||||
|
Makefile:34: recipe for target 'all' failed
|
||||||
|
make[1]: *** [all] Error 1
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
Makefile:31: recipe for target 'frontend' failed
|
||||||
|
make: *** [frontend] Error 2
|
42
netpfga/log/compile-2019-07-24-132242-nat64apply-arp-6.1
Normal file
42
netpfga/log/compile-2019-07-24-132242-nat64apply-arp-6.1
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
+ date
|
||||||
|
Mit Jul 24 13:22:42 CEST 2019
|
||||||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||||||
|
+ make
|
||||||
|
make -C src/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
make -C testdata/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -rf nf_sume_sdnet_ip/
|
||||||
|
rm -f
|
||||||
|
rm -f sw/config_tables.c
|
||||||
|
make -C src/
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
|
||||||
|
actions_egress.p4(52): warning: Table v6_networks is not used; removing
|
||||||
|
table v6_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_egress.p4(69): warning: Table v4_networks is not used; removing
|
||||||
|
table v4_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_nat64_generic.p4(174): warning: Table nat46 is not used; removing
|
||||||
|
table nat46 {
|
||||||
|
^^^^^
|
||||||
|
minip4_solution.p4(38): [--Wwarn=uninitialized_out_param] warning: out parameter meta may be uninitialized when RealParser terminates
|
||||||
|
out metadata meta,
|
||||||
|
^^^^
|
||||||
|
minip4_solution.p4(35)
|
||||||
|
parser RealParser(
|
||||||
|
^^^^^^^^^^
|
||||||
|
error: table match_types are not the same
|
||||||
|
actions_arp.p4(35): error: could not map table key(s) KeyElement
|
||||||
|
hdr.arp.dst_ipv4_addr: lpm;
|
||||||
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
Makefile:34: recipe for target 'all' failed
|
||||||
|
make[1]: *** [all] Error 1
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
Makefile:31: recipe for target 'frontend' failed
|
||||||
|
make: *** [frontend] Error 2
|
1445
netpfga/log/compile-2019-07-24-222942-nat64apply-no-arp-6.2
Normal file
1445
netpfga/log/compile-2019-07-24-222942-nat64apply-no-arp-6.2
Normal file
File diff suppressed because it is too large
Load diff
44
netpfga/log/compile-2019-07-24-224053-no-lpm-6.3
Normal file
44
netpfga/log/compile-2019-07-24-224053-no-lpm-6.3
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
+ date
|
||||||
|
Mit Jul 24 22:40:53 CEST 2019
|
||||||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||||||
|
+ make
|
||||||
|
make -C src/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
make -C testdata/ clean
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||||||
|
rm -rf nf_sume_sdnet_ip/
|
||||||
|
rm -f ./nf_sume_sdnet_ip/SimpleSumeSwitch/webtalk.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/xsim.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/webtalk_24434.backup.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/webtalk.jou ./nf_sume_sdnet_ip/SimpleSumeSwitch/xsim.jou ./nf_sume_sdnet_ip/SimpleSumeSwitch/xelab.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/xsim.dir/work.SimpleSumeSwitch_tb#work.glbl/xsimkernel.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/xsim.dir/work.SimpleSumeSwitch_tb#work.glbl/xsimcrash.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/xsc.log ./nf_sume_sdnet_ip/SimpleSumeSwitch/webtalk_24434.backup.jou ./nf_sume_sdnet_ip/SimpleSumeSwitch/xvlog.log
|
||||||
|
rm -f sw/config_tables.c
|
||||||
|
make -C src/
|
||||||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
p4c-sdnet -o minip4.sdnet --sdnet_info .sdnet_switch_info.dat minip4_solution.p4
|
||||||
|
actions_egress.p4(52): warning: Table v6_networks is not used; removing
|
||||||
|
table v6_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_egress.p4(73): warning: Table v4_networks is not used; removing
|
||||||
|
table v4_networks {
|
||||||
|
^^^^^^^^^^^
|
||||||
|
actions_nat64_generic.p4(178): warning: Table nat46 is not used; removing
|
||||||
|
table nat46 {
|
||||||
|
^^^^^
|
||||||
|
minip4_solution.p4(38): [--Wwarn=uninitialized_out_param] warning: out parameter meta may be uninitialized when RealParser terminates
|
||||||
|
out metadata meta,
|
||||||
|
^^^^
|
||||||
|
minip4_solution.p4(35)
|
||||||
|
parser RealParser(
|
||||||
|
^^^^^^^^^^
|
||||||
|
actions_nat64_generic.p4(173): error: table size too small for match_type(EM): 63 < 64
|
||||||
|
size = 63;
|
||||||
|
^^
|
||||||
|
actions_nat64_generic.p4(173): error: could not not map table size size
|
||||||
|
size = 63;
|
||||||
|
^^^^
|
||||||
|
Makefile:34: recipe for target 'all' failed
|
||||||
|
make[1]: *** [all] Error 1
|
||||||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||||||
|
Makefile:31: recipe for target 'frontend' failed
|
||||||
|
make: *** [frontend] Error 2
|
26409
netpfga/log/compile-2019-07-24-224335-tablesize64-6.4
Normal file
26409
netpfga/log/compile-2019-07-24-224335-tablesize64-6.4
Normal file
File diff suppressed because it is too large
Load diff
29433
netpfga/log/compile-2019-07-24-232631-ipv6-ready-6.5
Normal file
29433
netpfga/log/compile-2019-07-24-232631-ipv6-ready-6.5
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue