From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 96CD732C923; Sun, 1 Mar 2026 13:23:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772371441; cv=none; b=PYHeVKuT88Kto3pFEEbS9aUvDkS0+1p1Iz/fF5PJdVAMQ3RqJzqWk7QZpwmD0nZnP0cJFxVRbLVZvec2K2XHuKCrMuA3tshsxIioW3DnvD9JaRVyT/1t3z2K1x3Gs70fha/00Hj7srbNsXvkh2ai1WHKVjHGRMkZtI7vvtGh7jo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772371441; c=relaxed/simple; bh=EhL+zwKR3bPa3a4htqR3uD37iVBiUGaI67YNlG9OUOw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nMWMBQXB/nZYhuCRdfKHxA9stIT8d1CsAOfd9dQYiePnVI3anhQDuLLUATEnZezilCvyF+ky9Nm7YefjnBQ4LHqB0Co24Sp1cELfl6zsr7Aph2AQ2kPESQJRcjK24AhYUPRo28XXAcmxxIroBPyk8vTSrMq1KVS+dbq7nRXTWH8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 4A2CF6047A; Sun, 01 Mar 2026 14:23:50 +0100 (CET) Date: Sun, 1 Mar 2026 14:23:51 +0100 From: Florian Westphal To: Julian Anastasov Cc: Simon Horman , Pablo Neira Ayuso , lvs-devel@vger.kernel.org, netfilter-devel@vger.kernel.org, Dust Li , Jiejian Wu , rcu@vger.kernel.org Subject: Re: [PATCH nf-next 2/5] ipvs: add resizable hash tables Message-ID: References: <20260226195021.64943-1-ja@ssi.bg> <20260226195021.64943-3-ja@ssi.bg> Precedence: bulk X-Mailing-List: rcu@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260226195021.64943-3-ja@ssi.bg> Julian Anastasov wrote: > +/** > + * ip_vs_rht_for_bucket_retry() - Retry bucket if entries are moved > + * @t: current table, used as cursor, struct ip_vs_rht *var > + * @bucket: index of current bucket or hash key > + * @sc: temp seqcount_t *var > + * @retry: temp int var > + */ > +#define ip_vs_rht_for_bucket_retry(t, bucket, sc, seq, retry) \ This triggers a small kdoc warning: Warning: include/net/ip_vs.h:554 function parameter 'seq' not described in 'ip_vs_rht_for_bucket_retry'