> -----Original Message----- > From: John Daley [mailto:johnd...@cisco.com] > Sent: Friday, March 31, 2017 3:06 AM > To: Yigit, Ferruh <ferruh.yi...@intel.com>; Mcnamara, John > <john.mcnam...@intel.com> > Cc: dev@dpdk.org; John Daley <johnd...@cisco.com> > Subject: [PATCH v2 7/7] net/enic: flow API documentation > > Update enic NIC guide, release notes and add flow API to the supported > features list. > > Signed-off-by: John Daley <johnd...@cisco.com> > --- > 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(+) > > 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. > > +.. _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 <john.mcnam...@intel.com>