Hi Ferruh: I have checked 3/18 patch, no issue, Thank for the kind help! Regards Qi
> -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, March 9, 2017 7:13 PM > To: Zhang, Qi Z <qi.z.zh...@intel.com>; Chen, Jing D > <jing.d.c...@intel.com> > Cc: Zhang, Helin <helin.zh...@intel.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 00/18] net/fm10k: update base code. > > On 3/8/2017 6:18 AM, Qi Zhang wrote: > > The patch set update to latest fm10k base code, there is no > > significent features be added, but include couple enhancement like > > clean up the logic for tlv attr parse, improve VF multi-bit VLAN > > handle etc, also with some code/comment clean as well. > > > > v2: > > - add base code information > > - correct couple typo errors in commit log. > > > > Qi Zhang (17): > > net/fm10k/base: add a flag to indicate VF trust mode > > net/fm10k/base: reset multicast mode when deleting lport > > net/fm10k/base: expose macros needed by DPDK > > net/fm10k/base: add error code > > net/fm10k/base: clean up the logic > > net/fm10k/base: add new item to lport msg attr > > net/fm10k/base: update comment > > net/fm10k/base: use different name for override bit > > net/fm10k/base: update comment regarding reserved bits check > > net/fm10k/base: improve VF's multi-bit VLAN update requests > > net/fm10k/base: enable lport map request > > net/fm10k/base: add macros for global interrupt > > net/fm10k/base: don't stop reset > > net/fm10k/base: add marcro for geneve tunnel > > net/fm10k/base: improve re-map queues handle > > net/fm10k/base: replace marcos > > net/fm10k/base: request reset when mbx->state changes > > net/fm10k/base: add base code driver information > > Series applied to dpdk-next-net/master, thanks. > > defined(DPDK_SUPPORT) removed from patch 3/18, which is useless and > looks like exists by mistake, please double check updated code.