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 8BAB3A00C2; Wed, 23 Feb 2022 17:57:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7274640E64; Wed, 23 Feb 2022 17:57:38 +0100 (CET) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by mails.dpdk.org (Postfix) with ESMTP id D52DC40DF6 for ; Wed, 23 Feb 2022 17:57:36 +0100 (CET) Received: by mail-io1-f41.google.com with SMTP id m185so25200229iof.10 for ; Wed, 23 Feb 2022 08:57:36 -0800 (PST) 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=BXE/wiJ+XBUC/l+dqiP5Zn3+aFm4PN+LP6CENEJqKxk=; b=Ea5YQ40ApFMDXihP2guWGxESBfA0P2IKrOJFyI9I7r3xggicT91T7J7nQiBdtnfrzA dF73fLm1Tf+xitCsJTnLfdl9GBN9ksOalA4yfTQ5oxDN9TJDeos0Cz65nc8CJSA70E7q lvwvtRdyk9wUtsKhz2gYwGaxQICJos9HVr2oWEoJUFyKP+nL16v5uHQLxC20B6rf4xiM 17fmBPE/9aoil6iiWOdMrw/w/ZMwaEVwoIKGrzyiz3Fp/eAxErjgLzwHo/zJzU+/dGCK d+A7fW+3skauYuPPhfm2lCGuTAsHjIDTTsyNWn5EZKGBBwVoultg/HjhMWVAi+zP62Rc LD1w== 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=BXE/wiJ+XBUC/l+dqiP5Zn3+aFm4PN+LP6CENEJqKxk=; b=ize4X7LxzvgOD53JA80dJkIAWmXDGoOwYOOHoN0SoXK6XtiwUPR1WLdNcIqgW32uiw eOB/KCMP1wllqWB5V/hQ96Ruap1zOUzQCLkyYaRnfCyVyGgp0rAMqYYwDx6JzjgFNpLj v/9WxpgFwxypiG/UCTYK0Zs5tIVnMo/d3vkI/W8U8PiRPSAyblisbsbZCP7vYJJ5ZKPF U1ioFWdO8iRbZOGiIY6t50OI8VxxCLN7PW8jeGsfqSMLq0rB0E8U0tF9DtHoMNewAY+T yBtbk6AVPsNT8DnijK+u/KzgEcc457FiIHT+Cuo/zMAYx7XYOtmTYjkLqPqu5CqqPFHy p3jw== X-Gm-Message-State: AOAM532rvTWY89O9OSYCMxdTx0aA1zXMWmJUbforYK8I9ZXk2zY8WFyq u0FGl4jBqbbocJMGNcgMl+yq554S3IR2uKNXQhA= X-Google-Smtp-Source: ABdhPJy4LJNaIloNvRo9Lulrty3OcUnuSTCEZM0+Ird9GF+e5kK9FmXzHG0pGWVLG/aMl77JndtuqgRi+OyCdmq5Jac= X-Received: by 2002:a02:69c2:0:b0:311:b65e:388b with SMTP id e185-20020a0269c2000000b00311b65e388bmr450915jac.123.1645635455999; Wed, 23 Feb 2022 08:57:35 -0800 (PST) MIME-Version: 1.0 References: <20220120165310.4165567-1-gakhil@marvell.com> <20220223122834.2571860-1-gakhil@marvell.com> <20220223122834.2571860-3-gakhil@marvell.com> In-Reply-To: <20220223122834.2571860-3-gakhil@marvell.com> From: Jerin Jacob Date: Wed, 23 Feb 2022 22:27:09 +0530 Message-ID: Subject: Re: [PATCH v3 2/2] net/cnxk: support IP reassembly To: Akhil Goyal Cc: dpdk-dev , Anoob Joseph , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Jerin Jacob , Nithin Dabilpuram , Vidya Sagar Velumuri Content-Type: text/plain; charset="UTF-8" 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 On Wed, Feb 23, 2022 at 5:59 PM Akhil Goyal wrote: > > From: Vidya Sagar Velumuri > > Add capability and support for inbound reassembly > in cnxk driver. > Register the dynamic field for IPsec reassembly. > Attach the fragments using the dynamic field in case of incomplete > reassembly > > Signed-off-by: Vidya Sagar Velumuri > Signed-off-by: Akhil Goyal > Signed-off-by: Nithin Dabilpuram > --- [Snip] > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright(C) 2021 Marvell. Fix copyright Year. > + */