Message ID | 20231026081959.3477034-1-lixiaoyan@google.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 6CACB18AF6 for <netdev@vger.kernel.org>; Thu, 26 Oct 2023 08:20:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="DlpodVhY" Received: from mail-yw1-x114a.google.com (mail-yw1-x114a.google.com [IPv6:2607:f8b0:4864:20::114a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9642DE for <netdev@vger.kernel.org>; Thu, 26 Oct 2023 01:20:11 -0700 (PDT) Received: by mail-yw1-x114a.google.com with SMTP id 00721157ae682-59b5a586da6so6266827b3.1 for <netdev@vger.kernel.org>; Thu, 26 Oct 2023 01:20:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1698308411; x=1698913211; darn=vger.kernel.org; h=cc:to:from:subject:message-id:mime-version:date:from:to:cc:subject :date:message-id:reply-to; bh=sZvrgh55MTtUEq+aTs/7Z4g3Cla3nBQj+jdH8zev9P0=; b=DlpodVhYPG0KO5umvNXWj2GrbVijg4C4dp8LNCB99N7u5PwZ8S7bYdLIY6ZSwgS0xQ tRDa+zAWdDNGttm4XBS1Zzaeqdt+gWZ3+K9uPyYimj0VuIR2zDIkjJUJvuWGRL5mWupR /0uL+vSjpAMcUxWVLZcFmPDx8p3ZDUVoAdv8vxvIWs9lDSdHVkXNcHtKO/JvbD2fLoqj qIqvGoZWz4d0bKTFX6tQcQVwgcxHs8GmFuBg1MerWHyAt19OQuJNfJoxnwtcLUBxk/Ux YNSpNt5JBPtlC483dQ3tNruid+6IEGFFZPpWcRFhke1uzbW50i8L5hLOzDAZlz5WEuyc lHaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698308411; x=1698913211; h=cc:to:from:subject:message-id:mime-version:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=sZvrgh55MTtUEq+aTs/7Z4g3Cla3nBQj+jdH8zev9P0=; b=Z0vhksJ7X2zUTRgGar1uwmZP8OtT2Ax6aYb02uIc2VP9KR1fNaMY7THGpEpxqeWZbe E6OmBKfuvfkG8JxW5ICgN0z+h8UHi3duI0QTNprUIbde7owL4DcjGXRcpS9Aqut5ZGM1 qt/nvq0BsSoAYCmdioocMKupwFX/zBpbV9NgSdmpMwuSTc88yiAjTWw4bQMuubzLkW6r cQrr/CB+3BjtMhOXKQvu3WL8bWKO7zO4kYXssvO/DjDLfodxL8dwHk52KzrzaY68RhDF UHGbRIt1kx16DclUSlJpRnFuIckhl4puKd1xI6h0XhrOTZgSiNxBmEXc17ypN8WCS39H 1tJQ== X-Gm-Message-State: AOJu0YzWANUNTKktvLMs0pYlkAGlUkZx6FBjZ2e+kzsioddVle3dEggq E5tacYXTQaORIxdX72TDWxOOzp5b4eERBcY= X-Google-Smtp-Source: AGHT+IGwI+HJ8rQfIi0Oqe08X6bPFljZgwjW3OG9rcCpwTXSr7D9iz96t00vqeCmGRUFSc5PD5Zm1hJCjxobxc8= X-Received: from coco0920.c.googlers.com ([fda3:e722:ac3:cc00:20:ed76:c0a8:2a23]) (user=lixiaoyan job=sendgmr) by 2002:a05:690c:ec6:b0:5a7:d45d:1223 with SMTP id cs6-20020a05690c0ec600b005a7d45d1223mr88500ywb.3.1698308410901; Thu, 26 Oct 2023 01:20:10 -0700 (PDT) Date: Thu, 26 Oct 2023 08:19:53 +0000 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> Mime-Version: 1.0 X-Mailer: git-send-email 2.42.0.758.gaed0368e0e-goog Message-ID: <20231026081959.3477034-1-lixiaoyan@google.com> Subject: [PATCH v4 net-next 0/6] Analyze and Reorganize core Networking Structs to optimize cacheline consumption From: Coco Li <lixiaoyan@google.com> To: Jakub Kicinski <kuba@kernel.org>, Eric Dumazet <edumazet@google.com>, Neal Cardwell <ncardwell@google.com>, Mubashir Adnan Qureshi <mubashirq@google.com>, Paolo Abeni <pabeni@redhat.com>, Andrew Lunn <andrew@lunn.ch>, Jonathan Corbet <corbet@lwn.net>, David Ahern <dsahern@kernel.org>, Daniel Borkmann <daniel@iogearbox.net> Cc: netdev@vger.kernel.org, Chao Wu <wwchao@google.com>, Wei Wang <weiwan@google.com>, Pradeep Nemavat <pnemavat@google.com>, Coco Li <lixiaoyan@google.com> Content-Type: text/plain; charset="UTF-8" X-Patchwork-Delegate: kuba@kernel.org |
Series |
Analyze and Reorganize core Networking Structs to optimize cacheline consumption
|
expand
|