include new actions

This commit is contained in:
Nico Schottelius 2019-07-10 22:51:45 +02:00
parent 5da69c79d3
commit 0eb5d53438
1 changed files with 1 additions and 6 deletions

View File

@ -63,12 +63,7 @@ control TopPipe(inout headers hdr,
inout digest_data_t digest_data,
inout sume_metadata_t sume_metadata) {
/* FIXME: not sure what to do on netpfga */
action drop() {
#ifndef _SUME_SWITCH_P4_
mark_to_drop();
#endif
}
#include "action_netfpga_dummy.p4"
apply {
dummy_table_for_netpfga.apply();