Nico Schottelius
0e49182647
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
d42259a85c
+log
4 years ago
Nico Schottelius
9e6bb893ac
[netpfga] remove ARP support
...
Due to
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
caused by
table v4_arp {
key = {
hdr.ethernet.dst_addr: exact;
hdr.arp.opcode: exact;
hdr.arp.dst_ipv4_addr: lpm;
}
4 years ago
Nico Schottelius
5dcb25a8f2
Fix mis-replacement
4 years ago
Nico Schottelius
b88108fd56
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
306d52176f
Set table size to 2^n -1 for everything
...
Motivated by v6.1 error:
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
nico@nsg-System:~/master-thesis/netpfga/log$
4 years ago
Nico Schottelius
c028bc83d1
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
91ec194b78
+arp in netpfga
4 years ago
Nico Schottelius
5552267824
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
1b338de051
success log of subcontrol
4 years ago
Nico Schottelius
ee0d500355
[netpfga] phase in first applied tables/nat64 code
4 years ago
Nico Schottelius
49e1f511b0
Integrate existing headers
4 years ago
Nico Schottelius
1177008608
logfiles, cleanup
4 years ago
Nico Schottelius
ad8988bb41
Try to add real headers
4 years ago
Nico Schottelius
13ce721862
Include settings into egress for table sizes
4 years ago
Nico Schottelius
6f961db35f
-typo
4 years ago
Nico Schottelius
62d5816d9d
Merge controller/egress
...
As they are interdependent
4 years ago
Nico Schottelius
3559637b56
--typo
4 years ago
Nico Schottelius
94e06be245
[netpfga] include UNUSED nat64 actions and tables
...
Will probably be removed, but need to check whether it still compiles.
4 years ago
Nico Schottelius
5671e28fcd
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
327d0b70f9
Introduce sub-control for renaming variables
4 years ago
Nico Schottelius
05008b5c97
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
dd42ae30f2
proof that rename with 5.5 fails
4 years ago
Nico Schottelius
89161e260e
Accept in sub-parser
4 years ago
Nico Schottelius
4eabf8cc38
state name change
4 years ago
Nico Schottelius
850ebb8f0d
----typo
4 years ago
Nico Schottelius
e33830203a
--typo
4 years ago
Nico Schottelius
916291b307
-syntax error
4 years ago
Nico Schottelius
e72996959b
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
44d74297ff
Introduce sub-parser to retain sanity [try1/inf]
4 years ago
Nico Schottelius
181870d14d
reset the code base to working version again
...
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
4 years ago
Nico Schottelius
aa5774ebdc
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
6258066f0d
+log
4 years ago
Nico Schottelius
9368312ff3
remove everything, but variable renamings
...
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
4 years ago
Nico Schottelius
73925609af
program_switch: use minip4 instead of switch_calc
4 years ago
Nico Schottelius
569868cdae
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
796e9f383d
add log of successful compile
4 years ago
Nico Schottelius
7ab4510c36
Adjust both solutions to be more similar
...
minip4_solution and minip4_solution-mirror are now the same besides
variable renaming.
4 years ago
Nico Schottelius
6b2379b5b9
Delete empty log files
4 years ago
Nico Schottelius
d7dfabf8a3
+compile log
4 years ago
Nico Schottelius
65e7893245
Revert everything besides naming
4 years ago
Nico Schottelius
e588a197bb
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
2422ce3e61
+log of failed run
4 years ago
Nico Schottelius
b7748997d5
Add suffixing to do-all-steps
4 years ago
Nico Schottelius
ad004bec67
re-inroduce general meta, replacing user_metadata
4 years ago
Nico Schottelius
1f2ff8b78f
cleanup bind-mount
4 years ago
Nico Schottelius
6529144eca
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago
Nico Schottelius
f401b45130
add umount / bind script
4 years ago
Nico Schottelius
72b605bf9d
++ no src directory
4 years ago
Nico Schottelius
6096d8f933
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
4 years ago