From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by dpdk.org (Postfix) with ESMTP id A29C72C12 for ; Mon, 26 Jun 2017 10:14:36 +0200 (CEST) Received: from 172.30.72.57 (EHLO nkgeml411-hub.china.huawei.com) ([172.30.72.57]) by dggrg02-dlp.huawei.com (MOS 4.4.6-GA FastPath queued) with ESMTP id AQA09742; Mon, 26 Jun 2017 16:14:29 +0800 (CST) Received: from FRAEML704-CAH.china.huawei.com (10.206.14.35) by nkgeml411-hub.china.huawei.com (10.98.56.70) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 26 Jun 2017 16:14:28 +0800 Received: from FRAEML521-MBX.china.huawei.com ([169.254.1.122]) by FRAEML704-CAH.china.huawei.com ([10.206.14.35]) with mapi id 14.03.0301.000; Mon, 26 Jun 2017 10:14:20 +0200 From: "Avi Cohen (A)" To: "ovs-discuss@openvswitch.org" , "users@dpdk.org" Thread-Topic: VDEV device - Cannot set jumbo MTU Thread-Index: AdLuVDKWhNlw/ecoRAmAsmouThWrTw== Date: Mon, 26 Jun 2017 08:14:19 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.200.202.183] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.5950C266.0033, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=169.254.1.122, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 89438ed07f3b01758c1eae9e0b6a91ec Subject: [dpdk-users] VDEV device - Cannot set jumbo MTU X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 08:14:37 -0000 Hi, Can someone help with this ? I have ovs 2.7/ dpdk17.02.1 And I create a veth pair: veth0 , veth1=20 Veth1 is assigned to a namespace, and veth0 is created as an ovs port type = dpdk af_packet. I'm failing to set its MTU to jumbo during creation -[default MTU is OK] I get these error msgs when trying to set jumbo MTU : ovs-vswitchd[1930]: ovs|00614|netdev_dpdk|WARN|Error attaching device 'eth_= af_packet0,iface=3Dveth0' to DPDK ovs-vswitchd[1930]: ovs|00615|netdev|WARN|veth0: could not set configuratio= n (Invalid argument) ovs-vswitchd[1930]: ovs|00616|netdev|WARN|veth0: arguments provided to devi= ce that is not configurable Best Regards avi =20