From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyong Youb Kim Subject: Re: [PATCH 00/15] net/enic: 19.05 updates Date: Fri, 1 Mar 2019 23:56:33 +0900 Message-ID: <20190301145631.GA13052@HYONKIM-7R0DR.cisco.com> References: <20190228070317.17002-1-hyonkim@cisco.com> <16525514.hJAoYjsEvP@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Ferruh Yigit , John Daley To: Thomas Monjalon Return-path: Received: from alln-iport-2.cisco.com (alln-iport-2.cisco.com [173.37.142.89]) by dpdk.org (Postfix) with ESMTP id 94D562B9E for ; Fri, 1 Mar 2019 15:56:40 +0100 (CET) Content-Disposition: inline In-Reply-To: <16525514.hJAoYjsEvP@xps> 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 Fri, Mar 01, 2019 at 03:26:24PM +0100, Thomas Monjalon wrote: > Hi, > > > Hyong Youb Kim (15): > > net/enic: remove unused code > > net/enic: fix flow director SCTP matching > > net/enic: fix SCTP match for flow API > > net/enic: allow flow mark ID 0 > > net/enic: check for unsupported flow item types > > net/enic: enable limited RSS flow action > > net/enic: enable limited PASSTHRU flow action > > net/enic: move arguments into struct > > net/enic: enable limited support for RAW flow item > > net/enic: initialize VXLAN port regardless of overlay offload > > net/enic: fix a couple issues with VXLAN match > > net/enic: fix an endian bug in VLAN match > > net/enic: fix several issues with inner packet matching > > doc: update enic guide > > doc: update release notes for enic > > It is better to update the doc in the patch of the code change. > It would allow to find the code changes by looking at the doc history > (with "git blame" or others). > The other benefit is to avoid some "noise" in the git history for doc. I will send a v2. Thanks. -Hyong