Netdev List
 help / color / mirror / Atom feed
From: Eric Dumazet <edumazet@google.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Neal Cardwell <ncardwell@google.com>,
	Willem de Bruijn <willemb@google.com>, Ying Cai <ycai@google.com>,
	Eric Dumazet <edumazet@google.com>
Subject: [PATCH v2 net-next 0/2] net: SO_INCOMING_CPU support
Date: Tue, 11 Nov 2014 05:54:26 -0800	[thread overview]
Message-ID: <1415714068-21028-1-git-send-email-edumazet@google.com> (raw)

SO_INCOMING_CPU socket option (read by getsockopt()) provides
an alternative to RPS/RFS for high performance servers using
multi queues NIC.

TCP should use sk_mark_napi_id() for established sockets only.

Eric Dumazet (2):
  tcp: move sk_mark_napi_id() at the right place
  net: introduce SO_INCOMING_CPU

 arch/alpha/include/uapi/asm/socket.h   |  2 ++
 arch/avr32/include/uapi/asm/socket.h   |  2 ++
 arch/cris/include/uapi/asm/socket.h    |  2 ++
 arch/frv/include/uapi/asm/socket.h     |  2 ++
 arch/ia64/include/uapi/asm/socket.h    |  2 ++
 arch/m32r/include/uapi/asm/socket.h    |  2 ++
 arch/mips/include/uapi/asm/socket.h    |  2 ++
 arch/mn10300/include/uapi/asm/socket.h |  2 ++
 arch/parisc/include/uapi/asm/socket.h  |  2 ++
 arch/powerpc/include/uapi/asm/socket.h |  2 ++
 arch/s390/include/uapi/asm/socket.h    |  2 ++
 arch/sparc/include/uapi/asm/socket.h   |  2 ++
 arch/xtensa/include/uapi/asm/socket.h  |  2 ++
 include/net/sock.h                     | 12 ++++++++++++
 include/uapi/asm-generic/socket.h      |  2 ++
 net/core/sock.c                        |  5 +++++
 net/ipv4/tcp_ipv4.c                    |  4 +++-
 net/ipv4/udp.c                         |  1 +
 net/ipv6/tcp_ipv6.c                    |  4 +++-
 net/ipv6/udp.c                         |  1 +
 net/sctp/ulpqueue.c                    |  5 +++--
 21 files changed, 56 insertions(+), 4 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5

             reply	other threads:[~2014-11-11 13:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-11 13:54 Eric Dumazet [this message]
2014-11-11 13:54 ` [PATCH v2 net-next 1/2] tcp: move sk_mark_napi_id() at the right place Eric Dumazet
2014-11-11 13:54 ` [PATCH v2 net-next 2/2] net: introduce SO_INCOMING_CPU Eric Dumazet
     [not found]   ` <1415714068-21028-3-git-send-email-edumazet-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2014-11-14  8:07     ` Michael Kerrisk
2014-11-11 18:18 ` [PATCH v2 net-next 0/2] net: SO_INCOMING_CPU support David Miller
2014-11-14  8:06 ` Michael Kerrisk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415714068-21028-1-git-send-email-edumazet@google.com \
    --to=edumazet@google.com \
    --cc=davem@davemloft.net \
    --cc=ncardwell@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=willemb@google.com \
    --cc=ycai@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox