Searched hist:"21 c4c60b7696346c48ed11478f4bffec6d1b2dcb" (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_matchall.h | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cxgb4_tc_matchall.c | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cxgb4_tc_flower.h | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cxgb4_tc_flower.c | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cxgb4_filter.c | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cxgb4_main.c | diff 21c4c60b7696346c48ed11478f4bffec6d1b2dcb Wed Nov 20 01:16:08 CET 2019 Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> cxgb4: add TC-MATCHALL classifier ingress offload
Add TC-MATCHALL classifier ingress offload support. The same actions supported by existing TC-FLOWER offload can be applied to all incoming traffic on the underlying interface.
Ensure the rule priority doesn't conflict with existing rules in the TCAM. Only 1 ingress matchall rule can be active at a time on the underlying interface.
v5: - No change.
v4: - Added check to ensure the matchall rule's prio doesn't conflict with other rules in TCAM. - Added logic to fill default mask for VIID, if none has been provided, to prevent conflict with duplicate VIID rules. - Used existing variables in private structure to fill VIID info, instead of extracting the info manually.
v3: - No change.
v2: - Removed logic to fetch free index from end of TCAM. Must maintain same ordering as in kernel.
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|