Re: [vpp-dev] MTU

2020-11-29 Thread Liran
up... -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18189): https://lists.fd.io/g/vpp-dev/message/18189 Mute This Topic: https://lists.fd.io/mt/10641628/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [

Re: [vpp-dev] MTU in vpp

2018-05-09 Thread Ole Troan
gt; > -- > Regards, > Akshaya N > > -Original Message- > From: Ole Troan > To: Nitin Saxena > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] MTU in vpp > Date: Wed, 9 May 2018 10:18:02 +0200 > > > If dpdk plugin used, which is the default case

Re: [vpp-dev] MTU in vpp

2018-05-09 Thread Akshaya Nadahalli
p-dev@lists.fd.io Subject: Re: [vpp-dev] MTU in vpp Date: Wed, 9 May 2018 10:18:02 +0200 > If dpdk plugin used, which is the default case in VPP, MTU to each interface > is set by retrieving MTU information from underlying DPDK PMD API: > rte_eth_dev_info_get(). So if the device supports ma

Re: [vpp-dev] MTU in vpp

2018-05-09 Thread Ole Troan
> If dpdk plugin used, which is the default case in VPP, MTU to each interface > is set by retrieving MTU information from underlying DPDK PMD API: > rte_eth_dev_info_get(). So if the device supports max MTU say 9216 then that > will be configured. > > I don't think setting MTU via vpp cli or s

Re: [vpp-dev] MTU in vpp

2018-05-08 Thread Nitin Saxena
Hi, If dpdk plugin used, which is the default case in VPP, MTU to each interface is set by retrieving MTU information from underlying DPDK PMD API: rte_eth_dev_info_get(). So if the device supports max MTU say 9216 then that will be configured. I don't think setting MTU via vpp cli or startu

Re: [vpp-dev] MTU in vpp

2018-05-08 Thread Rubina Bianchi
Here is my "vppctl show hardware-interfaces detail" vpp# show hardware-interfaces detail NameIdx 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

[vpp-dev] MTU in vpp

2018-05-08 Thread Rubina Bianchi
Hi I set mtu to all of my interfaces using "vppctl set interface mtu 1500 ". 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-r

Re: [vpp-dev] MTU

2017-03-11 Thread yug...@telincn.com
I can't see anything in vpp trace, so what else we need to do to setup dpdk interface. Regards, Ewan yug...@telincn.com From: yug...@telincn.com Date: 2017-03-12 11:04 To: vpp-dev@lists.fd.io Subject: [vpp-dev] MTU Hi, all Both dpdk hardware and vpp interface mtu is 9216, why it

[vpp-dev] MTU

2017-03-11 Thread yug...@telincn.com
Hi, all Both dpdk hardware and vpp interface mtu is 9216, why it can't process packet which len beyond 1522. root@ubuntu:/tmp# vppctl show hardware NameIdx Link Hardware GigabitEthernet2/6/0 1down GigabitEthernet2/6/0 Ethernet address 00:0c:2