776 Commits (e13d0b974d3bb8a27665f9341688497b8bdd2a07)
 

Author SHA1 Message Date
Nico Schottelius b5cd3aeb0e doc + gitignore for p4src 5 years ago
Nico Schottelius 472a104e2b ++ doc update ++ nat64_static / P4 begin 5 years ago
Nico Schottelius 81bf368279 [p4] try to include type+code in the checksum part 5 years ago
Nico Schottelius 126434a6b9 Add readmes, add .json extension 5 years ago
Nico Schottelius a718480660 + README for bug2 5 years ago
Nico Schottelius decb0c516d syntax correct 5 years ago
Nico Schottelius 60a84af033 Try to cast inside the checksum call 5 years ago
Nico Schottelius 5fe76ef9bd Adjust paths + README 5 years ago
Nico Schottelius a2e01a39b1 Add p4app.json for bug2 5 years ago
Nico Schottelius 00c1425a88 Try to reproduce casting bug 5 years ago
Nico Schottelius a5a75da6b4 Try to reproduce bool bug try #2 5 years ago
Nico Schottelius aca088094e Re-add tcp_length 5 years ago
Nico Schottelius 260857b457 Remove unused meta field 5 years ago
Nico Schottelius bd86fb4bc5 Fix the ingrees part 5 years ago
Nico Schottelius 5c0fa7e566 Add json definition for testing bug1 5 years ago
Nico Schottelius a25da0f0df Try to shrink down bool bug code 5 years ago
Nico Schottelius 7495061f9d Try to include ingress casted value in checksumming 5 years ago
Nico Schottelius ee62eb32c3 ++notes; try to cast & save payload_length in ingress 5 years ago
Nico Schottelius e0a9d28606 Introduce mixed mode NDP/ICMP6 echo reply
- Controller: NDP
- Switch: icmp6 echo reply
5 years ago
Nico Schottelius a0acd719e7 ++notes 5 years ago
Nico Schottelius 3651ec4bc5 Remove unfinished code 5 years ago
Nico Schottelius 591175db7a Re-re-re-try to do checkumming based on a meta field 5 years ago
Nico Schottelius f7fc8ef412 ++notes ++begin nat64 prefix 5 years ago
Nico Schottelius 25405a6ae1 [controller] stringify router 5 years ago
Nico Schottelius 6497db857c & remove checksumming again 5 years ago
Nico Schottelius 6f3bd8773b ... try reenabling checksumming in P4 5 years ago
Nico Schottelius e9b08d638c s/bool/bit/ 5 years ago
Nico Schottelius 6dc5f34d43 s/ .. -> do_cksum 5 years ago
Nico Schottelius 8913cb8c3a Still getting json error, trying to short variable name 5 years ago
Nico Schottelius 6765b878c2 [p4] Disable checksum code again
To make the switch compile. Current error:

*** Starting 2 switches
s1 Starting P4 switch s1.
simple_switch -i 1@s1-eth1 -i 2@s1-eth2 -i 3@s1-eth3 -i 4@s1-eth4 -i 5@s1-cpu-eth0 --pcap=/home/p4/master-thesis/p4app/pcap --thrift-port 9090 --nanolog ipc:///tmp/bm-1-log.ipc --device-id 1 ../p4src/static-mapping.json --log-console >/home/p4/master-thesis/p4app/log/s1.log
P4 switch s1 did not start correctly. Check the switch log file.
p4@ubuntu:~/master-thesis/p4app$ cat /home/p4/master-thesis/p4app/log/s1.log
Warning: you requested the nanomsg event logger, but bmv2 was compiled without -DBMELOG, and the event logger cannot be activated
Calling target program-options parser
[12:24:10.407] [bmv2] [D] [thread 13263] Set default default entry for table 'MyIngress.v6_addresses': NoAction -
[12:24:10.407] [bmv2] [D] [thread 13263] Set default default entry for table 'MyIngress.v6_networks': NoAction -
[12:24:10.407] [bmv2] [D] [thread 13263] Set default default entry for table 'MyIngress.v4_networks': NoAction -
[12:24:10.408] [bmv2] [D] [thread 13263] Set default default entry for table 'tbl_act': act -
Invalid entry type 'expression' in field list
bad json:
{
   "type" : "expression",
   "value" : {
      "type" : "expression",
      "value" : {
         "left" : null,
         "op" : "d2b",
         "right" : {
            "type" : "field",
            "value" : [ "scalars", "metadata.calc_icmp6_checksum" ]
         }
      }
   }
}

p4@ubuntu:~/master-thesis/p4app$
5 years ago
Nico Schottelius 22da39377e Begin router support 5 years ago
Nico Schottelius b0f3f5ea85 Try implicit cast by prepending 16 0 bits 5 years ago
Nico Schottelius 25f80b1b76 Try moving the cast to ingrees 5 years ago
Nico Schottelius 1b95179fc5 -typo 5 years ago
Nico Schottelius 0ca0b94b1c +notes; Try shifting the cast into the parser 5 years ago
Nico Schottelius 0bd12260c6 Re-introduce checksumming in p4 5 years ago
Nico Schottelius 2c3db11c80 +6 5 years ago
Nico Schottelius 8832069536 +-comment 5 years ago
Nico Schottelius 5620add27f Phasing in icmp6 in the switch 5 years ago
Nico Schottelius 7e2262cab5 Create answer 5 years ago
Nico Schottelius 6123dbfe86 self focused 5 years ago
Nico Schottelius c9f8831865 icmp6 echo reply 5 years ago
Nico Schottelius 45e2bd4237 Disable checksumming in the switch 5 years ago
Nico Schottelius 81f89fe87a try resetting cksum (again) 5 years ago
Nico Schottelius 7d53abef6d Try deleting all chksums 5 years ago
Nico Schottelius 12097d0085 ++ unchecked checksums 5 years ago
Nico Schottelius e4dd6eee93 Try v6 checksum instead of icmp6 5 years ago
Nico Schottelius 6f28013bb3 Change icmp6 (sub-)type 5 years ago
Nico Schottelius 3c215f6054 Unset router bit 5 years ago
Nico Schottelius ec8d8abff4 Checksum in scapy: none = recalc 5 years ago