Skip to content

Commit

Permalink
Some NICs (e.g. bnx2x) require firmware files
Browse files Browse the repository at this point in the history
So include the linux-firmware package in the vfio-dpdk test container.

Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
dgibson committed Nov 2, 2020
1 parent 3e77b73 commit cebb7f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/dpdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ RUN dnf $DNFFLAGS -y makecache
# DPDK tools
RUN dnf $DNFFLAGS -y install dpdk-tools

# Firmware, needed for some devices
RUN dnf $DNFFLAGS -y install linux-firmware

# Install debugging utils
RUN dnf $DNFFLAGS -y install strace procps pciutils

Expand Down

0 comments on commit cebb7f9

Please sign in to comment.