From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: vhost user MTU and promisc mode Date: Mon, 6 Feb 2017 11:19:36 +0100 Message-ID: <18ab1a23-095c-5970-92e2-e81b5a8d0ade@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: "mst@redhat.com" , "Liu, Yuanhan" , "dev@dpdk.org" To: "Tan, Jianfeng" Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 8274614EC for ; Mon, 6 Feb 2017 11:19:40 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Jianfeng, On 02/06/2017 07:39 AM, Tan, Jianfeng wrote: > Hi Maxime, > > > > Have seen that you submit a feature in QEMU, commit c5f048d8fb69 > (“vhost-user: Add MTU protocol feature and op”). > > > > Appreciate your insights on: > > (1) Do you have plan to enable it in DPDK vhost user? Yes, I plan to propose this for v17.05 release. For vhost-user backend, the op is to notify the backend with the MTU value set in QEMU, so that it can ensure packets sent won't be bigger. > > (2) How about another similar feature, promisc mode enable/disable? This is ont something we have considered yet. Are you willing to work on it? Thanks, Maxime > > > Thanks, > > Jianfeng >