]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - tools/testing/selftests/bpf/test_sockmap.c
selftests, bpf: Fix test_txmsg_ingress_parser error
[mirror_ubuntu-kernels.git] / tools / testing / selftests / bpf / test_sockmap.c
index eefd445b96fc7263d743a4fbc0715db0dd63ee69..06924917ad77fed566f43cf6b4ed852289e1642f 100644 (file)
@@ -1680,6 +1680,8 @@ static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt)
 {
        txmsg_pass = 1;
        skb_use_parser = 512;
+       if (ktls == 1)
+               skb_use_parser = 570;
        opt->iov_length = 256;
        opt->iov_count = 1;
        opt->rate = 2;