From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by dpdk.org (Postfix) with ESMTP id 0A57C1041 for ; Thu, 17 Jan 2019 01:07:55 +0100 (CET) Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id x0H04Qrv079156 for ; Wed, 16 Jan 2019 19:07:55 -0500 Received: from e16.ny.us.ibm.com (e16.ny.us.ibm.com [129.33.205.206]) by mx0a-001b2d01.pphosted.com with ESMTP id 2q2bdrq4vs-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 16 Jan 2019 19:07:54 -0500 Received: from localhost by e16.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 17 Jan 2019 00:07:53 -0000 Received: from b01cxnp22036.gho.pok.ibm.com (9.57.198.26) by e16.ny.us.ibm.com (146.89.104.203) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 17 Jan 2019 00:07:46 -0000 Received: from b01ledav003.gho.pok.ibm.com (b01ledav003.gho.pok.ibm.com [9.57.199.108]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x0H07jKB7733426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 17 Jan 2019 00:07:45 GMT Received: from b01ledav003.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 920E7B2068; Thu, 17 Jan 2019 00:07:45 +0000 (GMT) Received: from b01ledav003.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 44706B205F; Thu, 17 Jan 2019 00:07:43 +0000 (GMT) Received: from ltc.linux.ibm.com (unknown [9.16.170.189]) by b01ledav003.gho.pok.ibm.com (Postfix) with ESMTP; Thu, 17 Jan 2019 00:07:43 +0000 (GMT) MIME-Version: 1.0 Date: Wed, 16 Jan 2019 16:13:20 -0800 From: dwilder To: Yongseok Koh Cc: dpdk stable , Akhil Goyal , Anoob Joseph , Archana Muniganti , Chao Zhu , Ferruh Yigit , Geoffrey Lv , Ilya Maximets , Jasvinder Singh , Jerin Jacob , Junxiao Shi , Keith Wiles , Maxime Coquelin , Nikhil Rao , Pradeep Satyanarayana , Qi Zhang , Rasesh Mody , Raslan Darawsheh , Rosen Xu , Sachin Saxena , Stephen Hemminger , Thomas Monjalon , Tiwei Bie In-Reply-To: <20190111104355.21617-1-yskoh@mellanox.com> References: <20190111104355.21617-1-yskoh@mellanox.com> X-Sender: dwilder@us.ibm.com User-Agent: Roundcube Webmail/1.0.1 X-TM-AS-GCONF: 00 x-cbid: 19011700-0072-0000-0000-000003EB00EC X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010420; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000274; SDB=6.01147519; UDB=6.00597753; IPR=6.00927814; MB=3.00025163; MTD=3.00000008; XFM=3.00000015; UTC=2019-01-17 00:07:52 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19011700-0073-0000-0000-00004AD61AF9 Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-01-16_09:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=768 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1901160191 Subject: Re: [dpdk-stable] please help backporting some patches to LTS release 17.11.5 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: Thu, 17 Jan 2019 00:07:56 -0000 On 2019-01-11 02:43, Yongseok Koh wrote: > Hi commit authors (and maintainers), > > For some reason, there are 36 missing patches from upstream (up to > 18.11). I > could apply 19 patches but I could not apply following patches from > upstream to > stable/17.11. Can you please check the following list and backport > those <....> > 6b062d56b David Wilder mem: fix anonymous mapping on Power9 This patch will not be back-ported to 17.11. Our current stance is that Power9 is not supported on 17.11. Thanks