From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0838AC31E49 for ; Wed, 19 Jun 2019 14:20:21 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id BAC4A21855 for ; Wed, 19 Jun 2019 14:20:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BAC4A21855 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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