From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42178C433B4 for ; Tue, 18 May 2021 13:16:32 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id A59886109F for ; Tue, 18 May 2021 13:16:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A59886109F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 834EA4068E; Tue, 18 May 2021 15:16:30 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id DFAD240041 for ; Tue, 18 May 2021 15:16:28 +0200 (CEST) IronPort-SDR: cnpMyR1vdp2hRExc7ssI9QY4w2xzYSbrJYYMr0F8t27hWDdxRSefBQHhfTn+ls3PBP+6wslKYd wJ30lQjusIWg== X-IronPort-AV: E=McAfee;i="6200,9189,9987"; a="197621692" X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="197621692" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 06:16:27 -0700 IronPort-SDR: OAH3SH5QNBxx0FovPMzpzDMIJwqw1kX68FN8Oe7GsT7ENtsy1AR4I65/wZ5pIaEu809oBDoCKx byalsZszIY0w== X-IronPort-AV: E=Sophos;i="5.82,310,1613462400"; d="scan'208";a="439432300" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.224.73]) ([10.213.224.73]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2021 06:16:24 -0700 To: Bing Zhao , orika@nvidia.com, viacheslavo@nvidia.com, matan@nvidia.com, thomas@monjalon.net Cc: dev@dpdk.org, rasland@nvidia.com, andrew.rybchenko@oktetlabs.ru References: <20210518125235.90185-1-bingz@nvidia.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <1224f1d8-c500-e442-dab6-1537c925173e@intel.com> Date: Tue, 18 May 2021 14:16:23 +0100 MIME-Version: 1.0 In-Reply-To: <20210518125235.90185-1-bingz@nvidia.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] doc: add new feature for connection tracking 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 5/18/2021 1:52 PM, Bing Zhao wrote: > The feature support of connection tracking is added in the feature > table of networking drivers. The feature overview part is also > updated. > > Signed-off-by: Bing Zhao Hi Bing, Thomas is suggestion another table to list flow API item/actions in separate table, can this change can be replaced by it?