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 DAEDCA0C45; Thu, 16 Sep 2021 16:18:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4AD74069E; Thu, 16 Sep 2021 16:18:33 +0200 (CEST) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) by mails.dpdk.org (Postfix) with ESMTP id 0A3A340151 for ; Thu, 16 Sep 2021 16:18:33 +0200 (CEST) Received: by mail-il1-f176.google.com with SMTP id h9so6754824ile.6 for ; Thu, 16 Sep 2021 07:18:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=q5igqvGPcSGYkdx5ZyV9mAmzboYREs6Cnw3uB/vcKC4=; b=bkFpZwAdfl+Q+pHoz+E7O7j8Sy/SzDhEXrKc6v9ej0KndIPfFmHVlIB6Padt7nzT5o 0mhJ8+uyM6zF08XEqvJ1iwUR0mYY7n9y8L1tWRAmhcjTEo07kRou63ZhCXRgF8g8BUTZ 8YW3Cxw3u0Q7qognnMl0xXNV+MKg0S7x7IJms= 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=q5igqvGPcSGYkdx5ZyV9mAmzboYREs6Cnw3uB/vcKC4=; b=dsTHbqT+A3b/EXzwBltKh5RViWD0O3eM2wymq3Nf58C1/+lS3L0noMDSbvpAfDPn57 jyYgMOBZixF+cuFS0wfLfUtDh9rrtVouqRMryTr8DmoVAXI1Wq0VHxWNYN1eS6ZYm15S Brek/0zRPnhyoQKZt2BVRoY20DC+csfdfSpP/Pgy5StYo9j7JBsySJ6zWZTW6zcC/YJN +fPmrewhAy6brUvrX7dh1zIYHuZ8MhcQPkfy5hmUNsUtE8hehjeZLCbQLNfRIax4u/WZ H7iVabZjYDraP2udQdZLMlARd47YN+qIF2WfHijmipcmSEv4kE7175iYlrtWc4KWjMZo diNg== X-Gm-Message-State: AOAM532D1A9GDhNNx6QgFs+nB6n/EdV5RfktNRGy4zfGOxKf+XIXlm9S PRKLPQL28GshaA3w1pyW6p5rPqA3Y9iQ/m6YQT/2iQ== X-Google-Smtp-Source: ABdhPJz1bbUahcsXZrCz91qHeyBFlAGdR62AxJToTiPCZH0doZh+Ts43BrBmYLo2afSrj83km6ygxO7YcKdXufP3WS0= X-Received: by 2002:a92:c7af:: with SMTP id f15mr4163586ilk.64.1631801912368; Thu, 16 Sep 2021 07:18:32 -0700 (PDT) MIME-Version: 1.0 References: <20210908050643.9989-1-venkatkumar.duvvuru@broadcom.com> <20210911153041.28510-1-venkatkumar.duvvuru@broadcom.com> <82d8a833-3b3f-5483-fdff-61e232d93fda@intel.com> In-Reply-To: <82d8a833-3b3f-5483-fdff-61e232d93fda@intel.com> From: Brandon Lo Date: Thu, 16 Sep 2021 10:17:55 -0400 Message-ID: To: Ferruh Yigit Cc: Ajit Khaparde , Aaron Conole , dpdklab , Venkat Duvvuru , dev , Thomas Monjalon , David Marchand , Ali Alnubani Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 00/13] enhancements to host based flow table management 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 Thu, Sep 16, 2021 at 9:26 AM Ferruh Yigit wrote: > > On 9/11/2021 4:30 PM, Venkat Duvvuru wrote: > > This patch set adds support for new offload features/enhancments for > > Thor adapters like VF representor support, new flow matches/actions > > & dynamic SRAM manager support. > > > > v2 ==> v3 > > ========= > > * Fixed compilation issue. > > > > Farah Smith (4): > > net/bnxt: tf core index table updates > > net/bnxt: add Thor SRAM mgr model > > net/bnxt: tf core SRAM Manager > > net/bnxt: sram manager shared session > > > > Jay Ding (1): > > net/bnxt: add flow meter drop counter support > > > > Kishore Padmanabha (6): > > net/bnxt: add flow templates support for Thor > > net/bnxt: add support for tunnel offloads > > net/bnxt: add support for dynamic encap action > > net/bnxt: add wild card TCAM byte order for Thor > > net/bnxt: add flow templates for Thor > > net/bnxt: add enhancements to TF ULP > > > > Peter Spreadborough (1): > > net/bnxt: enable dpool allocator > > > > Randy Schacher (1): > > net/bnxt: dynamically allocate space for EM defrag function > > > > Hi Ajit, > > There are a few checkpatch errors reported, can you please check them? > > Also CI seems failed to apply the patch and not run, indeed patch is merged in > the correct tree, but seems on top of wrong commit [1]. > > > Aaron, Lab, > > Can you please check if there is an issue with the tree synchronization. (This > is previously reported for eventdev too, perhaps there may be a generic problem.) > > Can you please trigger the testing of this set after repo updated? > > > [1] > dpdk-next-net-brcm (175af25734f295874e31b33ccd0879e69fd152a9) Hi all, This is related to a current migration that is in process within the lab. I have found the root cause for this issue, and I am working on a solution to fix this tree synchronization issue. Once I have a stable solution, I will rerun the patches that failed to apply. Thanks, Brandon -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu