From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5287FC7EE22 for ; Wed, 10 May 2023 07:09:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236305AbjEJHJm (ORCPT ); Wed, 10 May 2023 03:09:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236396AbjEJHJl (ORCPT ); Wed, 10 May 2023 03:09:41 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2D30D4486 for ; Wed, 10 May 2023 00:09:40 -0700 (PDT) Date: Wed, 10 May 2023 09:09:34 +0200 From: Pablo Neira Ayuso To: Boris Sukholitko Cc: netfilter-devel@vger.kernel.org, Ilya Lifshits Subject: Re: [PATCH nf-next v2 0/4] selftest: netfilter: small test tweaks Message-ID: References: <20230504084814.41487-1-boris.sukholitko@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230504084814.41487-1-boris.sukholitko@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, May 04, 2023 at 11:48:10AM +0300, Boris Sukholitko wrote: > Hi, > > These patches allow nft_flowtable.sh test script to work in busybox environment > (patches 1-2). > > More exact wait for netcat running in the background is in patch 3. > > Small adaptive sleep optimization (patch 4) helps with running on busy servers > and cuts default sleep time a bit. Thanks, I am going to route this batch through nf.git instead, I think it is good to get this selftests updates there.