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 B7858A04C7; Tue, 15 Sep 2020 10:03:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56D271BFC4; Tue, 15 Sep 2020 10:03:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 4E3CC1BF83 for ; Tue, 15 Sep 2020 10:03:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600157006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=g2TdLg7XnTH+hZUmMmOu1qFdXhlHV4bQCJg0KYS7BSQ=; b=AtYoXSrBUMn6t979UsG16/N5Xfj20FVGlMZkm4Tu0uMt0mmUqps1im1UBxgOa3x48bxFV1 Lvu4JWaI1WV/5t8X617LKXStiALhea2iNbJi4IAgNZUxEgsiS/LzJb0c3OKbUiZ/4+RUcj mJ38RDPuIcwyQHOr6km4OVPsCn3GCjM= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-281-Q9V86Fv9M-KClh11pEng1A-1; Tue, 15 Sep 2020 04:03:23 -0400 X-MC-Unique: Q9V86Fv9M-KClh11pEng1A-1 Received: by mail-vs1-f70.google.com with SMTP id y129so905363vsy.22 for ; Tue, 15 Sep 2020 01:03:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=g2TdLg7XnTH+hZUmMmOu1qFdXhlHV4bQCJg0KYS7BSQ=; b=gQ/4VU7TA215s0+/yVULF/KR/gFIc7yHdE7fggpFTMuZzy87/IR6c24L/FIZUSgI/F Z/K+p39B3JSF9ckmjGhDg4uZThikh8NKChPisdwE8now1em4jSyKK3d5XiFlMuK4FNgv CUd6JavZksliyzUuvN/sEC0OhogSDyghQppB7L7IOVILarYHJRnIGEUKiDetRsPL6IjR j00h/l+ou4ezVWWAjo6puD2O1cU4v3WlqCzJmVDglpICbPgHlu8lNIVNqmoV0mrX1G2L 8lUpb1+7ADYUpZLfg94wXhYqhsFsfEjWW4/g1PAJoSWSG8vYSzkbNjRRzQdhZrK/W97/ 2GoQ== X-Gm-Message-State: AOAM533SjeUr18fvVotCkFwlTflFQ2yxLMqbJUbds4F02/Ls0T4Xs0ph Zne+KUzn2xMdd6JFDiFLiMtI/zWp1f6M68coef8pI2jg3H57z4YhxNoALesv+emOEXJqG6eF8zA KQ495kcYevk+F5irgu9s= X-Received: by 2002:a67:e190:: with SMTP id e16mr10163516vsl.5.1600157002831; Tue, 15 Sep 2020 01:03:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw//IP7ubDgGDnKC0Ud6uLWKZh3o4Js8GPXqjremakZZ6L/LOmhekumaijP0/FNp6TmoK00PHPi6HfGet3hBUU= X-Received: by 2002:a67:e190:: with SMTP id e16mr10163507vsl.5.1600157002639; Tue, 15 Sep 2020 01:03:22 -0700 (PDT) MIME-Version: 1.0 References: <20200616162705.83575-1-ting.xu@intel.com> <20200722021628.17194-1-ting.xu@intel.com> <9347f349-9334-5ffa-81c3-5f79253278af@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 15 Sep 2020 10:03:11 +0200 Message-ID: To: "Xu, Ting" Cc: Kevin Traynor , "Dumitrescu, Cristian" , dev , dpdk stable , Luca Boccassi Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v4] lib/table: fix cache alignment issue 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 Wed, Sep 9, 2020 at 8:19 AM Xu, Ting wrote: > Sorry to bother you again. Since the next release is coming, and this patch is deferred for some time, I'd like to know that shall we continue to merge it? > > What is the key issue that blocks us? Thanks! Afaics, Kevin email did not get a reply, so I understand this as an implicit ack from the table maintainers. I will take this patch as is (i.e. with the request for backport) in rc1. -- David Marchand