Hi, wenzhuo > -----Original Message----- > From: Lu, Wenzhuo > Sent: Thursday, January 4, 2018 4:27 PM > To: Zhao1, Wei <wei.zh...@intel.com>; dev@dpdk.org > Subject: RE: [PATCH v4] net/ixgbe: add flow parser ntuple support > > 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. >
Ok, I will update as your suggestion. > > > > v4: > > -fix patch check issue.