| 8ebb9394 | 03-Nov-2021 |
Junfeng Guo <[email protected]> |
net/ice/base: add function to set HW profile for raw flow
Based on the parser library, we can directly set HW profile and associate the main/ctrl vsi.
This patch set also updated the base code BSD
net/ice/base: add function to set HW profile for raw flow
Based on the parser library, we can directly set HW profile and associate the main/ctrl vsi.
This patch set also updated the base code BSD release version.
Signed-off-by: Junfeng Guo <[email protected]> Acked-by: Qi Zhang <[email protected]>
show more ...
|
| c2450e93 | 13-Oct-2021 |
Junfeng Guo <[email protected]> |
net/ice/base: fix null pointer dereferences for parser
Null-checking "p" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. Thus correct the code l
net/ice/base: fix null pointer dereferences for parser
Null-checking "p" suggests that it may be null, but it has already been dereferenced on all paths leading to the check. Thus correct the code lines and remove the redundant line.
Fixes: c84f8aa2100c ("net/ice/base: add parser runtime skeleton")
Signed-off-by: Junfeng Guo <[email protected]> Acked-by: Qi Zhang <[email protected]>
show more ...
|
| d8aaa6d9 | 17-Sep-2021 |
Qi Zhang <[email protected]> |
net/ice/base: add API for parser profile initialization
Add API ice_parser_profile_init to init a parser profile base on a parser result and a mask buffer. The ice_parser_profile can feed to low lev
net/ice/base: add API for parser profile initialization
Add API ice_parser_profile_init to init a parser profile base on a parser result and a mask buffer. The ice_parser_profile can feed to low level FXP engine to create HW profile / field vector directly.
Signed-off-by: Qi Zhang <[email protected]> Acked-by: Junfeng Guo <[email protected]>
show more ...
|
| 6065f4cd | 17-Sep-2021 |
Qi Zhang <[email protected]> |
net/ice/base: support tunnel port for parser
UDP tunnel can be added/deleted for vxlan, geneve, ecpri through below APIs: ice_parser_vxlan_tunnel_set ice_parser_geneve_tunnel_set ice_parser_ecpri_tu
net/ice/base: support tunnel port for parser
UDP tunnel can be added/deleted for vxlan, geneve, ecpri through below APIs: ice_parser_vxlan_tunnel_set ice_parser_geneve_tunnel_set ice_parser_ecpri_tunnel_set
Signed-off-by: Qi Zhang <[email protected]> Acked-by: Junfeng Guo <[email protected]>
show more ...
|