From patchwork Wed Apr 10 18:05:33 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 52621 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71F471B29A; Wed, 10 Apr 2019 20:05:52 +0200 (CEST) Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 1F4411B119 for ; Wed, 10 Apr 2019 20:05:49 +0200 (CEST) Received: by mail-pg1-f196.google.com with SMTP id k3so2015787pga.6 for ; Wed, 10 Apr 2019 11:05:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fTHKzP7ncnG0W/XOsyjpth9M+RWlUNisiHq25bM0mHg=; b=elEScbPVdNHQyqNM4HjtjeTwPlFIxa4m4N2Bl6hJyor+sD5WUmYYdntvH0vm5E5vJ9 Fnt8EDQ8jGhqJAjjg66ZLgr8MCpR6OUJ7MNQq2qKZojPsn25dZ++VuNy0GqRYWs3RIz9 co14JgTRsstSUlZNGP8rvNEyKn8JuMsJAg0LAGoIjc9DoQI/rUECtq08wahI9HJeMSY3 mdqBWjhVGjR6eUA3a2+a+S3CzxHmJ4T35PXwsDkPYx+PogEoGqWLoZTc+mZZ6/XWrLN4 qCmss/xGC7SgauFufiZwD9N8Lv5Fya1io4uB1obZsppOrQkGP0mgouTNgHRVyLyDwxKK 2Pog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fTHKzP7ncnG0W/XOsyjpth9M+RWlUNisiHq25bM0mHg=; b=hjM8Wlpv7BRLsJ2lzbLuJfgDxXlHQVFbnUSCJS8g6Jec4S+CMqsjUxk25jSLQRW8fT 7jeGYjdBINkksN8sQY/DyRlmXcJCubo0CZEo4UCA5033gX7psOZd1kP/FIPvWXuTLKXj 6m+HQyHyoWqLOuZWg+8O20CJ12iPTT+wEjBszK9fh9pIhJD3ncguqGiOwTsmIyuVZN98 R77YMghPIglOMyR/jCFSEtVz/XV/S03f4dNdD7XeISE6gYY06OZJ72ZogriTbJWQpZVk buOsJnyXHviPrx7dHUxieZfkpHwrzE7nYWJVGWqZpy7ponW+0j4D0a0czrYo/+fihOU+ Tvbw== X-Gm-Message-State: APjAAAVC89RVvlXgwz5sOh+Ke5DfXghZhqJWsoFVUBzAuu79ueBBixJW d9PiJJSnj8Io+kPqUQiNRholQl0YQNw= X-Google-Smtp-Source: APXvYqwxN4PGIOkCSXSqZe0U8URJvU5ErFmhWBmMKTX/jOzEamwBrpL4NnZxrsl+phaOI2rM8wFMaw== X-Received: by 2002:a65:6496:: with SMTP id e22mr42225311pgv.249.1554919547533; Wed, 10 Apr 2019 11:05:47 -0700 (PDT) Received: from shemminger-XPS-13-9360.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id k14sm76294886pfb.125.2019.04.10.11.05.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Apr 2019 11:05:46 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 10 Apr 2019 11:05:33 -0700 Message-Id: <20190410180537.14226-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190410180537.14226-1-stephen@networkplumber.org> References: <20190410180537.14226-1-stephen@networkplumber.org> Subject: [dpdk-dev] [PATCH 1/5] vhost: eliminate blank line at EOF 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" Signed-off-by: Stephen Hemminger --- lib/librte_vhost/iotlb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_vhost/iotlb.c b/lib/librte_vhost/iotlb.c index c6354fef7e65..fcf9e9861afd 100644 --- a/lib/librte_vhost/iotlb.c +++ b/lib/librte_vhost/iotlb.c @@ -361,4 +361,3 @@ vhost_user_iotlb_init(struct virtio_net *dev, int vq_index) return 0; } -