From patchwork Fri Sep 28 01:58:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John Daley (johndale)" X-Patchwork-Id: 45541 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 905BA1B156; Fri, 28 Sep 2018 03:59:22 +0200 (CEST) Received: from rcdn-iport-7.cisco.com (rcdn-iport-7.cisco.com [173.37.86.78]) by dpdk.org (Postfix) with ESMTP id 04B3C1B19A for ; Fri, 28 Sep 2018 03:59:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=786; q=dns/txt; s=iport; t=1538099961; x=1539309561; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=edxkXhnuDng6TauthgVeXNbmXNCh7i0dxKgaVSc2Zas=; b=b3+PLCbCHdLY1OBTeEgDIByLITBnhAA4vCqUj+n6mgBtUiMZbnGDiWlp tJP3Qo//P7Ao29dvR2uhcPugQrmgWtxpyKzEr6tQxC2d7840dJ9/sWWvG aAPK0FUy5ZvzV+G5b0g1HdUnKGUM+xlRsqOxS8OEhPub/jxshI7oQ1b4K U=; X-IronPort-AV: E=Sophos;i="5.54,313,1534809600"; d="scan'208";a="455347736" Received: from rcdn-core-1.cisco.com ([173.37.93.152]) by rcdn-iport-7.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2018 01:59:20 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-1.cisco.com (8.15.2/8.15.2) with ESMTP id w8S1xJpj010326; Fri, 28 Sep 2018 01:59:20 GMT Received: by cisco.com (Postfix, from userid 392789) id C4AC720F2001; Thu, 27 Sep 2018 18:59:19 -0700 (PDT) From: John Daley To: ferruh.yigit@intel.com Cc: dev@dpdk.org, John Daley Date: Thu, 27 Sep 2018 18:58:27 -0700 Message-Id: <20180928015827.25786-3-johndale@cisco.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180928015827.25786-1-johndale@cisco.com> References: <20180928015827.25786-1-johndale@cisco.com> X-Outbound-SMTP-Client: 10.193.184.48, savbu-usnic-a.cisco.com X-Outbound-Node: rcdn-core-1.cisco.com Subject: [dpdk-dev] [PATCH 3/3] doc: update enic guide for flow API counter action 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" Add counter action support Signed-off-by: John Daley --- doc/guides/nics/enic.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index 438a83d5f..86941fdb2 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/guides/nics/enic.rst @@ -260,6 +260,12 @@ Generic Flow API is supported. The baseline support is: - Selectors: 'is', 'spec' and 'mask'. 'last' is not supported - In total, up to 64 bytes of mask is allowed across all headers +- **1400 and later series VICS with advanced filters enabled** + + All the above plus: + + - Action: count + More features may be added in future firmware and new versions of the VIC. Please refer to the release notes.