From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by dpdk.org (Postfix) with ESMTP id 45FE11B6C1 for ; Tue, 15 May 2018 19:20:23 +0200 (CEST) Received: by mail-lf0-f68.google.com with SMTP id h197-v6so1364868lfg.11 for ; Tue, 15 May 2018 10:20:23 -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; bh=xgXnwBuIfYe+ekIh/lnECILHD3nBkWdl4NcN50EnnBE=; b=BYt6kpUXVKGU+XrNp2CbEJLCIliP/BAg4cls4i5rxHJAysziVLIm6dhwRK33LTNjgI dHIkSA20Xyt7spIYpakvHk08yi22knpRklOFevrHcpMhC/RdFCRyckk5Xel70GKw/0+J CFLDc/qKrX16RNwcuiTGv81+WdvDaFTB3YLAPUKi1bo99UT9sbxTJ0F4bil1Iut+5Syp yrzn53nYZPrd1e3BxHdDwzZMKQPSAd7ihr1c6YloWc3Bik+CnqvS/h+Ehnnn2ZpH+qsZ rT8Rq4r7NjRitNg1m0uct6nKNNb4JIGrm+bbma1dlGVJuM6MeO0vDRlsrUkgi8W+eUjE LvCA== 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=xgXnwBuIfYe+ekIh/lnECILHD3nBkWdl4NcN50EnnBE=; b=feZKUJbZkiVBSnpVPCpOrwP/DtZ4E7E3O7A9VaSMxo0Q878cDhzsbPxB82PEQwQLAD FMIMgHemEbQepfJtH1MkRGyHczzflFyAjA2B9N/QEbHaJv++XQm7BOvIchwzmi40N9rN e0nMZlTeZZ7BMGoMwOMjh/3na0xl3g8yYFOd4ICVeIOULthnvLvjj0Jvzi6wjbrg7x1T mkGI7GyuBa46AmVXguhZAUV87stTKRlAL7gf0Z4EbDSYYFIPTHBIawxwpUfmc3AAHNcO 7jZqlP8hvwAUVUc3Ad4wd8FoeUm9yAQO41LiRAMmlYeCAh3ZhNG++e2bV4DmRb+IJ92x 5YeA== X-Gm-Message-State: ALKqPwdfrsXWVrLayAMbL/6P7204jdgGA+ThhzpV3Cq5uGZcF/xnogFM 7N+L2ThHFmCmB5JlgTjv88Y= X-Google-Smtp-Source: AB8JxZqoTv8XlM0TYXMSYSs1GTkgabl3fZP+gKRHew6xuTiDmJ1tZnJFj6Lrt0fjjJrEVfPQ44ccKw== X-Received: by 2002:a19:8e53:: with SMTP id q80-v6mr13142354lfd.140.1526404822891; Tue, 15 May 2018 10:20:22 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id q68-v6sm126588lfq.58.2018.05.15.10.20.21 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 15 May 2018 10:20:22 -0700 (PDT) From: luca.boccassi@gmail.com To: Tonghao Zhang Cc: Maxime Coquelin , dpdk stable Date: Tue, 15 May 2018 18:19:24 +0100 Message-Id: <20180515171933.12882-23-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180515171933.12882-1-luca.boccassi@gmail.com> References: <20180501104509.17238-46-luca.boccassi@gmail.com> <20180515171933.12882-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] patch 'vhost: fix typo in comment' has been queued to LTS release 16.11.7 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: , X-List-Received-Date: Tue, 15 May 2018 17:20:23 -0000 Hi, FYI, your patch has been queued to LTS release 16.11.7 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/16/18. So please shout if anyone has objections. Thanks. Luca Boccassi --- >>From e4bf70665d503fa6f0df9a68b6a7faf39323c316 Mon Sep 17 00:00:00 2001 From: Tonghao Zhang Date: Fri, 27 Apr 2018 08:19:45 -0700 Subject: [PATCH] vhost: fix typo in comment [ upstream commit bfbf0143d1002efae3d30986ad766de51f838b74 ] Fixes: 3670686ab99f ("vhost: fix race for connection fd") Signed-off-by: Tonghao Zhang Acked-by: Maxime Coquelin --- lib/librte_vhost/fd_man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/fd_man.c b/lib/librte_vhost/fd_man.c index d4c5fba43..b76b8bce3 100644 --- a/lib/librte_vhost/fd_man.c +++ b/lib/librte_vhost/fd_man.c @@ -307,7 +307,7 @@ fdset_event_dispatch(struct fdset *pfdset) * because the fd is closed in the cb, * the old fd val could be reused by when creates new * listen fd in another thread, we couldn't call - * fd_set_del. + * fdset_del. */ if (remove1 || remove2) { pfdentry->fd = -1; -- 2.14.2