Patch "selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     selftests-netfilter-correct-pktgen_script_paths-in-n.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit b4e50adc48bf2571454bc5e969ddaf0286aba8e1
Author: Jie2x Zhou <jie2x.zhou@xxxxxxxxx>
Date:   Thu Jun 16 15:40:46 2022 +0800

    selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
    
    [ Upstream commit 5d79d8af8dec58bf709b3124d09d9572edd9c617 ]
    
    Before change:
    make -C netfilter
     TEST: performance
       net,port                                                      [SKIP]
       perf not supported
       port,net                                                      [SKIP]
       perf not supported
       net6,port                                                     [SKIP]
       perf not supported
       port,proto                                                    [SKIP]
       perf not supported
       net6,port,mac                                                 [SKIP]
       perf not supported
       net6,port,mac,proto                                           [SKIP]
       perf not supported
       net,mac                                                       [SKIP]
       perf not supported
    
    After change:
       net,mac                                                       [ OK ]
         baseline (drop from netdev hook):               2061098pps
         baseline hash (non-ranged entries):             1606741pps
         baseline rbtree (match on first field only):    1191607pps
         set with  1000 full, ranged entries:            1639119pps
    ok 8 selftests: netfilter: nft_concat_range.sh
    
    Fixes: 611973c1e06f ("selftests: netfilter: Introduce tests for sets with range concatenation")
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Signed-off-by: Jie2x Zhou <jie2x.zhou@xxxxxxxxx>
    Signed-off-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/tools/testing/selftests/netfilter/nft_concat_range.sh b/tools/testing/selftests/netfilter/nft_concat_range.sh
index b35010cc7f6a..a6991877e50c 100755
--- a/tools/testing/selftests/netfilter/nft_concat_range.sh
+++ b/tools/testing/selftests/netfilter/nft_concat_range.sh
@@ -31,7 +31,7 @@ BUGS="flush_remove_add reload"
 
 # List of possible paths to pktgen script from kernel tree for performance tests
 PKTGEN_SCRIPT_PATHS="
-	../../../samples/pktgen/pktgen_bench_xmit_mode_netif_receive.sh
+	../../../../samples/pktgen/pktgen_bench_xmit_mode_netif_receive.sh
 	pktgen/pktgen_bench_xmit_mode_netif_receive.sh"
 
 # Definition of set types:



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux