From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) by dpdk.org (Postfix) with ESMTP id 913A31B133 for ; Wed, 26 Sep 2018 12:03:52 +0200 (CEST) Received: by mail-lf1-f65.google.com with SMTP id o21-v6so8862712lfe.0 for ; Wed, 26 Sep 2018 03:03:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=qXD6WgALrF2r3c4vmsEqTfswSDhkCXZ+zBOiXarW7Mw=; b=Z/4ld58sqvSoQf0s8RWx77juLnXY7a8zQK4iU+zSNpE62Ic+1pyLkE1EF4IyjPGj6I MeF5q577eT0Wy09yeYBjVCKDsHDeg6goNAgqZq9Czd/Mr+m9ykn5crBXdeigeYRhr4wN Ii8Q2YF/OttWc4i/v1MIY+sbo+p7VE1qig6PlbMPN3SffUxDQpnbMh1yXBmPkg70NNPK fOUzxsBPXsOqJ94EHOQVgWqXZOVaiWYqvZ1aSyxPXv9lthSahF5mqHmK6LWNQpHLInfJ DqkHqorFZmARNhQNr490+KEgvrpi/KzeAM68+gwTtd3sjExsNV0HEeouuwcoVPvF1Cu+ 0K3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=qXD6WgALrF2r3c4vmsEqTfswSDhkCXZ+zBOiXarW7Mw=; b=dKW2OLlcPTE6pcA2wOgp/BiIkn9NDNvDoYNkVFlYnxivMWm2oNC0fo3Qr7lxtGcut3 wl4FngisTADt4GlTrIJD57dRSdAaPvPhayfvM2L/hT60rscPQnIdCU0PrXuQWJMoJRwP nNEjxldC+iBrNiHJDGjGZgOa2DgKsF1fJ2ocsyIGt8GaZh/0DRnDQqUf33CpFCfd+5d0 UnsKblsZ4Ekd+nGFuHZf3cQWzaIza2lXSMOB5QrduaYreDKAgiZkUE2VKuME96C6b3Nk Qy6lf4poSpl8ljPlw4wKsdz3X6Ieyn5ULvKqSvuNnFcHcXxHulWW2wHELYmlqVohTdoL OdOw== X-Gm-Message-State: ABuFfoioTOlGFskoVILwUy0A5Od7eyR/xwtWaRlF9aoPkZjE0b45AvcL 6shcK/RmsGsTCIUxXsHmhRxEog== X-Google-Smtp-Source: ACcGV61NnZ0F7EiHMCGrxPvukBvS/HAnRxgqb4VnfexECJq6g5csqawHUHFpBeOXPXzeMHS0iS8qfg== X-Received: by 2002:a19:a545:: with SMTP id o66-v6mr3758574lfe.94.1537956232028; Wed, 26 Sep 2018 03:03:52 -0700 (PDT) Received: from [10.0.0.72] (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id o11-v6sm914585lfl.1.2018.09.26.03.03.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Sep 2018 03:03:51 -0700 (PDT) To: Akhil Goyal , dev@dpdk.org Cc: mw@semihalf.com, nadavh@marvell.com References: <1535118895-6505-1-git-send-email-tdu@semihalf.com> <1537541639-22764-1-git-send-email-amo@semihalf.com> <6d84f9e7-bfb5-61e8-631a-2684ab03d6d5@nxp.com> From: Andrzej Ostruszka Message-ID: Date: Wed, 26 Sep 2018 12:03:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <6d84f9e7-bfb5-61e8-631a-2684ab03d6d5@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/6] crypto/mvsam: add new features and fixes 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: Wed, 26 Sep 2018 10:03:52 -0000 Hello Akhil On 25.09.2018 17:24, Akhil Goyal wrote: > Hi Andrzej, [...] > I am not able to cleanly apply your 3 patchsets. > http://patches.dpdk.org/user/todo/dpdk/?series=1172 > http://patches.dpdk.org/user/todo/dpdk/?series=1440 > http://patches.dpdk.org/user/todo/dpdk/?series=1442 > > Could you please rebase and send a single patchset if possible. The problem is that next-crypto is not in sync with next-net. In particular it is missing this commit: 7a39d1b common/mvep: add common code for Marvell drivers Could you rebase/merge next-crypto with next-net to have this commit? > Also, I believe http://patches.dpdk.org/patch/44254/ > can be squashed with http://patches.dpdk.org/patch/45104/ No problem I can package all patches into one set but as mentioned above some of them depend on common mvep code introduced already in next-net. Best regards Andrzej