From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id B8D561B8D3 for ; Thu, 12 Apr 2018 09:14:55 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4994D406FA23; Thu, 12 Apr 2018 07:14:55 +0000 (UTC) Received: from [10.36.112.36] (ovpn-112-36.ams2.redhat.com [10.36.112.36]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2F6BF202660C; Thu, 12 Apr 2018 07:14:54 +0000 (UTC) To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Cc: mtetsuyah@gmail.com, yliu@fridaylinux.org, Jan Blunck References: <20180329160507.25081-1-3chas3@gmail.com> <20180329160507.25081-2-3chas3@gmail.com> From: Maxime Coquelin Message-ID: <4639c30e-0072-5587-6f74-bd898c71a57c@redhat.com> Date: Thu, 12 Apr 2018 09:14:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180329160507.25081-2-3chas3@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 12 Apr 2018 07:14:55 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.5]); Thu, 12 Apr 2018 07:14:55 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'maxime.coquelin@redhat.com' RCPT:'' Subject: Re: [dpdk-dev] [PATCH 2/2] net/vhost: insert/strip VLAN header in software X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 07:14:56 -0000 On 03/29/2018 06:05 PM, Chas Williams wrote: > From: Jan Blunck > > This lets the vhost driver handle the VLAN header like the virtio driver > in software. > > Signed-off-by: Jan Blunck > --- > drivers/net/vhost/rte_eth_vhost.c | 35 ++++++++++++++++++++++++++++++++++- > 1 file changed, 34 insertions(+), 1 deletion(-) Applied to dpdk-next-virtio/master. Thanks! Maxime