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