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 7BF44C4332F for ; Tue, 29 Mar 2022 17:55:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240381AbiC2R5R (ORCPT ); Tue, 29 Mar 2022 13:57:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240364AbiC2R5Q (ORCPT ); Tue, 29 Mar 2022 13:57:16 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B1C607CB1B for ; Tue, 29 Mar 2022 10:55:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648576531; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kGMPBJ//O6psjBzV1vVr4GcYMJAivjV7NQg3N1Zfl8Y=; b=Cd82R2C0YPzyHM+8S+NAzSLJCUlCav66xWoQmY0b82enRwEqiHmj6rVvBFPfCm1pH0yzH2 /g5iSi5pEC3iAdt91JrzmGulGgYMcOETkh8L9IwDtOUnu3qIXeU+FieRn4FedrV8C5+Xw5 VFGbhZp2PpmQvIKT+AAmDNv+CFYJA3g= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-592--kr4w_ZuMVKcTYXJskxZ_Q-1; Tue, 29 Mar 2022 13:55:28 -0400 X-MC-Unique: -kr4w_ZuMVKcTYXJskxZ_Q-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 26A4D899ED4; Tue, 29 Mar 2022 17:55:27 +0000 (UTC) Received: from ceranb (unknown [10.40.192.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id B2258401E2A; Tue, 29 Mar 2022 17:55:23 +0000 (UTC) Date: Tue, 29 Mar 2022 19:55:22 +0200 From: Ivan Vecera To: Maciej Fijalkowski Cc: netdev@vger.kernel.org, poros@redhat.com, mschmidt@redhat.com, Jesse Brandeburg , Tony Nguyen , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , Jeff Kirsher , Krzysztof Kazimierczak , Alexander Lobakin , "moderated list:INTEL ETHERNET DRIVERS" , open list , "open list:XDP (eXpress Data Path)" Subject: Re: [PATCH net] ice: Fix logic of getting XSK pool associated with Tx queue Message-ID: <20220329195522.63d332fb@ceranb> In-Reply-To: References: <20220329102752.1481125-1-ivecera@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Mar 2022 14:00:01 +0200 Maciej Fijalkowski wrote: > Thanks for this fix! I did exactly the same patch yesterday and it's > already applied to bpf tree: > > https://lore.kernel.org/bpf/20220328142123.170157-5-maciej.fijalkowski@intel.com/T/#u > > Maciej Thanks for info... Nice human race condition ;-) I.