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 29A49A04AF; Sun, 3 May 2020 16:38:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 84DBB1D44E; Sun, 3 May 2020 16:38:35 +0200 (CEST) Received: from mail-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) by dpdk.org (Postfix) with ESMTP id 77BAA1D44C for ; Sun, 3 May 2020 16:38:34 +0200 (CEST) Received: by mail-il1-f195.google.com with SMTP id s10so8856240iln.11 for ; Sun, 03 May 2020 07:38:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8Mym0NyE7r9q+1s/nYhBbvl3Bp1gfHHk2Idtg2K5YaI=; b=j9tiVC0qZDgl5bvf2hquAUoRDqzCqVRxR0vBvkhuDRmumZTf0qzLDIauCerN2WAWQS 8qd+0erKgnQGp8VD3SkEi64iYDJFHpS7hW+rzFwRLXg4I2RhjxP1PGaNuPChTk/ODvsx +Lih7VN/KQpFuYR+jVVXfApHdrcCECLBin5BcjFD/7j8HQfZMeykYgvUZbHW41JuEB6g 2LXcRBGceVoHWAPeug+znEfHYhiFmcIA2ygOv6GGl12VTuLcBW9BTSpqrky1eAp8V/+3 MGmfCJae1UrCm5afmP34QcVq7GnSQNbiCt8w2jIyUP9eYu67YcyyWHB5NcgumaLKd3SW 89bg== 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=8Mym0NyE7r9q+1s/nYhBbvl3Bp1gfHHk2Idtg2K5YaI=; b=sUH9fW7bk8x+IKWjeLKZ9EOww6FNwor7JL0DsQKctcrDjofAhK4EruTLgsnIrkt74n JT4yEMCuOBWVjndYG+ZA0VW4F/H6oPdzzTr2F8jJirhChZ7IyNWKhvAnaBhCucicHF4/ IPQ4vPAANigoxTk3CgrQ+FgBM24uz8kCtTlXcCPJsUTbynP1mQm6/S6xeAjxb5X49bnb qOKO84MrAZDIyYwxpvd7FU77ftqUSKdBAcU+pqDhh74aeTE5rjQ2Xvw2PnNO3AwQfV2I LUOgjTYhUTqFmZuflwu+JXgDDKFs7jMydqa7PsipmYv2vJsMd9Z7HbdDisO4gk53DPPI 9p+w== X-Gm-Message-State: AGi0PuYZhCUgDjNeac6AvT1658Xz0o+WZZmtRCUpuw7oS2oeXc5dEfSZ Nc1DdU3RqE3ptFy3Sq+cOGPPG/ZkvMechhkkn5M= X-Google-Smtp-Source: APiQypKq036u6KVpGk3X5ximZtOqMJioWXL2EbZv9uCB6gsFAkZ5TMpt8fq9lq3+6nXAjZY8RlJMhhBzn3KsOssI+Jg= X-Received: by 2002:a92:485b:: with SMTP id v88mr12195016ila.271.1588516713739; Sun, 03 May 2020 07:38:33 -0700 (PDT) MIME-Version: 1.0 References: <1588077612-15905-1-git-send-email-hkalra@marvell.com> In-Reply-To: <1588077612-15905-1-git-send-email-hkalra@marvell.com> From: Jerin Jacob Date: Sun, 3 May 2020 20:08:17 +0530 Message-ID: To: Harman Kalra Cc: Jerin Jacob , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/4] event/octeontx: support new features 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" On Tue, Apr 28, 2020 at 6:11 PM Harman Kalra wrote: > > Since event-octeontx PMD and net-octeontx PMD works very > tightly, so this patchset implements the event-octeontx > side changes to support new features added to net-octeontx > PMD. Acked-by: Jerin Jacob Series applied to dpdk-next-eventdev/master. Thanks. > > v2: > * replace __hot with __rte_hot > > Harman Kalra (3): > event/octeontx: add multi segment support to eventdev > event/octeontx: add framework for Rx/Tx offloads > event/octeontx: support Rx Tx checksum offload > > Vamsi Attunuru (1): > event/octeontx: add VLAN filter offload support > > drivers/event/octeontx/ssovf_evdev.c | 24 +- > drivers/event/octeontx/ssovf_evdev.h | 19 +- > drivers/event/octeontx/ssovf_worker.c | 304 +++++++++++++++++++++----- > drivers/event/octeontx/ssovf_worker.h | 125 ++++++++++- > drivers/net/octeontx/octeontx_rxtx.h | 17 ++ > 5 files changed, 395 insertions(+), 94 deletions(-) > > -- > 2.18.0 >