| c223cadc | 29-Apr-2022 |
Steve Yang <[email protected]> |
net/ice: support RSS hash configuration in DCF mode
RSS HASH should be updated and queried by application, Add related ops ('.rss_hash_update', '.rss_hash_conf_get') for DCF.
Because DCF doesn't su
net/ice: support RSS hash configuration in DCF mode
RSS HASH should be updated and queried by application, Add related ops ('.rss_hash_update', '.rss_hash_conf_get') for DCF.
Because DCF doesn't support configure RSS HASH, only HASH key can be updated within ops '.rss_hash_update'.
Signed-off-by: Steve Yang <[email protected]> Signed-off-by: Kevin Liu <[email protected]> Acked-by: Qi Zhang <[email protected]>
show more ...
|
| 5c4d4917 | 25-Feb-2022 |
Sean Zhang <[email protected]> |
net/mlx5: support matching GRE optional fields
This patch adds matching on the optional fields (checksum/key/sequence) of GRE header. The matching on checksum and sequence fields requests support fr
net/mlx5: support matching GRE optional fields
This patch adds matching on the optional fields (checksum/key/sequence) of GRE header. The matching on checksum and sequence fields requests support from rdma-core with the capability of misc5 and tunnel_header 0-3.
For patterns without checksum and sequence specified, keep using misc for matching as before, but for patterns with checksum or sequence, validate capability first and then use misc5 for the matching.
Signed-off-by: Sean Zhang <[email protected]> Acked-by: Viacheslav Ovsiienko <[email protected]>
show more ...
|