From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 50B14DE0 for ; Sun, 2 Apr 2017 17:19:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491146340; x=1522682340; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=LaEmAnosSiYcfIams/Feu5wMYFNtIQbXTRi/DJhVAgE=; b=KpSyceeEmSlX4F4dV+HeSjlo75/f/IPnfc2U/WnCaY7s8LmFkhGPHnUh ShXi7Ty4trdODShL8/PWZWADxyKxIw==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2017 08:18:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,264,1486454400"; d="scan'208";a="1114604882" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 02 Apr 2017 08:18:58 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by IRSMSX151.ger.corp.intel.com ([169.254.4.123]) with mapi id 14.03.0319.002; Sun, 2 Apr 2017 16:18:57 +0100 From: "Mcnamara, John" To: John Daley , "Yigit, Ferruh" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 7/7] net/enic: flow API documentation Thread-Index: AQHSqcOAqSMCezHRx0WPOhHRXCWva6GyNOJw Date: Sun, 2 Apr 2017 15:18:56 +0000 Message-ID: References: <20170330212838.31291-1-johndale@cisco.com> <20170331020622.25498-1-johndale@cisco.com> <20170331020622.25498-8-johndale@cisco.com> In-Reply-To: <20170331020622.25498-8-johndale@cisco.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGJkY2YxYTktNzk3Mi00ZjBiLTgxYWYtMGQzM2QyNzk3Y2I4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNS45LjYuNiIsIlRydXN0ZWRMYWJlbEhhc2giOiJuYnFCYW9wdktDQ3o0c3Q4bnhWaTN2ZlFsM25qRzR6cEtESXBZSXk4MCtvPSJ9 x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 7/7] net/enic: flow API documentation 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: , X-List-Received-Date: Sun, 02 Apr 2017 15:19:00 -0000 > -----Original Message----- > From: John Daley [mailto:johndale@cisco.com] > Sent: Friday, March 31, 2017 3:06 AM > To: Yigit, Ferruh ; Mcnamara, John > > Cc: dev@dpdk.org; John Daley > Subject: [PATCH v2 7/7] net/enic: flow API documentation >=20 > Update enic NIC guide, release notes and add flow API to the supported > features list. >=20 > Signed-off-by: John Daley > --- > doc/guides/nics/enic.rst | 44 > ++++++++++++++++++++++++++++++++++ > doc/guides/nics/features/enic.ini | 1 + > doc/guides/rel_notes/release_17_05.rst | 6 +++++ > 3 files changed, 51 insertions(+) >=20 > diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index > c535b589c..a71add3ab 100644 > --- a/doc/guides/nics/enic.rst > +++ b/doc/guides/nics/enic.rst > @@ -140,6 +140,43 @@ Masking of these feilds for partial match is also > supported. > Without advanced filter support, the flow director is limited to IPv4 > perfect filtering of the 5-tuple with no masking of fields supported. >=20 > +.. _enic-genic-flow-api: > + > +Generic Flow API support > +------------------------ > + > +Generic Flow API is supported. The baseline support is: > + > +- **1200 series VICs** If you wanted you could make the different series into sub headings. However, that is up to you. The docs are also okay as is. Acked-by: John McNamara