Broadcom Confidential
5880X-PS225-UG101
13
PS225
User Guide
Quick Start Guide
2. If the driver is provided separately, it must be extracted and compiled for the kernel running on the x86 host and installed.
Example commands are provided below:
NOTE:
It is assumed that the delivered L2 source code is in the tarball
brcm-nxt-l2-drv.tar.gz
.
tar zxf brcm-nxt-l2-drv.tar.gz
cd git/main/Cumulus/drivers/linux/v3/
make
sudo make install
The driver name is
bnxt_en.ko
and the last command installs it in the system in the
/lib/modules/<kernel-
version>/updates/
directory.
3. Install the driver using the following command:
sudo modprobe bnxt_en
3.4.2 Assigning an IP Address to the First New Host Interface
After a
modprobe
or
insmod
of the
bnxt_en
driver, the new network interfaces show up on the x86 host. The number of
interfaces/PFs that show up on the x86 host and separately on the ARM side is Nitro firmware-dependent. An example for
x86 is shown below and the interfaces are
highlighted
.
NOTE:
The exact names may differ from system to system and depend on the OS being used and the physical slot where
the card is installed.
$ ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen
1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group
default qlen 1000
link/ether b0:6e:bf:30:44:65 brd ff:ff:ff:ff:ff:ff
19:
enp1s0f0
: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default
qlen 1000
link/ether 00:10:18:de:06:08 brd ff:ff:ff:ff:ff:ff
20:
enp1s0f1d1
: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:09 brd ff:ff:ff:ff:ff:ff
21:
enp1s0f2
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0a brd ff:ff:ff:ff:ff:ff
22:
enp1s0f3d1
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0b brd ff:ff:ff:ff:ff:ff
23:
enp1s0f4
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0c brd ff:ff:ff:ff:ff:ff
24:
enp1s0f5d1
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0d brd ff:ff:ff:ff:ff:ff
25:
enp1s0f6
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0e brd ff:ff:ff:ff:ff:ff
26:
enp1s0f7d1
: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DEFAULT group
default qlen 1000
link/ether 00:10:18:de:06:0f brd ff:ff:ff:ff:ff:ff
Broadcom
Confidential