[dpdk-dev] [PATCH v7 0/2] i40e: RSS/FD granularity configuration

2015-10-30 Thread Helin Zhang
v2 changes: Solved the compilation issues. v3 changes: Support selecting more input set fields. v4 changes: Removed operation of 'delete', as it is not necessary. Added FD granularity in both pmd and testpmd, as it is similar to RSS granularity. v5 changes: Fixed issue of generating wrong input

[dpdk-dev] [PATCH v7 0/2] i40e: RSS/FD granularity configuration

2015-10-30 Thread Wu, Jingjing
> -Original Message- > From: Zhang, Helin > Sent: Friday, October 30, 2015 11:11 AM > To: dev at dpdk.org > Cc: Pei, Yulong; Liu, Yong; Wu, Jingjing; Zhang, Helin > Subject: [PATCH v7 0/2] i40e: RSS/FD granularity configuration > > v2 changes: > Solved the compilation issues. > > v3 cha