From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7D336A0093 for ; Tue, 19 May 2020 15:09:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B1BF1D6BB; Tue, 19 May 2020 15:09:39 +0200 (CEST) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id CFEF81D6AF for ; Tue, 19 May 2020 15:09:38 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id l18so15850256wrn.6 for ; Tue, 19 May 2020 06:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MgdAranWpTBeiJG4fbIWRWXfd3rqAMlNyOaTpWehjp8=; b=R26U0sV5jG2yEw0H5aQGpkXTlTZv3PhABM4B9D5uZO2uU7iQFNFBMS2rLMqwkVEyft aLUcg81+a57uG6w104d2dnrarkQh7UjE8mrQ2PFc7EK3iPDhsYj1YCtMSaXvgTw8DI3g LMOyxuArvFznxKuwfHjT35SMpjZOhE7Z0d2dlEOZJn6zXDQxtrClD5xLLHzPgwVoMBEu Ed0oTurImmer4uflyTnMv/E0+1wenYYJxPg818EHHZqwvrWyVo48208HLgYfJaGVp4qz ulRwPHPoaJgIzLcxG/dfsJvDfemkZEqygdd+URnChGhLm593w6IRqSWS02l4hoNIaRDb uZow== 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:mime-version:content-transfer-encoding; bh=MgdAranWpTBeiJG4fbIWRWXfd3rqAMlNyOaTpWehjp8=; b=TRBAQNPVAOsd8qBD5cVVz1onfaDnM1Evzej0xtJPksnhNorHgI3lrqcVjkornEpbYE Svqdyr7sH8bLnZAcbOASuV9N9z040VeYnqeYqrzxtaL1gSCoCKM73dD4nsqvxQAhWgnv Oh5YfPDoOINHSIYacQw1xgagKqUdIEupGhP72zRRamg0cmAqJKJ74X0nw0vFXQ3ddfGS a6aunA8cTni4EbTe9FkC/o8ZEYr1vz//cSo+djJsQ89zniOatS486eS30ZIkQkORtYHi BHwp0Jlq6kpz6v221DuV/nf1Axwv1gLe1uh3KdWwazwP4ab0u0JV5RkyIwi0sDPX5zTA 44Bg== X-Gm-Message-State: AOAM531sPZl6O8VzvN06JG5LfCWoLzam2iZl5fSWICoRZsaVxRw1kHbA UckhiCF6kzTpKqh06zOuboODAxYbcpnLTMg5 X-Google-Smtp-Source: ABdhPJwJrPo++ueU7Ny8d2eqnYuPM3RtjfiZfzWMsM1r2/Y73w8Ksqc0xGKWr7bNfzijXoie2Bx4iA== X-Received: by 2002:adf:a285:: with SMTP id s5mr28355814wra.60.1589893778548; Tue, 19 May 2020 06:09:38 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id v8sm21482434wrs.45.2020.05.19.06.09.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 06:09:38 -0700 (PDT) From: luca.boccassi@gmail.com To: Xiaolong Ye Cc: Maxime Coquelin , dpdk stable Date: Tue, 19 May 2020 14:03:27 +0100 Message-Id: <20200519130549.112823-72-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200519130549.112823-1-luca.boccassi@gmail.com> References: <20200519125804.104349-1-luca.boccassi@gmail.com> <20200519130549.112823-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'vhost: remove unused variable' has been queued to stable release 19.11.3 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.3 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 05/21/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From c0c67a2dacfa7334e4999dba05a7b48523cbd349 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Sat, 7 Mar 2020 21:22:35 +0800 Subject: [PATCH] vhost: remove unused variable [ upstream commit 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb ] VHOST_FEATURES has been removed in previous refactoring. Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features") Signed-off-by: Xiaolong Ye Reviewed-by: Maxime Coquelin --- lib/librte_vhost/vhost.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h index 9ec5934566..844904ca3b 100644 --- a/lib/librte_vhost/vhost.h +++ b/lib/librte_vhost/vhost.h @@ -537,7 +537,6 @@ vhost_log_write_iova(struct virtio_net *dev, struct vhost_virtqueue *vq, #define PRINT_PACKET(device, addr, size, header) do {} while (0) #endif -extern uint64_t VHOST_FEATURES; #define MAX_VHOST_DEVICE 1024 extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE]; -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-05-19 14:04:47.410943358 +0100 +++ 0072-vhost-remove-unused-variable.patch 2020-05-19 14:04:44.232648662 +0100 @@ -1,12 +1,13 @@ -From 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb Mon Sep 17 00:00:00 2001 +From c0c67a2dacfa7334e4999dba05a7b48523cbd349 Mon Sep 17 00:00:00 2001 From: Xiaolong Ye Date: Sat, 7 Mar 2020 21:22:35 +0800 Subject: [PATCH] vhost: remove unused variable +[ upstream commit 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb ] + VHOST_FEATURES has been removed in previous refactoring. Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features") -Cc: stable@dpdk.org Signed-off-by: Xiaolong Ye Reviewed-by: Maxime Coquelin @@ -15,10 +16,10 @@ 1 file changed, 1 deletion(-) diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h -index 2087d1400e..507dbf2147 100644 +index 9ec5934566..844904ca3b 100644 --- a/lib/librte_vhost/vhost.h +++ b/lib/librte_vhost/vhost.h -@@ -543,7 +543,6 @@ extern int vhost_data_log_level; +@@ -537,7 +537,6 @@ vhost_log_write_iova(struct virtio_net *dev, struct vhost_virtqueue *vq, #define PRINT_PACKET(device, addr, size, header) do {} while (0) #endif