-
```
What steps will reproduce the problem?
1. Added netmap support for bnx2 driver
2. wget and ping is working
3.wn_capture.bin (packet capture is not working)
What is the expected output? What do yo…
-
```
What steps will reproduce the problem?
1.[sjm@isms examples]./bridge -i netmap:eth0 -i netmap:eth1
now everythings ok.
2.pull out eth1's cable ,then insert it back to eth1.
now the bridge has bee…
-
```
What steps will reproduce the problem?
1. install Fedora 20
2. install VirtualBox
3. create a VirtualBox Fedora20 VM with 3 vNICs e1000 (Virtual Box vNIC Intel
PRO/1000 T Server(82543GC), install…
-
This works:
```json
"acls": [{
"action": "accept",
"src": ["group:fastcup-ml"],
"dst": ["10.126.0.0/20:5432"],
}]
```
But this doesn't:
```json
"acls": [{
"action": "accept",
"s…
-
Hi,
I am having a host to host setup over 40G intel NICs (XL710).
I was able to run epserver, epwget example for a single core, but unable to do that for more than 1 cores.
`sudo ./epwget 169.…
-
```
Hello!
I tried to use netmap for my tool https://github.com/FastVPSEestiOu/fastnetmon
but I can't run netmap on my server.
Debian 7 with 3.2.0-4-amd64
I tried with upstream ixgbe driver, patch…
-
```
I installed CentOS 7 in a VMware hypervisor. I used this
http://wiki.centos.org/HowTos/I_need_the_Kernel_Source link to get the CentOS
source.
Then when I install netmap, I get 2 errors:
if [ -…
-
```
I'm trying to install Netmap on my Nvidia Jetson TK1 Development kit. It uses
an Nvidia Tegra k1 SoC (4 core cortex A15 arm) and are running Ubuntu 12.04.
The problem is that I can't run make in…
-
```
What steps will reproduce the problem?
1. Install FreeBSD 10/amd 64
2. Compile latest netmap module
3. Start bridge example: ./bridge -v -i netmap:igb0 -i netmap:igb1
4. pull out cables from igb0 …
-
This reports an open port for the non existent domain:
```
import NetMap from 'netmap.js'
const netmap = new NetMap()
const hosts = ['nonexistentdomain.com']
const ports = [80]
netmap.tcpSca…