Денис Крыськов
Денис Крыськов
I tried to install with current kernel ``` export RTE_KERNELDIR=/tmp/linux-4.4.6 ... make install V=1 T=$RTE_TARGET ``` Got compilation errors ``` gcc -Wp,-MD,/tmp/dpdk-1.8.0/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/.igb_param.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include -I/tmp/linux-4.4.6/arch/x86/include -Iarch/x86/include/generated/uapi -Iarch/x86/include/generated -I/tmp/linux-4.4.6/include -Iinclude...
Front page for v2.1 has two dead links in quickstart section: **http://sphia.org/documentation.html http://sphia.org/clients.html** Where do I find getting started and API documentation for v2.1?
readelf.py shows STB_GNU_UNIQUE variables as unknown. What a shame I offer a patch that fixes the problem ``` diff -urN a/descriptions.py b/descriptions.py --- a/descriptions.py 2014-11-08 16:41:54.000000000 +0300 +++ b/descriptions.py 2015-12-04...
`DERSignature.stream_serialize` puts byte 0x30 between r and s. But `.stream_deserialize` expects 0x02 there. I think this is a bug in either `DERSignature.stream_serialize` or `DERSignature.stream_deserialize`.
I attempt to start three DPDK applications on a single computer, `httpd` second, `seawreck` third. This fails because `httpd` takes all available memory, ignoring `-m` parameter, leaving nothing for `seawreck`....
This error occurs at least with seawreck. Full command-line: ``` PCI=... NET="eth0: {pci_address: $PCI, ip: 1.1.1.9, gateway: 1.1.1.8, netmask: 255.255.255.0 }" seastar-seawreck --server 2.2.2.9:10000 \ --network-stack native --dpdk-pmd --collectd 0...