theoren
Results
2
issues of
theoren
Drivers and samples Vlan support is missing. Testing ps_ixgbe module with rxdump.c shows tagged traffic as untagged, probably by the driver. Adding native vlans causes all traffic to be dropped.
I failed to use graph2vec with python 3.x A patch is provided: sed -i 's/cPickle/pickle/g;s/from node_vectors import/from graph2vec.node_vectors import/g' graph2vec-0.0.2/graph2vec/*.py