2015-06-12 15:33, Helin Zhang:
> v3 changes:
> * Moved the newly added element right after 'uint16_t reta_size', where it
> was a padding. So it will not break any ABI compatibility, and no need to
> disable it by default.
[...]
> @@ -918,6 +918,7 @@ struct rte_eth_dev_info {
> uint32_t t
To support querying hash key size per port, an new field of
'hash_key_size' was added in 'struct rte_eth_dev_info' for storing
hash key size in bytes.
Signed-off-by: Helin Zhang
---
lib/librte_ether/rte_ethdev.h | 1 +
1 file changed, 1 insertion(+)
v2 changes:
* Disabled the code changes by de
2 matches
Mail list logo