Here is my "vppctl show hardware-interfaces detail" vpp# show hardware-interfaces detail Name Idx Link Hardware GigabitEthernet0/9/0 1 up GigabitEthernet0/9/0 Ethernet address 52:54:00:e2:39:c1 Intel 82540EM (e1000) carrier up full duplex speed 1000 mtu 1500 promisc flags: admin-up promisc pmd maybe-multiseg tx-offload intel-phdr-cksum pci id: device 8086:100e subsystem 1af4:1100 pci address: 0000:00:09.00 max rx packet len: 16128 max num of queues: rx 1 tx 1 promiscuous: unicast on all-multicast on vlan offload: strip off filter off qinq off rx offload caps: vlan-strip ipv4-cksum udp-cksum tcp-cksum tx offload caps: vlan-insert ipv4-cksum udp-cksum tcp-cksum rss active: ipv4-frag ipv4-udp ipv6-udp-ex ipv6-udp ipv6-other ipv6-ex ipv6 rss supported: none rx queues 1, rx desc 1024, tx queues 1, tx desc 1024 cpu socket 0
tx frames ok 822 rx frames ok 36 extended stats: rx good packets 36 tx good packets 822 rx good bytes 0 tx good bytes 0 rx missed errors 0 rx errors 0 tx errors 0 rx mbuf allocation errors 0 rx q0packets 0 rx q0bytes 0 rx q0errors 0 tx q0packets 0 tx q0bytes 0 GigabitEthernet0/a/0 2 up GigabitEthernet0/a/0 Ethernet address 52:54:00:4a:1c:c9 Intel 82540EM (e1000) carrier up full duplex speed 1000 mtu 1500 promisc flags: admin-up promisc pmd maybe-multiseg tx-offload intel-phdr-cksum pci id: device 8086:100e subsystem 1af4:1100 pci address: 0000:00:0a.00 max rx packet len: 16128 max num of queues: rx 1 tx 1 promiscuous: unicast on all-multicast on vlan offload: strip off filter off qinq off rx offload caps: vlan-strip ipv4-cksum udp-cksum tcp-cksum tx offload caps: vlan-insert ipv4-cksum udp-cksum tcp-cksum rss active: ipv4-frag ipv4-udp ipv6-udp-ex ipv6-udp ipv6-other ipv6-ex ipv6 rss supported: none rx queues 1, rx desc 1024, tx queues 1, tx desc 1024 cpu socket 0 tx frames ok 5 rx frames ok 853 extended stats: rx good packets 853 tx good packets 5 rx good bytes 0 tx good bytes 0 rx missed errors 0 rx errors 0 tx errors 0 rx mbuf allocation errors 0 rx q0packets 0 rx q0bytes 0 rx q0errors 0 tx q0packets 0 tx q0bytes 0 Sent from Outlook<http://aka.ms/weboutlook> ________________________________ From: Rubina Bianchi Sent: Tuesday, May 8, 2018 2:24 PM To: vpp-dev@lists.fd.io Subject: MTU in vpp Hi I set mtu to all of my interfaces using "vppctl set interface mtu 1500 <interface>". But when I generate packets larger than mtu size, all packet pass through vpp. Is there any parameter that I must set? I generate large packet using "ping -M do -s 9472 200.200.200.40". My vpp version: master v18.07-rc0~147-g7220f42c Thanks, Sincerely Sent from Outlook<http://aka.ms/weboutlook>