++ log netpfga

This commit is contained in:
Nico Schottelius 2019-05-18 15:33:21 +02:00
commit 533ae3e080
2 changed files with 321 additions and 2 deletions

View file

@ -93,7 +93,7 @@ fi
```
### Compile the NetPFGA drivers
### Compile "SUME hardware library cores and some software to access registers"
```
@ -101,8 +101,24 @@ cd $SUME_FOLDER/lib/hw/xilinx/cores/tcam_v1_1_0/ && make update && make
cd $SUME_FOLDER/lib/hw/xilinx/cores/cam_v1_1_0/ && make update && make
cd $SUME_SDNET/sw/sume && make
cd $SUME_FOLDER && make
```
### Compile SUME drivers
```
cd $DRIVER_FOLDER
make all
sudo make install
sudo modprobe sume_riffa
lsmod | grep sume_riffa
```
### Install packages for P4
```
root@loch:~# apt install python-scapy
```
## Known / encountered BUGS