Thank you.
> -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, October 12, 2017 5:07 AM > To: Zhao1, Wei <wei.zh...@intel.com>; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v8 0/2] net/i40e: API to configure queue > regions for RSS > > On 10/11/2017 9:55 AM, Wei Zhao wrote: > > The patches mainly finish following functions: > > 1) Command line for input queue region configure parameters. > > 2) Set or flush queue region configutation. > > > > v2: > > -fix bug for packet into queue region code. > > -change code style for DPDK C programing. > > -change that "flowtype" name to " hw_flowtype " in struct > > rte_i40e_rss_region_conf > > > > v3: > > -fix patch check warning > > -fix a bug in cmdline.c > > > > v4: > > -fix bug for flowtype config. > > -add a new command for get all queue region configuration. > > -change function name to "rss" related. > > -add document info about queue region CLI. > > > > v5: > > -fix patchcheck warning. > > -add port id check. > > > > v6: > > -split this patch set into 2 patch. > > > > v7: > > -change some PMD_DRV_LOG log. > > > > v8: > > -change CLI command format. > > -change some functions name. > > > > root (2): > > net/i40e: queue region set and flush > > app/testpmd: add API for configuration of queue region > > Series applied to dpdk-next-net/master, thanks. > > (patches updated here and there based on previous comments, please > confirm latest commit.)