-
Notifications
You must be signed in to change notification settings - Fork 5
bpf: Add kfunc bpf_strcasecmp() #5872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpf: Add kfunc bpf_strcasecmp() #5872
Conversation
|
Upstream branch: 98857d1 |
|
Upstream branch: 98857d1 |
c0722ec to
e9f7ddf
Compare
|
Upstream branch: 98857d1 |
e9f7ddf to
c857c73
Compare
27199db to
bed149f
Compare
|
Upstream branch: 6417ca8 |
c857c73 to
e329864
Compare
bed149f to
c32e265
Compare
bpf_strcasecmp() function performs same like bpf_strcmp() except ignoring the case of the characters. Signed-off-by: Rong Tao <[email protected]> Acked-by: Viktor Malik <[email protected]>
Add testsuites for kfunc bpf_strcasecmp. Signed-off-by: Rong Tao <[email protected]>
|
Upstream branch: e4980fa |
e329864 to
73af420
Compare
|
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=997905 irrelevant now. Closing PR. |
Pull request for series with
subject: bpf: Add kfunc bpf_strcasecmp()
version: 3
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=997905