From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8F590A054F; Wed, 24 Feb 2021 18:22:39 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0030840042; Wed, 24 Feb 2021 18:22:38 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 92D3B40040 for <dev@dpdk.org>; Wed, 24 Feb 2021 18:22:37 +0100 (CET) IronPort-SDR: r0M4vV9JGruLj1Ewnmz/hp1cKZ7YPKH4Miwq2r4tInP3ts5eRHNAI86DH9vTLOnw2mzqSJsq23 JbhPjNNZYB1A== X-IronPort-AV: E=McAfee;i="6000,8403,9905"; a="164465157" X-IronPort-AV: E=Sophos;i="5.81,203,1610438400"; d="scan'208";a="164465157" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2021 09:22:36 -0800 IronPort-SDR: UpOaYmi4k5iBt0IC9RJhLL9j7OhMqTazJ546DuRiwJCJUGwvgtmxkavfhjlUtF85YIhWz3Zz3k 3jOEbhUtfoLg== X-IronPort-AV: E=Sophos;i="5.81,203,1610438400"; d="scan'208";a="403809766" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.7.227]) ([10.252.7.227]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Feb 2021 09:22:35 -0800 To: Hemant Agrawal <hemant.agrawal@nxp.com>, dev@dpdk.org References: <20210211141620.12482-1-hemant.agrawal@nxp.com> <20210224124311.29799-1-hemant.agrawal@nxp.com> <20210224124311.29799-10-hemant.agrawal@nxp.com> From: Ferruh Yigit <ferruh.yigit@intel.com> X-User: ferruhy Message-ID: <d404176b-4685-b8b5-c26b-af59bb33858a@intel.com> Date: Wed, 24 Feb 2021 17:22:31 +0000 MIME-Version: 1.0 In-Reply-To: <20210224124311.29799-10-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 09/23] net/dpaa2: add support to configure dpdmux max Rx frame len X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> On 2/24/2021 12:42 PM, Hemant Agrawal wrote: > This patch introduce a new pmd api, which can help the applications > to configure the max framelen for a given dpdmux interface > > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> > Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> <...> > @@ -2,6 +2,7 @@ EXPERIMENTAL { > global: > > rte_pmd_dpaa2_mux_flow_create; > + rte_pmd_dpaa2_mux_rx_frame_len; > rte_pmd_dpaa2_set_custom_hash; > }; Added version comment while merging.