From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8A022A0471 for ; Wed, 19 Jun 2019 16:20:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F213A1C1C9; Wed, 19 Jun 2019 16:20:19 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 0DA7E1C197 for ; Wed, 19 Jun 2019 16:20:18 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4D71C2E95A2; Wed, 19 Jun 2019 14:20:17 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-68.rdu2.redhat.com [10.10.124.68]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 617EC19C6A; Wed, 19 Jun 2019 14:20:14 +0000 (UTC) From: Aaron Conole To: Noa Ezra Cc: maxime.coquelin@redhat.com, matan@mellanox.com, dev@dpdk.org References: <1560924825-220648-1-git-send-email-noae@mellanox.com> Date: Wed, 19 Jun 2019 10:20:13 -0400 In-Reply-To: <1560924825-220648-1-git-send-email-noae@mellanox.com> (Noa Ezra's message of "Wed, 19 Jun 2019 06:13:43 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Wed, 19 Jun 2019 14:20:17 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 0/2] support tso and mrg-rxbuf disabling 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Noa Ezra writes: > Add support for disabling TSO and mrg-rxbuf in vhost. > > Noa Ezra (2): > net/vhost: support TSO disabling > net/vhost: support mrg-rxbuf disabling > > doc/guides/nics/vhost.rst | 10 +++++++++ > drivers/net/vhost/rte_eth_vhost.c | 45 ++++++++++++++++++++++++++++++++++++--- > 2 files changed, 52 insertions(+), 3 deletions(-) Some errors building this series (In addition to the comments provided by Maxime): https://travis-ci.com/ovsrobot/dpdk/builds/116071254