From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D12A7201 for ; Fri, 12 May 2017 14:11:43 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 12 May 2017 05:11:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="86761690" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 12 May 2017 05:11:42 -0700 To: John Daley , john.mcnamara@intel.com Cc: dev@dpdk.org References: <20170330212838.31291-1-johndale@cisco.com> <20170331020622.25498-1-johndale@cisco.com> <20170331020622.25498-8-johndale@cisco.com> From: Ferruh Yigit Message-ID: <19a3dd52-36d1-3b6d-abbb-d8d2551fdb94@intel.com> Date: Fri, 12 May 2017 13:11:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170331020622.25498-8-johndale@cisco.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 12 May 2017 12:11:44 -0000 On 3/31/2017 3:06 AM, John Daley wrote: > Update enic NIC guide, release notes and add flow API to the > supported features list. > > 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 +++++ Patch needs to be rebased on top of latest next-net, to switch release file 17.08, also enic.rst merge conflicts. Thanks, ferruh > 3 files changed, 51 insertions(+) <...>