aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorTariq Toukan <[email protected]>2020-06-15 13:02:49 +0300
committerSaeed Mahameed <[email protected]>2020-06-27 14:00:25 -0700
commita29074367b347af9e19d36522f7ad9a7db4b9c28 (patch)
tree144ad2cdc4d1bbbfb47757af72c87d5970dc1c50 /scripts/bpf_helpers_doc.py
parented9a7c53b8781f851bd8406551d6abfb2d826683 (diff)
net/mlx5e: kTLS, Improve rx handler function call
Prior to this patch mlx5e tls rx handler was called unconditionally on all rx frames and the decision whether a frame is a valid tls record is done inside that function. A function call can be expensive especially for regular rx packet rate. To avoid this, check the tls validity before jumping into the tls rx handler. While at it, split between kTLS device offload rx handler and FPGA tls rx handler using a similar method. Signed-off-by: Saeed Mahameed <[email protected]> Signed-off-by: Tariq Toukan <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions