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 6EC1CA04B1; Mon, 5 Oct 2020 19:02:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0EF2C4C93; Mon, 5 Oct 2020 19:02:00 +0200 (CEST) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by dpdk.org (Postfix) with ESMTP id B0CED4C8E for ; Mon, 5 Oct 2020 19:01:58 +0200 (CEST) Received: by mail-ed1-f68.google.com with SMTP id 33so10165546edq.13 for ; Mon, 05 Oct 2020 10:01:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jstP2cuH6RNL4+GaKXC5lhpM0TIdG+kwlTcXGD08HIA=; b=RR099hm9VwxO7Rt2rAemyfuw9Wh59IWPXW9ANfc71JsQirmh6b/BWbaoGyMUa0c0Rf DOcq6Bb993icveUJ0AT+OtBZg6rrF02uB1uVpk07g1Wk72B+LKx0SyG/Vrq7SCnuA62Y rlwHsP5AhRxRWiBBbFIqz3ZiYYBx5AV4lBagI= 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=jstP2cuH6RNL4+GaKXC5lhpM0TIdG+kwlTcXGD08HIA=; b=Zlhi8jN6adh6qSdjDVYDGkwM6+ZGCuu1G3/tZuTf659zgbFhWQOk/z46mW6YWjmEyt TzQArQspunC3AXi6iuxDOgheC1d/mWEYt0Arusk5GKKrhZn958gRjj6b62reaJHwl90d 8tOQFgpKn1rM3inQRCgIRU8IhNOIT/xmUYvYwxp60kqdLfJl6xf8HyGofIBi7gH8enoY enfV+s5Xpg30Ahq6QOJ692wmEeg2kneQ+7HQUA+IwSz0SNBSNqsoKR7gAs+AY3HssRJx QYFq9UB8suCYwFMlQbXBWqESvn5i30UnlEc+ZF2HyBtSgHXjBFaOZ1U0VQfMTPY+ai/x H/Mw== X-Gm-Message-State: AOAM530Ui4hquv1vHWHIqkm6pMpwSMFU+e0n50h3TLCSbWsjYLcBSKoU MTezNpc5YJIJcUxnXAEGCLYlNiJ4yGZMu51i8Ago3w== X-Google-Smtp-Source: ABdhPJzIi4nJihxeeaBVn+K9HuFt0ATAFExnx+7hH5QI1XHpd90Diq/k+INyEaKV8jfceoYvusGr7y0Kl2rxj0Jq6Wo= X-Received: by 2002:a05:6402:293:: with SMTP id l19mr605163edv.227.1601917317342; Mon, 05 Oct 2020 10:01:57 -0700 (PDT) MIME-Version: 1.0 References: <20200812063127.8687-1-vikas.gupta@broadcom.com> <20200813172344.3228-1-vikas.gupta@broadcom.com> In-Reply-To: From: Vikas Gupta Date: Mon, 5 Oct 2020 22:31:46 +0530 Message-ID: To: Ajit Khaparde Cc: Akhil Goyal , "dev@dpdk.org" , "vikram.prakash@broadcom.com" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 0/8] Add Crypto PMD for Broadcom`s FlexSparc devices 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" Hi Akhil, On Mon, Oct 5, 2020 at 10:17 PM Ajit Khaparde wrote: > > On Mon, Oct 5, 2020 at 8:39 AM Akhil Goyal wrote: > > > > Hi Vikas > > > > > > > > > > > > > Hi, > > > > This patchset contains support for Crypto offload on Broadcom=E2=80= =99s > > > > Stingray/Stingray2 SoCs having FlexSparc unit. > > > > BCMFS is an acronym for Broadcom FlexSparc device used in the patch= est. > > > > > > > > The patchset progressively adds major modules as below. > > > > a) Detection of platform-device based on the known registered platf= orms and > > > > attaching with VFIO. > > > > b) Creation of Cryptodevice. > > > > c) Addition of session handling. > > > > d) Add Cryptodevice into test Cryptodev framework. > > > > > > > > The patchset has been tested on the above mentioned SoCs. > > > > > > > > > > > Release notes missing. > > > > When do you plan to submit the next version. I plan to merge it in RC1 = timeline. > Akhil, You can expect a new version in a day - worst case two. I have pushed the v3 patchset. Thanks, Vikas