From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com (mail-wm0-f67.google.com [74.125.82.67]) by dpdk.org (Postfix) with ESMTP id 5DC8D1B7DE for ; Tue, 17 Oct 2017 13:58:34 +0200 (CEST) Received: by mail-wm0-f67.google.com with SMTP id i124so3331835wmf.3 for ; Tue, 17 Oct 2017 04:58:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=pj438mBej0pcRqFxxWGUe+nMrKu7GYoqYPnUYwRnHFY=; b=fU2b5NJqNFcTIDukfum1YSQRwhezOBNTsynZ/UzRSrWagT2dFU8pUjEeyXfSEtfH9G rOFMvPR15ZQtTEg9BVUmvtulh7KvlSaVcRfiw37YUqpGwffXBzKRFOR4ELqbTvVrGJwZ azi72/PEk8toZIE/gQKiTe+TLy3rh6YMpG4iPhICLunB8do8PDaXMw3ywA2pIEM8S/eu kgAEXOklphmDJL1+mRSNWnFePHFOGKoOLNoZKT3R5BSu9Eq+O80E0JpRXj2+Z+bgyaeM 3ovQb53/ErWC70Xn/WGVKWr1g0SSUonv+oJSXqahnlhhR7F9xy+7HwynEnbEo2YTjuVS Cb9A== X-Gm-Message-State: AMCzsaWKCDtqXgC0KM76t6gBpYFf1e0Dk4j04UexNvaTV8WuMnFvVPfQ 44yxOd4BOa/LHctr9CR8uTs= X-Google-Smtp-Source: AOwi7QCf9ujMYW6UUJYP6X7C6oyCGzjfxL7V9ept71wyezd3/qpUm5IHWxZqjCuabBMXi3zsAEfVZw== X-Received: by 10.80.139.232 with SMTP id n37mr16848896edn.291.1508241514665; Tue, 17 Oct 2017 04:58:34 -0700 (PDT) Received: from localhost ([213.251.34.151]) by smtp.gmail.com with ESMTPSA id j18sm7311664eda.26.2017.10.17.04.58.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Oct 2017 04:58:34 -0700 (PDT) Message-ID: <1508241512.21158.1.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Date: Tue, 17 Oct 2017 12:58:32 +0100 In-Reply-To: <20171017104113.175250-1-bruce.richardson@intel.com> References: <20171017104113.175250-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/7] update dpdk-next-build to 17.11-rc1 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: , X-List-Received-Date: Tue, 17 Oct 2017 11:58:35 -0000 On Tue, 2017-10-17 at 11:41 +0100, Bruce Richardson wrote: > With the large number of changes in 17.11-rc1, the dpdk-next-build > patches would no longer apply and compile cleanly on top of the main > tree. To allow next-build to be rebased on top of master, the changes > listed below needed to be made to the code. >=20 > NOTE: appart from the last patch which may be kept separate as it's > not a compilation fix, these patches will be merged into existing > commits in next-build so as to ensure a clear history on top of > master. >=20 > Bruce Richardson (7): > =C2=A0 build: add rte_bitmap.h to eal > =C2=A0 build: remove rte_bitmap.h from rte_sched lib > =C2=A0 build: add gso library > =C2=A0 eal: add additional memcpy and cycles C files to build > =C2=A0 efd: add new avx2 standalone file to build > =C2=A0 app/test-pmd: add dependency on new gso library > =C2=A0 eal/x86: compile memcpy for dynamic dispatch >=20 > =C2=A0app/test-pmd/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|= =C2=A0=C2=A02 +- > =C2=A0lib/librte_eal/common/arch/x86/meson.build | 28 > +++++++++++++++++++++++- > =C2=A0lib/librte_eal/common/include/meson.build=C2=A0=C2=A0|=C2=A0=C2=A01= + > =C2=A0lib/librte_eal/linuxapp/eal/meson.build=C2=A0=C2=A0=C2=A0=C2=A0|=C2= =A0=C2=A01 + > =C2=A0lib/librte_efd/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 19 +++++++= +++++++++ > =C2=A0lib/librte_gso/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 35 > ++++++++++++++++++++++++++++++ > =C2=A0lib/librte_sched/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +- > =C2=A0lib/meson.build=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +- > =C2=A08 files changed, 86 insertions(+), 4 deletions(-) > =C2=A0create mode 100644 lib/librte_gso/meson.build Reviewed-by: Luca Boccassi LGTM, thanks! --=20 Kind regards, Luca Boccassi