45 lines
2.2 KiB
Text
45 lines
2.2 KiB
Text
|
+ date
|
||
|
Son Jul 28 12:17:59 CEST 2019
|
||
|
+ cd /home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4
|
||
|
+ make
|
||
|
make -C src/ clean
|
||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
rm -f *.sdnet *.tbl .sdnet_switch_info.dat
|
||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src'
|
||
|
make -C testdata/ clean
|
||
|
make[1]: Entering directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||
|
rm -f *.pcap *.txt *.pyc *.axi config_writes.* *_reg_defines.py
|
||
|
make[1]: Leaving directory '/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/testdata'
|
||
|
rm -rf nf_sume_sdnet_ip/
|
||
|
rm -f
|
||
|
rm -f sw/config_tables.c
|
||
|
make -C src/
|
||
|
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_nat64_generic.p4(159): warning: Table nat64 is not used; removing
|
||
|
table nat64 {
|
||
|
^^^^^
|
||
|
actions_nat64_generic.p4(178): warning: Table nat46 is not used; removing
|
||
|
table nat46 {
|
||
|
^^^^^
|
||
|
minip4_solution.p4(91): warning: Table lookup_table is not used; removing
|
||
|
table lookup_table {
|
||
|
^^^^^^^^^^^^
|
||
|
minip4_solution.p4(19): [--Wwarn=uninitialized_out_param] warning: out parameter meta may be uninitialized when RealParser terminates
|
||
|
out metadata meta,
|
||
|
^^^^
|
||
|
minip4_solution.p4(16)
|
||
|
parser RealParser(
|
||
|
^^^^^^^^^^
|
||
|
/home/nico/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/bin/p4_px_tables.py commands.txt .sdnet_switch_info.dat
|
||
|
ERROR: not enough fields provided to complete _hexify()
|
||
|
fields = [(u'hit', 1), (u'action_run', 3), (u'out_port', 8), (u'out_port', 8), (u'mac_addr', 48), (u'task', 16), (u'table_id', 16)]
|
||
|
action_name = TopPipe.realmain.set_egress_port
|
||
|
field_vals = [1, '1']
|
||
|
fv [1, '1'] 2 fs [3, 8, 8, 48, 16, 16] 6
|
||
|
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
|