From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8248FA0032; Sat, 2 Oct 2021 15:50:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EE1A4067B; Sat, 2 Oct 2021 15:50:19 +0200 (CEST) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by mails.dpdk.org (Postfix) with ESMTP id 0A63C40042 for ; Sat, 2 Oct 2021 15:50:17 +0200 (CEST) Received: by mail-il1-f174.google.com with SMTP id j15so13537846ila.6 for ; Sat, 02 Oct 2021 06:50:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=bLiJGcUgV/m1e6XoI0RNMH7Y+w3me0Zw7kMJTO7pWUE=; b=nCoVIQIzluByIb2OU8ugdHrQoTWpAt9T/OJphGME9aTlliWtIwtWsnNTGeSV8U/WDR TXyNmxe7yGiJgPC2CGEnq64Xs6AGsd02fie9VLZQOKJhI1t1k4JVM0J01lwI6Ui5aJ+c I4/xcIuYriuB0VTgHEFFKndCjOYBVY8Z7qXQrjvXRyYguHrEMuDGUxPg/jwNRlBb5l3o x1Bu7v40ZIYjepAa2W7TgA595sJbHs2Nu50VakOlKl9OenH3dAL+xEpGCPcvFndJquIY GytI/emtz7Zi5+o8QIZrb/oUZJwlBjuT12BeLf+VN9Ht68LB4lw+Z+Qnc8TGbJpTZg4x U+9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bLiJGcUgV/m1e6XoI0RNMH7Y+w3me0Zw7kMJTO7pWUE=; b=IQ09RQaG0TflZJBOvjBSGEBNk7SgkxDU6ODphrd+zKZcWf9JD2GGzMqyQS2w7o/KNR e8VJw1ka+a1ivLG31FcQy859lrV2IdeonwiSQ+HoFAQffgI20YOf4SikDxvANc1blShh LRO7QfE+Mcp/7LguR1VGRDUdHaYtAs7dOEL5GL9fSy+jeSZ5IWvAF1b+5tX2TX6UNW9r zhF+/oAItc9y/w0k+6tOMdGDNI+hff91g+pg+Iw1VzZMioGUzP1GFGygVhvgbPAjLic1 fw0Vk6OJQXWplCZy38w0KpYiAI+cAktGay36siqT/dyoSWezHCXES/pDAKpKmhrJll52 njAg== X-Gm-Message-State: AOAM533HTinS4DLA/sgcRHxQ1GY1rrbXn1CqMGutZvgW+VBsNbA6TwVX 5ultFLwHN350nfeZHne0QPhDGGglyTM8LaO5Vr4= X-Google-Smtp-Source: ABdhPJxYv8vxbFwWA6Q1ZzFAy8wHwLxVZD5r4caOEq2l/ixxfjHBHD0gwqbWicrVcg1PjcoQoi/g/JDNdgdyj2Yfpqo= X-Received: by 2002:a05:6e02:160b:: with SMTP id t11mr2645567ilu.251.1633182616366; Sat, 02 Oct 2021 06:50:16 -0700 (PDT) MIME-Version: 1.0 References: <20210902021505.17607-1-ndabilpuram@marvell.com> <20211001134022.22700-1-ndabilpuram@marvell.com> In-Reply-To: <20211001134022.22700-1-ndabilpuram@marvell.com> From: Jerin Jacob Date: Sat, 2 Oct 2021 19:19:50 +0530 Message-ID: To: Nithin Dabilpuram , Ferruh Yigit Cc: Jerin Jacob , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 00/28] net/cnxk: support for inline ipsec X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 Fri, Oct 1, 2021 at 7:10 PM Nithin Dabilpuram wrote: > > Support for inline ipsec in CN9K event mode and in Cn10K event mode and > poll mode. > > Kommula Shiva Shankar (1): > common/cnxk: add CQ enable support in NIX Tx path > > Nithin Dabilpuram (18): > common/cnxk: support CPT parse header dump > common/cnxk: allow reuse of SSO API for inline dev > common/cnxk: change NIX debug API and queue API interface > common/cnxk: support NIX inline device IRQ > common/cnxk: support NIX inline device init and fini > common/cnxk: support NIX inline inbound and outbound setup > common/cnxk: disable CQ drop when inline inbound is enabled > common/cnxk: dump CPT LF registers on error intr > common/cnxk: align CPT LF enable/disable sequence > common/cnxk: restore NIX sqb pool limit before destroy > common/cnxk: setup aura BP conf based on nix > net/cnxk: support inline security setup for cn9k > net/cnxk: support inline security setup for cn10k > net/cnxk: support Rx security offload on cn9k > net/cnxk: support Tx security offload on cn9k > net/cnxk: support Rx security offload on cn10k > net/cnxk: support Tx security offload on cn10k > net/cnxk: reflect globally enabled offloads in queue conf > > Satheesh Paul (2): > common/cnxk: support inline IPsec rte flow action > net/cnxk: support configuring channel mask via devargs > > Srujana Challa (7): > common/cnxk: support cn9k fast path security session > common/cnxk: support anti-replay check in SW for cn9k > net/cnxk: support IPsec anti replay in cn9k > net/cnxk: support IPsec transport mode in cn10k > net/cnxk: update ethertype for mixed IPsec tunnel versions > net/cnxk: allow zero udp6 checksum for non inline device > net/cnxk: add crypto capabilities for AES CBC and HMAC SHA1 > > v3: > - Rebased and fixed conflicts > > v2: > - Included bug fixes for second pass packets > - Updated .ini files. > - Reworded commit messages with additional description > and abbreviation fixes Series Acked-by: Jerin Jacob Series applied to dpdk-next-net-mrvl/for-next-net. Thanks. > > doc/guides/nics/cnxk.rst | 122 +++ > doc/guides/nics/features/cnxk.ini | 1 + > doc/guides/nics/features/cnxk_vec.ini | 1 + > doc/guides/nics/features/cnxk_vf.ini | 1 + > doc/guides/rel_notes/release_21_11.rst | 2 + > drivers/common/cnxk/cnxk_security.c | 212 +++++ > drivers/common/cnxk/cnxk_security.h | 12 + > drivers/common/cnxk/cnxk_security_ar.h | 184 ++++ > drivers/common/cnxk/hw/cpt.h | 19 + > drivers/common/cnxk/meson.build | 3 + > drivers/common/cnxk/roc_api.h | 49 +- > drivers/common/cnxk/roc_constants.h | 58 ++ > drivers/common/cnxk/roc_cpt.c | 54 +- > drivers/common/cnxk/roc_cpt.h | 10 + > drivers/common/cnxk/roc_cpt_debug.c | 63 +- > drivers/common/cnxk/roc_cpt_priv.h | 1 + > drivers/common/cnxk/roc_idev.c | 2 + > drivers/common/cnxk/roc_idev_priv.h | 3 + > drivers/common/cnxk/roc_io.h | 9 + > drivers/common/cnxk/roc_io_generic.h | 3 +- > drivers/common/cnxk/roc_irq.c | 7 +- > drivers/common/cnxk/roc_nix.c | 2 +- > drivers/common/cnxk/roc_nix.h | 7 + > drivers/common/cnxk/roc_nix_debug.c | 168 +++- > drivers/common/cnxk/roc_nix_fc.c | 23 +- > drivers/common/cnxk/roc_nix_inl.c | 778 +++++++++++++++++ > drivers/common/cnxk/roc_nix_inl.h | 170 ++++ > drivers/common/cnxk/roc_nix_inl_dev.c | 639 ++++++++++++++ > drivers/common/cnxk/roc_nix_inl_dev_irq.c | 359 ++++++++ > drivers/common/cnxk/roc_nix_inl_priv.h | 68 ++ > drivers/common/cnxk/roc_nix_priv.h | 31 + > drivers/common/cnxk/roc_nix_queue.c | 137 +-- > drivers/common/cnxk/roc_npc.c | 27 +- > drivers/common/cnxk/roc_npc_mcam.c | 28 +- > drivers/common/cnxk/roc_platform.h | 11 +- > drivers/common/cnxk/roc_priv.h | 3 + > drivers/common/cnxk/roc_sso.c | 52 +- > drivers/common/cnxk/roc_sso_priv.h | 9 + > drivers/common/cnxk/version.map | 34 + > drivers/event/cnxk/cn10k_eventdev.c | 93 +- > drivers/event/cnxk/cn10k_worker.h | 147 +++- > drivers/event/cnxk/cn10k_worker_deq.c | 2 +- > drivers/event/cnxk/cn10k_worker_deq_burst.c | 2 +- > drivers/event/cnxk/cn10k_worker_deq_ca.c | 2 +- > drivers/event/cnxk/cn10k_worker_deq_tmo.c | 2 +- > drivers/event/cnxk/cn10k_worker_tx_enq.c | 2 +- > drivers/event/cnxk/cn10k_worker_tx_enq_seg.c | 2 +- > drivers/event/cnxk/cn9k_eventdev.c | 182 ++-- > drivers/event/cnxk/cn9k_worker.h | 170 +++- > drivers/event/cnxk/cn9k_worker_deq.c | 2 +- > drivers/event/cnxk/cn9k_worker_deq_burst.c | 2 +- > drivers/event/cnxk/cn9k_worker_deq_ca.c | 2 +- > drivers/event/cnxk/cn9k_worker_deq_tmo.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_deq.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_deq_burst.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_deq_ca.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_deq_tmo.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_tx_enq.c | 2 +- > drivers/event/cnxk/cn9k_worker_dual_tx_enq_seg.c | 2 +- > drivers/event/cnxk/cn9k_worker_tx_enq.c | 2 +- > drivers/event/cnxk/cn9k_worker_tx_enq_seg.c | 2 +- > drivers/event/cnxk/cnxk_eventdev_adptr.c | 36 +- > drivers/net/cnxk/cn10k_ethdev.c | 41 +- > drivers/net/cnxk/cn10k_ethdev.h | 48 ++ > drivers/net/cnxk/cn10k_ethdev_sec.c | 492 +++++++++++ > drivers/net/cnxk/cn10k_rx.c | 31 +- > drivers/net/cnxk/cn10k_rx.h | 649 +++++++++++--- > drivers/net/cnxk/cn10k_rx_mseg.c | 2 +- > drivers/net/cnxk/cn10k_rx_vec.c | 4 +- > drivers/net/cnxk/cn10k_rx_vec_mseg.c | 4 +- > drivers/net/cnxk/cn10k_tx.c | 31 +- > drivers/net/cnxk/cn10k_tx.h | 1006 +++++++++++++++++++--- > drivers/net/cnxk/cn10k_tx_mseg.c | 2 +- > drivers/net/cnxk/cn10k_tx_vec.c | 2 +- > drivers/net/cnxk/cn10k_tx_vec_mseg.c | 2 +- > drivers/net/cnxk/cn9k_ethdev.c | 23 + > drivers/net/cnxk/cn9k_ethdev.h | 64 ++ > drivers/net/cnxk/cn9k_ethdev_sec.c | 382 ++++++++ > drivers/net/cnxk/cn9k_rx.c | 31 +- > drivers/net/cnxk/cn9k_rx.h | 493 +++++++++-- > drivers/net/cnxk/cn9k_rx_mseg.c | 2 +- > drivers/net/cnxk/cn9k_rx_vec.c | 2 +- > drivers/net/cnxk/cn9k_rx_vec_mseg.c | 2 +- > drivers/net/cnxk/cn9k_tx.c | 29 +- > drivers/net/cnxk/cn9k_tx.h | 393 ++++++--- > drivers/net/cnxk/cn9k_tx_mseg.c | 2 +- > drivers/net/cnxk/cn9k_tx_vec.c | 2 +- > drivers/net/cnxk/cn9k_tx_vec_mseg.c | 2 +- > drivers/net/cnxk/cnxk_ethdev.c | 243 +++++- > drivers/net/cnxk/cnxk_ethdev.h | 125 ++- > drivers/net/cnxk/cnxk_ethdev_devargs.c | 88 +- > drivers/net/cnxk/cnxk_ethdev_sec.c | 315 +++++++ > drivers/net/cnxk/cnxk_lookup.c | 50 +- > drivers/net/cnxk/meson.build | 3 + > drivers/net/cnxk/version.map | 5 + > usertools/dpdk-devbind.py | 8 +- > 96 files changed, 7686 insertions(+), 918 deletions(-) > create mode 100644 drivers/common/cnxk/cnxk_security_ar.h > create mode 100644 drivers/common/cnxk/roc_constants.h > create mode 100644 drivers/common/cnxk/roc_nix_inl.c > create mode 100644 drivers/common/cnxk/roc_nix_inl.h > create mode 100644 drivers/common/cnxk/roc_nix_inl_dev.c > create mode 100644 drivers/common/cnxk/roc_nix_inl_dev_irq.c > create mode 100644 drivers/common/cnxk/roc_nix_inl_priv.h > create mode 100644 drivers/net/cnxk/cn10k_ethdev_sec.c > create mode 100644 drivers/net/cnxk/cn9k_ethdev_sec.c > create mode 100644 drivers/net/cnxk/cnxk_ethdev_sec.c > > -- > 2.8.4 >