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 CA0BAA2EFC for ; Tue, 15 Oct 2019 16:26:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8E461ECC9; Tue, 15 Oct 2019 16:26:42 +0200 (CEST) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by dpdk.org (Postfix) with ESMTP id 065411ECC5 for ; Tue, 15 Oct 2019 16:26:41 +0200 (CEST) Received: by mail-io1-f67.google.com with SMTP id h144so46236566iof.7 for ; Tue, 15 Oct 2019 07:26:40 -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=bVf1GvgjH7skIYmhBe2XZaOfHhnpy/RXhCvfTcsJ0Nc=; b=VulVUoNVfCYO7I2A3ixgmhy/I9TrdTsXSolgEboIfwR9A2ar+Ngfym7VsopMGPWGdA g1tPBzy5UAbMMStcpIBNINiPGHelprZLHom+K1+MUHR6nHhZ1HFkbd/5GW6sRC9rx/oL 3UA5HvtRN6JKcZ3Med9j8XckN8P+O867C2lVoUrL0RZU2OCmptcz2ZUm2hTflyJYVWoG XOjNLImj5suAvXZLKk7o0SdgfWA1eCLu/3x5c5MITnMjZnysrsgnDEKNxDzDzpXLpVi0 OXSs4bihfmSE1/24mwD8lBSRXVvFKUK22bedbFceRvP8ObWwZfWItPjy5mH0Y8+5dXHH 0hdQ== 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=bVf1GvgjH7skIYmhBe2XZaOfHhnpy/RXhCvfTcsJ0Nc=; b=FKhrgjD4IQg1xR/XhBf/ACKU/k35jnmSxVLMf0UxZ0GDX1ql7UaXkUPzhzUD4mQ695 PSsUc7dqAtHLMg0YvQKI8t33Nz+04+cRun4PMifzFxp6If22X8GkMrE5aMAZbJZsDaAi 5k+ztYv91rO7nnAtyfyGAol2CaMl2HuJYwJei8XfyAaxuFeJhfgpJ8Gd6ZuDuOCdjFUR 1ucX8xHChmJmgXjM+2UhnvZigc2g0Tbp0biB8lLYa8eIZhEHGc+wMYvN++gbErSwU8sL na4vX58V4vJZB/YsvxfcWWwla8v2Gi3o5er4EuswFAFuK/UHxBQZgcS5+z0CmGQxf/fj yOfw== X-Gm-Message-State: APjAAAXeyyJNquZFP84Sihjp2JCxosIzx7vK51ggOX0fJSNrbgr6q+wL SxeUCM47IjGmFLFURLE2Ko1rIfL759dNlhzfP1A= X-Google-Smtp-Source: APXvYqwYeOrv5QYeqIQ2RVdpn9o5R6TNjcMdp14uYiTFFXEBGX9s7iqgE64uDpdKch2vz7LqqKrF3QGHsTzLQRNu1WA= X-Received: by 2002:a05:6638:8d:: with SMTP id v13mr44093954jao.104.1571149600181; Tue, 15 Oct 2019 07:26:40 -0700 (PDT) MIME-Version: 1.0 References: <1569826761-6772-1-git-send-email-skori@marvell.com> In-Reply-To: <1569826761-6772-1-git-send-email-skori@marvell.com> From: Jerin Jacob Date: Tue, 15 Oct 2019 19:56:28 +0530 Message-ID: To: Sunil Kumar Kori Cc: Jerin Jacob , Nithin Dabilpuram , Kiran Kumar K , dpdk-dev Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] net/octeontx2: add Rx/Tx burst mode get callbacks 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 Mon, Sep 30, 2019 at 12:29 PM Sunil Kumar Kori wrote: > > Retrieve burst mode options according to the selected Rx/Tx burst > function. > > Signed-off-by: Sunil Kumar Kori > --- > > Below implementation is based on following patchset > http://patches.dpdk.org/patch/59907/ Depend patch got merged into next-net tree. Please rebase this patch add update the feature matrix. See https://git.dpdk.org/next/dpdk-next-net/commit/?id=846452547945b112d71ab2f0be390b4622b81759 "net/i40e: add Rx/Tx burst mode get callbacks" for details for feature matrix update.