Skip to content

Commit c459cfc

Browse files
committed
README.
Signed-off-by: fruffy <[email protected]>
1 parent 838cb83 commit c459cfc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

backends/bmv2/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ To run and test this back-end you need some additional tools:
3030
- the BMv2 behavioral model itself. Installation instructions are available [here](https://github.com/p4lang/behavioral-model#installing-bmv2). You may need to update your
3131
dynamic libraries after installing bmv2: `sudo ldconfig`
3232

33-
- the Python scapy library `sudo pip3 install scapy`
34-
3533
# Unsupported P4_16 language features
3634

3735
Here are some unsupported features we are aware of. We will update this list as

backends/ebpf/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ Additionally, the eBPF compiler test suite has the following python dependencies
237237

238238
- The python ply package to parse .stf testing files.
239239

240-
- The python scapy package to read and write pcap files.
240+
- The python scapy package, to easily construct test packets with
241+
selected sequences of headers.
241242

242243
You can install these using:
243244
```

0 commit comments

Comments
 (0)