hi, Mark. thanks for your help. It work well. I merge the code of V2 in http://openvswitch.org/pipermail/dev/2016-February/066405.html. the mtu of dpdk port can be configed and jumbo frame can work.
Best regards 307419...@qq.com From: Kavanagh, Mark B Date: 2016-04-20 16:26 To: 307419...@qq.com; discuss Subject: RE: [ovs-discuss] hi,all,can the mtu of interface with dpdk type be set by ovs command line ? thanks. Hi, The ‘mtu’ field of the Interface table is a read-only field in OVSDB, hence it can’t be set via a call to ovs-vsctl. Work is currently underway to provide a mechanism to modify netdev parameters dynamically at runtime; such parameters could include # RX queues, MTU, etc. See here: http://openvswitch.org/pipermail/dev/2016-April/069835.html In the meantime, if you’d like to play around with Jumbo frames and OVS-DPDK, you can use this patchset: http://openvswitch.org/pipermail/dev/2016-February/066405.html. Note, however, that this patchset is superseded by the aforementioned ‘dynamic netdev reconfigure’ series, and will not form part of the OVS codebase. Thanks, Mark From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of 307419...@qq.com Sent: Wednesday, April 20, 2016 6:28 AM To: discuss Subject: [ovs-discuss] hi,all,can the mtu of interface with dpdk type be set by ovs command line ? thanks. I have test with the command: ovs-vsctl set interface *** mtu=***. but the mtu of the interface always be 1500, why? or there are any other methods to set the mtu of dpdk-type interface? best regards 307419...@qq.com
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss