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
91ec194b78
+arp in netpfga
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
ad8988bb41
Try to add real headers
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
327d0b70f9
Introduce sub-control for renaming variables
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
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
9368312ff3
remove everything, but variable renamings
...
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
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
65e7893245
Revert everything besides naming
4 years ago
Nico Schottelius
ad004bec67
re-inroduce general meta, replacing user_metadata
4 years ago
Nico Schottelius
7e9dbe69da
revert to user_metadata_t for this test
4 years ago
Nico Schottelius
e6951c6210
[netpfga] re-introduce old parser, rename variables
4 years ago
Nico Schottelius
1be73a0e50
Include commented all logic from checksum_diff.p4
4 years ago
Nico Schottelius
93c98323f4
add ifdef for controller actions
4 years ago
Nico Schottelius
f44386b6b8
Include the right DEparser
4 years ago
Nico Schottelius
d68be5010d
[netpfga] add generic deparser, took
...
Trying to fix late stage compile error
4 years ago
Nico Schottelius
23a64da1f4
[netpfga] naming change
4 years ago
Nico Schottelius
6fce1d7f7d
Move digest handling into parser
4 years ago
Nico Schottelius
e72265df47
[netpfga] adjust names to use new bmv2 style naming
4 years ago
Nico Schottelius
cae8e6c7c0
[netfpga] import generic parser
4 years ago
Nico Schottelius
6e162ca63b
Rewrite the netpfga p4 program
4 years ago
Nico Schottelius
1059e8d0e0
Begin from the beginning: reset to port1 only
4 years ago
Nico Schottelius
ff1688e3b2
integrate netpfga/p4 generic
4 years ago
Nico Schottelius
8b8f70e6a0
Begin to introduce commented out code, use metadata
4 years ago
Nico Schottelius
99811a47c2
[p4src] add mini p4 program that modifies ipv6 data
4 years ago
Nico Schottelius
9a2d6d7dac
+document all ports
4 years ago
Nico Schottelius
dec8a02a26
+doc +log +allports
4 years ago
Nico Schottelius
56d2f2ee65
cleanup && integrate headers.p4 into minip4
4 years ago
Nico Schottelius
0f2e7f6049
Add prompt, add action
4 years ago
Nico Schottelius
6c895c583a
netpfga: always emit on port1
4 years ago
Nico Schottelius
61b807bd2e
++doc ++setup egress
4 years ago
Nico Schottelius
edd9624d29
Cleanup code, in theory finish mirror
...
Unclear: where / how to setup egress
4 years ago
nico
4a8eb5b2b4
ad minip4, update paths
4 years ago