[dpdk-dev] [PATCH v6 0/2] add selecting different GRE key length

2015-11-04 Thread Thomas Monjalon
2015-11-04 00:28, Helin Zhang: > By default, only 3 bytes of GRE key will be used for hash or FD calculation. > Here adds selecting 3 or 4 bytes of GRE key for those purpose. > Note that these patches are based on another patch set of > "[PATCH v9 0/2] i40e: RSS/FD granularity configuration". Appl

[dpdk-dev] [PATCH v6 0/2] add selecting different GRE key length

2015-11-04 Thread Helin Zhang
By default, only 3 bytes of GRE key will be used for hash or FD calculation. Here adds selecting 3 or 4 bytes of GRE key for those purpose. Note that these patches are based on another patch set of "[PATCH v9 0/2] i40e: RSS/FD granularity configuration". v2 changes: Updated with RSS/FD granularity