From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 376A21DA2B; Fri, 4 Aug 2023 20:41:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A863C433C8; Fri, 4 Aug 2023 20:41:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691181687; bh=xcsViil0DGLXaWdiuVDPCxOVUlw+P8Xq3hHgt2h9jaA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DKp9R/cJgL+kEeGwHIXbHHblJtel4OuIyrNgsdzLS6d182eIkNfc5/8YnPDlNPEK3 c4oGvUPStMf6kOHhP8xE98/9uKBnRFnPIuEFg9g8pVWK7VsuPHzSOoNsMz+mi0PISQ mPKzbLHFY+HHeU120+jawOOHRfhObjUEhEWUB0acBhjF0ySQGSIKD9Ndl0v+zB7xfu Johmm/LzB5E2sNYx4ezxv+t1+XSruYi5EHqEeNz4gTViCCtzIrBLo6Q5huYcoxqT9i guCiZ/HAbhK9QM//ws/vrt8o6kja4gGEjdHFpuTQs9qBFsmK0VjJwNqa1gANZacRPf 25Ay99oWkeY+A== Date: Fri, 4 Aug 2023 22:41:21 +0200 From: Simon Horman To: "huangjie.albert" Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , =?utf-8?B?QmrDtnJuIFTDtnBlbA==?= , Magnus Karlsson , Maciej Fijalkowski , Jonathan Lemon , Pavel Begunkov , Menglong Dong , Yunsheng Lin , Richard Gobert , "open list:NETWORKING DRIVERS" , open list , "open list:XDP (eXpress Data Path)" Subject: Re: [RFC Optimizing veth xsk performance 01/10] veth: Implement ethtool's get_ringparam() callback Message-ID: References: <20230803140441.53596-1-huangjie.albert@bytedance.com> <20230803140441.53596-2-huangjie.albert@bytedance.com> Precedence: bulk X-Mailing-List: bpf@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: <20230803140441.53596-2-huangjie.albert@bytedance.com> On Thu, Aug 03, 2023 at 10:04:27PM +0800, huangjie.albert wrote: > some xsk libary calls get_ringparam() API to get the queue length nit: libary -> library Please consider using checkpatch.pl --codespell