Home
last modified time | relevance | path

Searched full:mtu (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/openbmc-test-automation/extended/
H A Dstandby_bmc.robot54 # Check if the ping works using 1400 MTU.
55 #IF ${ping_status} == ${True} MTU Ping Test
171 MTU Ping Test
172 [Documentation] Ping test using MTU.
173 [Arguments] ${mtu}=${1400}
176 # mtu The maximum transmission unit (MTU) of a network interface.
179 ... ping -M do -s ${mtu} -c 10 ${OPENBMC_HOST}
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh40 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen…
42 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group de…
51 [LINK]1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group defaul…
53 [LINK]2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT gr…
64 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
70 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 10…
168 …monitor_parse_line "[LINK]2: eno2@extra: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fa…
178 …nitor_parse_line "[LINK]Deleted 2: eno2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fa…
188 …expect_err 0 gbmc_ip_monitor_parse_line "[LINK]20: gusbem0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openconnect/openconnect/
H A D0001-Shim-for-renaming-of-GNUTLS_NO_EXTENSIONS-in-GnuTLS-.patch38 /* sets the DTLS MTU and returns the actual tunnel MTU */
39 unsigned dtls_set_mtu(struct openconnect_info *vpninfo, unsigned mtu)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/pptp-linux/pptp-linux/
H A Doptions.pptp26 # We want a sane mtu/mru
29 #mtu 1000
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/files/
H A Dmctp-config27 mctp link set mctpi3c${busnum} mtu 254 up
33 # Set the MTU to ETH_MIN_MTU, in range.
39 mctp link set mctpi2c${busnum} mtu 68
/openbmc/libmctp/
H A Dastlpc.c544 * Trim the MTU to a multiple of 16 to meet the requirements of 12.17 in mctp_astlpc_init_bmc()
567 astlpc_prerr(astlpc, "Cannot support an MTU of %" PRIu32, sz); in mctp_astlpc_init_bmc()
659 astlpc_prinfo(astlpc, "Desire an MTU of %" PRIu32 " bytes", in mctp_astlpc_negotiate_layout_host()
677 astlpc_prinfo(astlpc, "Requesting MTU of %" PRIu32 " bytes", in mctp_astlpc_negotiate_layout_host()
897 /* Derive the largest MTU the BMC _can_ support */ in mctp_astlpc_calculate_mtu()
902 /* Determine the largest MTU the BMC _wants_ to support */ in mctp_astlpc_calculate_mtu()
910 /* Determine the accepted MTU, applied both directions by convention */ in mctp_astlpc_calculate_mtu()
918 uint32_t sz, mtu; in mctp_astlpc_negotiate_layout_bmc() local
934 /* Negotiate the MTU */ in mctp_astlpc_negotiate_layout_bmc()
935 mtu = mctp_astlpc_calculate_mtu(astlpc, &proposed); in mctp_astlpc_negotiate_layout_bmc()
[all …]
H A Dlibmctp-astlpc.h34 mctp_astlpc_init(uint8_t mode, uint32_t mtu, void *lpc_map,
H A Dmeson.options67 option('i2c_mtu', type: 'integer', value: 64, description: 'I2C packet MTU')
/openbmc/qemu/
H A Dqemu-bridge-helper.c241 int mtu; in main() local
363 /* get the mtu of the bridge */ in main()
366 fprintf(stderr, "failed to get mtu of bridge `%s': %s\n", in main()
372 /* save mtu */ in main()
373 mtu = ifr.ifr_mtu; in main()
375 /* set the mtu of the interface based on the bridge */ in main()
377 ifr.ifr_mtu = mtu; in main()
379 fprintf(stderr, "failed to set mtu of device `%s' to %d: %s\n", in main()
380 iface, mtu, strerror(errno)); in main()
/openbmc/phosphor-networkd/src/
H A Dtypes.hpp34 std::optional<unsigned> mtu = std::nullopt; member
42 mac == rhs.mac && mtu == rhs.mtu && in operator ==()
H A Dsystem_queries.hpp18 void setMTU(std::string_view ifname, unsigned mtu);
H A Dsystem_queries.cpp98 void setMTU(std::string_view ifname, unsigned mtu) in setMTU() argument
101 ifr.ifr_mtu = mtu; in setMTU()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0002-fix-incompatible-type-assignment-in-txring.c.patch23 @@ -197,7 +197,7 @@ txring_init(int fd, unsigned int mtu)
31 txring_mkreq(txp->treq, mtu);
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp77 EXPECT_EQ(0, interface.mtu()); in TEST_F()
82 constexpr unsigned mtu = 150; in TEST_F() local
90 .mtu = mtu}}; in TEST_F()
94 EXPECT_EQ(mtu, intf.mtu()); in TEST_F()
H A Dtest_rtnetlink.cpp45 unsigned mtu __attribute__((aligned((RTA_ALIGNTO)))) = 50; in TEST() member
55 msg.mtu_hdr.rta_len = RTA_LENGTH(sizeof(msg.mtu)); in TEST()
64 .mtu = 50}; in TEST()
H A Dmock_syscall.cpp122 if (i.mtu) in sendmsg_link_dump()
124 appendRTAttr(msgBuf, IFLA_MTU, stdplus::raw::asView<char>(*i.mtu)); in sendmsg_link_dump()
184 if (!it->second.mtu) in ioctl()
189 req->ifr_mtu = *it->second.mtu; in ioctl()
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.h225 int mtu; member
245 int rndis_set_param_dev(u8 configNr, struct eth_device *dev, int mtu,
249 int rndis_set_param_dev(u8 configNr, struct udevice *dev, int mtu,
/openbmc/qemu/hw/net/
H A Dvmxnet3_defs.h91 /* Network MTU */
92 uint32_t mtu; member
/openbmc/libmctp/tests/
H A Dtest_astlpc.c172 uint8_t mode, uint32_t mtu, uint8_t (*kcs)[2], in endpoint_init() argument
188 ep->astlpc = mctp_astlpc_init(mode, mtu, lpc_mem, in endpoint_init()
984 /* Set the MTU to 0 to provoke a failure */ in astlpc_test_buffers_bad_host_init()
1047 /* Host initialisation with low MTU */ in astlpc_test_negotiate_mtu_low_high()
1053 /* Process low MTU proposal */ in astlpc_test_negotiate_mtu_low_high()
1057 /* Accept low MTU proposal */ in astlpc_test_negotiate_mtu_low_high()
1068 * Bring up a new host endpoint with a higher MTU than we previously in astlpc_test_negotiate_mtu_low_high()
1076 /* Process high MTU proposal */ in astlpc_test_negotiate_mtu_low_high()
1080 /* Accept high MTU proposal */ in astlpc_test_negotiate_mtu_low_high()
1173 /* Host initialisation with low MTU */ in astlpc_test_negotiate_mtu_high_low()
[all …]
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md64 ### MTU: Maximum Transmission Unit
67 Unit represents a value that is at least as large as the BTU. Negotiation of MTU
251 to the Baseline Transmission Unit, and the implementation assumes that the MTU
255 control region to negotiate the link MTU. Note that at the time that the MTU is
259 The relevant property that each endpoint must control is the MTU of packets it
267 both the BMC and the host have a consistent understanding of the MTU in each
398 … | ✓ | The host derives and writes to `rx_size` the packet size associated with its desired MTU |
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/mctp/files/
H A Dmctp_init.sh29 mctp link set "$iface" mtu 68 up
/openbmc/u-boot/board/Synology/ds109/
H A Dds109.h38 u16 mtu[4]; member
/openbmc/qemu/net/
H A Dvmnet_int.h36 uint64_t mtu; member
/openbmc/u-boot/drivers/usb/eth/
H A Dlan7x.h94 #define LAN7X_MAC_RX_MAX_SIZE(mtu) \ argument
95 ((mtu) << 16) /* Max frame size */
/openbmc/qemu/net/can/
H A Dcan_socketcan.c194 int mtu; in can_host_socketcan_connect() local
229 mtu = ifr.ifr_mtu; in can_host_socketcan_connect()
231 if (mtu >= CANFD_MTU) { in can_host_socketcan_connect()

1234