From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06541C48BD7 for ; Thu, 27 Jun 2019 15:40:24 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 95A2E20B1F for ; Thu, 27 Jun 2019 15:40:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 95A2E20B1F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=att.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A1D5C2BEA; Thu, 27 Jun 2019 17:40:22 +0200 (CEST) Received: from mx0a-00191d01.pphosted.com (mx0a-00191d01.pphosted.com [67.231.149.140]) by dpdk.org (Postfix) with ESMTP id D4D5B2C30 for ; Thu, 27 Jun 2019 14:07:29 +0200 (CEST) Received: from pps.filterd (m0049297.ppops.net [127.0.0.1]) by m0049297.ppops.net-00191d01. (8.16.0.27/8.16.0.27) with SMTP id x5RBtbdn045837; Thu, 27 Jun 2019 08:07:28 -0400 Received: from alpi155.enaf.aldc.att.com (sbcsmtp7.sbc.com [144.160.229.24]) by m0049297.ppops.net-00191d01. with ESMTP id 2tctw4kjpa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 27 Jun 2019 08:07:28 -0400 Received: from enaf.aldc.att.com (localhost [127.0.0.1]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id x5RC7RIn009491; Thu, 27 Jun 2019 08:07:27 -0400 Received: from zlp27130.vci.att.com (zlp27130.vci.att.com [135.66.87.38]) by alpi155.enaf.aldc.att.com (8.14.5/8.14.5) with ESMTP id x5RC7MQB009433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 27 Jun 2019 08:07:23 -0400 Received: from zlp27130.vci.att.com (zlp27130.vci.att.com [127.0.0.1]) by zlp27130.vci.att.com (Service) with ESMTP id BB9BD400A00F; Thu, 27 Jun 2019 12:07:22 +0000 (GMT) Received: from MISOUT7MSGHUBAF.ITServices.sbc.com (unknown [130.9.129.150]) by zlp27130.vci.att.com (Service) with ESMTPS id A97034009E95; Thu, 27 Jun 2019 12:07:22 +0000 (GMT) Received: from MISOUT7MSGUSRDE.ITServices.sbc.com ([169.254.5.64]) by MISOUT7MSGHUBAF.ITServices.sbc.com ([130.9.129.150]) with mapi id 14.03.0439.000; Thu, 27 Jun 2019 08:07:22 -0400 From: "WILLIAMS, CHARLES J" To: Ferruh Yigit , David Marchand , "dev@dpdk.org" CC: "p.oltarzewski@gmail.com" Thread-Topic: [dpdk-dev] [PATCH 0/4] lacp rx/tx handlers fixes for bonding pmd Thread-Index: AQHVLL+M9vjY7UUjOUyvKhIIkiCJSQ== Date: Thu, 27 Jun 2019 12:07:21 +0000 Message-ID: References: <1554900829-16180-1-git-send-email-david.marchand@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.156.48.197] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-06-27_06:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1906270140 X-Mailman-Approved-At: Thu, 27 Jun 2019 17:40:21 +0200 Subject: Re: [dpdk-dev] [PATCH 0/4] lacp rx/tx handlers fixes for bonding pmd 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" On 6/27/19 4:08 AM, Ferruh Yigit wrote:=0A= > On 4/10/2019 1:53 PM, David Marchand wrote:=0A= >> Another series with focus on the fast/normal rx/tx handlers for 802.3ad.= =0A= >>=0A= >> The first two patches make sure that the rx (resp. tx) fast and normal= =0A= >> handlers are equivalent.=0A= >>=0A= >> The third one will most likely have an impact on performance which I=0A= >> tried to mitigate with the last one. However, I have no benchmark to=0A= >> back those patches and I did not test those thoroughly, so they are=0A= >> more like RFC patches but sending anyway.=0A= >>=0A= >>=0A= > Hi Chas,=0A= >=0A= > Reminder of this patchset, it is waiting for a long time, if there is no= =0A= > objection I am for merging it.=0A= =0A= It caused some additional failure in our regression testing but I haven't h= ad time to look at it.=0A= =0A= =0A= >=0A= > Thanks,=0A= > ferruh=0A= >=0A= =0A=