From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 897081B451 for ; Wed, 28 Nov 2018 11:02:06 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id g67so1909411wmd.2 for ; Wed, 28 Nov 2018 02:02:06 -0800 (PST) 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=jzYW/lLzAdlTqw37xhQlAt3LxevhgGgzDt7njxM7XO0=; b=VrK/5g7ePx8FjQ5KQjXDNjU5EFouuVW6xn5PNsiq15/GMsaEkV7dY2vXp6kXnCCSr+ dBIph94f2AAMlKWIyNBYTblDvEPWMIQeVt7mt8omw8ahZe4X5jpjHN1NaMyITAhYen+a QnVlj77Tzy/QwC39LRr3tvI6abpLFSqlKh6L2KYGyQaxizwLRPfTrb1mz9Xh3IF7qhbT zS/UyVVn26SVTpJVWNcc5rHSnw4pdconN6bzCbp6gpDABjx/tIjn58AbWfFGr7GAvVN6 0Y2vJbKXInpErMqzSnb6/m+I3mfF+bByoqMAAvlBe1vIKeiMfn8oKTgM9Yk9B02O14aJ 1prQ== X-Gm-Message-State: AA+aEWZbe6dLgue2VYbVWxYjkuFm/OmcIzl+l/7sv2hxVpISzM31N11S WxtE1KGI1q7g0I7QLpPPZtku7h4w X-Google-Smtp-Source: AFSGD/UribBpQ9zkcWjW6XSOU+KBodWRfbR3MtKiPG/Xlql8NLxQxNj8/nPscWVdu8Lmof2pUIKUpA== X-Received: by 2002:a1c:2104:: with SMTP id h4-v6mr1961068wmh.130.1543399325786; Wed, 28 Nov 2018 02:02:05 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id k15sm6431961wru.8.2018.11.28.02.02.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Nov 2018 02:02:04 -0800 (PST) From: Luca Boccassi To: dpdk stable Cc: Anatoly Burakov , Darek Stojaczyk , David Marchand , Ilya Maximets , Maxime Coquelin , Shahed Shaikh Date: Wed, 28 Nov 2018 10:02:02 +0000 Message-Id: <20181128100202.27663-1-bluca@debian.org> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181126122113.8568-1-bluca@debian.org> References: <20181126122113.8568-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] please help backporting some patches to LTS release 16.11.9 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: Wed, 28 Nov 2018 10:02:06 -0000 Hi commit authors (and maintainers), I didn't manage to apply following commits from upstream to stable branch 16.11: conflict happens. I'm wondering can the authors check the following list and backport those patches belong to you? FYI, branch 16.11 is located at tree: git://dpdk.org/dpdk-stable It'd be great if you could do that in one or two weeks. Also, please add a heading line like below before the commit log body: [ backported from upstream commit xxx ] Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e Also please mention the target LTS in the subject line, as we have more than one at the same time, for example: [PATCH 16.11] foo/bar: fix baz With git send-email, this can be achieved by appending the parameter: --subject-prefix='16.11' Please let me know if you have any comments, say, need more time, or it's worthless to packport it. And please send it to "stable@dpdk.org", but not "dev@dpdk.org". Thanks. Luca Boccassi --- 047e3f9f2 Darek Stojaczyk vfio: do not needlessly setup device in secondary process 705dced4a Ilya Maximets net/virtio: avoid annoying IOPL error log 3985ea528 Shahed Shaikh net/qede: fix Tx offload mask