[netpfga] add generic deparser, took
Trying to fix late stage compile error
This commit is contained in:
parent
706eac0e41
commit
d68be5010d
1 changed files with 7 additions and 3 deletions
|
@ -144,9 +144,13 @@ control TopDeparser(packet_out packet,
|
|||
// inout sume_metadata_t sume_metadata) {
|
||||
|
||||
|
||||
apply {
|
||||
packet.emit(hdr.ethernet);
|
||||
}
|
||||
// apply {
|
||||
// packet.emit(hdr.ethernet);
|
||||
// }
|
||||
|
||||
#include "parsers.p4"
|
||||
|
||||
|
||||
}
|
||||
|
||||
/********************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue