Home
last modified time | relevance | path

Searched refs:carrier (Results 1 – 25 of 46) sorted by relevance

12

/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst55 parm: carrier: Default carrier state for KNI interface (default=off):
64 disabled, and the default carrier state of KNI interfaces is set to *off*.
143 The default carrier state of KNI interfaces created by the ``rte_kni``
144 kernel module is controlled via the ``carrier`` option when the module
147 If ``carrier=off`` is specified, the kernel module will leave the carrier
151 which require that the carrier state of the KNI interface reflect the
162 To set the default carrier state to *on*:
166 # insmod <build_dir>/kernel/linux/kni/rte_kni.ko carrier=on
168 To set the default carrier state to *off*:
172 # insmod <build_dir>/kernel/linux/kni/rte_kni.ko carrier=off
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx7s-mba7.dts3 * Device Tree Source for TQ Systems TQMa7S board on MBa7 carrier board.
16 model = "TQ Systems TQMa7S board on MBa7 carrier board";
H A Dimx6q-apalis-ixora.dts134 /* I2C1_SDA/SCL on MXM3 209/211 (e.g. RTC on carrier board) */
156 /* M41T0M6 real time clock on carrier board */
164 * I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor on carrier
H A Dimx6q-apalis-ixora-v1.1.dts135 /* I2C1_SDA/SCL on MXM3 209/211 (e.g. RTC on carrier board) */
152 /* M41T0M6 real time clock on carrier board */
160 * I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor on carrier
H A Dtegra30-apalis-eval.dts75 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
87 /* M41T0M6 real time clock on carrier board */
98 * carrier board)
H A Dimx6q-apalis-eval.dts130 /* I2C1_SDA/SCL on MXM3 209/211 (e.g. RTC on carrier board) */
152 /* M41T0M6 real time clock on carrier board */
160 * I2C3_SDA/SCL (CAM) on MXM3 pin 201/203 (e.g. camera sensor on carrier
H A Dtegra124-apalis-eval.dts68 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
80 /* M41T0M6 real time clock on carrier board */
96 * on carrier board)
H A Dtegra124-apalis-v1.2-eval.dts69 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
81 /* M41T0M6 real time clock on carrier board */
92 * on carrier board)
H A Dimx7d-mba7.dts3 * Device Tree Source for TQ Systems TQMa7D board on MBa7 carrier board.
16 model = "TQ Systems TQMa7D board on MBa7 carrier board";
H A Dtegra30-apalis-v1.1-eval.dts76 * GEN1_I2C: I2C1_SDA/SCL on MXM3 pin 209/211 (e.g. RTC on carrier
88 /* M41T0M6 real time clock on carrier board */
99 * carrier board)
H A Drk3288-rock-pi-n8.dts10 #include <arm/rockchip-radxa-dalang-carrier.dtsi>
H A Dtegra30-colibri-eval-v3.dts59 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
66 /* M41T0M6 real time clock on carrier board */
H A Dimx6dl-colibri-v1_1-eval-v3.dts24 * Please make sure your carrier board does not pull-up any of
H A Dtegra20-colibri-iris.dts123 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
130 /* M41T0M6 real time clock on carrier board */
H A Dtegra20-colibri-eval-v3.dts123 * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier
130 /* M41T0M6 real time clock on carrier board */
H A Dimx6dl-colibri-eval-v3.dts130 * Colibri I2C: I2C3_SDA/SCL on SODIMM 194/196 (e.g. RTC on carrier board)
150 /* M41T0M6 real time clock on carrier board */
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c41 static char *carrier; variable
556 if (!carrier) { in kni_parse_carrier_state()
561 if (strcmp(carrier, "off") == 0) in kni_parse_carrier_state()
563 else if (strcmp(carrier, "on") == 0) in kni_parse_carrier_state()
655 module_param(carrier, charp, 0644);
656 MODULE_PARM_DESC(carrier,
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28-var3-ads2.dts4 * carrier (ADS2).
14 model = "Kontron SMARC-sAL28 (Single PHY) on SMARC Eval 2.0 carrier";
H A Dimx8qxp-colibri-eval-v3.dtsi32 /* M41T0M6 real time clock on carrier board */
H A Dfsl-ls1028a-kontron-kbox-a-230-ls.dts6 * carrier (s1914).
/f-stack/doc/
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md29 insmod build/kernel/linux/kni/rte_kni.ko carrier=on
94 echo 1 > /sys/class/net/veth0/carrier # if `carrier=on` not set while `insmod rte_kni.ko`.
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399pro-rock-pi-n10.dts11 #include <arm/rockchip-radxa-dalang-carrier.dtsi>
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst64 physical NIC port and will update the carrier status of the corresponding
70 such that the :ref:`default carrier state <kni_default_carrier_state>` is
75 loaded with the :ref:`default carrier state <kni_default_carrier_state>`
76 set to *on*. This sets the carrier state of the KNI interfaces to *on*
122 carrier state. With this option set, a thread will be started which
124 Ethernet ports and set the carrier state of the corresponding KNI
196 enabled, and the :ref:`default carrier state <kni_default_carrier_state>`
209 # insmod <build_dir>/kernel/linux/kni/rte_kni.ko lo_mode=lo_mode_fifo carrier=on
/f-stack/
H A DREADME.md69 …inux/kni/rte_kni.ko carrier=on # carrier=on is necessary, otherwise need to be up `veth0` via `ech…
129 echo 1 > /sys/class/net/veth0/carrier # if `carrier=on` not set while `insmod rte_kni.ko`
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_11.rst309 ``carrier=[on|off]`` to allow the user to control the default carrier
310 state of the KNI kernel network interfaces. The default carrier state
312 carrier state is set to ``on`` via ``rte_kni_update_link`` or
313 by writing ``1`` to ``/sys/devices/virtual/net/<iface>/carrier``.
314 In previous versions the default carrier state was left undefined.
318 to set the carrier state of the KNI kernel network interface.
321 monitor and automatically reflect the physical NIC carrier state to the
433 * kni: By default, interface carrier status is ``off`` which means there won't
435 via ``sysfs`` interface: ``echo 1 > /sys/class/net/vEth0/carrier``.
439 automatically update the carrier status for the interface.

12