Message ID | cover.1666173045.git.pabeni@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <netdev-owner@kernel.org> 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 56688C4167B for <netdev@archiver.kernel.org>; Wed, 19 Oct 2022 11:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231741AbiJSLAC (ORCPT <rfc822;netdev@archiver.kernel.org>); Wed, 19 Oct 2022 07:00:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234995AbiJSK72 (ORCPT <rfc822;netdev@vger.kernel.org>); Wed, 19 Oct 2022 06:59:28 -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 ESMTPS id EDD55169CE5 for <netdev@vger.kernel.org>; Wed, 19 Oct 2022 03:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666175289; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=y7r7YnLY1wgAwTgoY9fjwArfo1xFtIZQl0s3nkpTNEU=; b=YvG84/iDfe93JWctT4nUCYA2QxRFkKUrcR0ONX+EIZnCu+Z8NA1TaNAb2Yk/nsYOM1JmLH 9H2DtID+tV5iSY55MPSwnlE1cgUUUY2hOJhBg2IlAXFcbUrxZIQa1CCNxjGCbeaVCB+M5i g18AfF1x7MgkOVW8X8I6XOLJCThhCK0= 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-107-sRsxGDfuOVaEkfcTDGs-RA-1; Wed, 19 Oct 2022 06:02:30 -0400 X-MC-Unique: sRsxGDfuOVaEkfcTDGs-RA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9FD308279A8; Wed, 19 Oct 2022 10:02:29 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.39.194.193]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0876A200BBD2; Wed, 19 Oct 2022 10:02:22 +0000 (UTC) From: Paolo Abeni <pabeni@redhat.com> To: netdev@vger.kernel.org Cc: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, mptcp@lists.linux.dev, David Ahern <dsahern@kernel.org>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Matthieu Baerts <matthieu.baerts@tessares.net> Subject: [PATCH net-next 0/2] udp: avoid false sharing on receive Date: Wed, 19 Oct 2022 12:01:59 +0200 Message-Id: <cover.1666173045.git.pabeni@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 Precedence: bulk List-ID: <netdev.vger.kernel.org> X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org |
Series |
udp: avoid false sharing on receive
|
expand
|