Hi Wei,
> -----Original Message----- > From: Zhao1, Wei > Sent: Tuesday, December 26, 2017 5:49 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo <wenzhuo...@intel.com>; Zhao1, Wei > <wei.zh...@intel.com> > Subject: [PATCH v4] net/ixgbe: add flow parser ntuple support > > Ixgbe ntuple filter in rte_flow need to support diversion data with less than > 5 tuple parameters.So add this new support in parser code. > > Signed-off-by: Wei Zhao <wei.zh...@intel.com> > > --- > > v2: > -fix coding style issue. > > v3: > -add parser vlan pattern code. I think this patch is good. Just suggest to put this vlan info into the commit log. As the words here will be removed when merging this patch. > > v4: > -fix patch check issue.