From: Tom Herbert <tom@herbertland.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <kernel-team@fb.com>
Subject: [PATCH net-next 0/3] ila: Support for checksum neutral translations
Date: Sat, 23 Apr 2016 11:46:54 -0700 [thread overview]
Message-ID: <1461437217-1568717-1-git-send-email-tom@herbertland.com> (raw)
This patch set updates ILA to support draft-herbert-nvo3-ila-02. The
primary addition is support checksum neutral ILA translation.
This allows address to be performed and still keep any transport
layer checksums that include the addresses in their pseudo header to
still be correct without the translator needing to parse L4.
Other items are:
- Structures for ILA addresses, identifiers, locators
- Disallow translation on non-ILA addresses (check by
type in identifier).
- Change xlat (nf_input) to translates solely based
on matching locators not identifiers (since identifiers
are not obfuscated by checksum neutral).
- Side effect if above is that multiple ILA domains are
supported. Each local locator can map to a different
SIR address (ILA domain), and each domain defines its
own identifier space.
Tested: Ran TCP_RR with 200 cnxs. ILA performance is slightly better
than previously since we are not longer parsing L4 for checksum
handling. I amd seeing about 1% performance overhead. Also ran
TCP_STREAM and tested non-ILA address (type=0) are not translated.
v2: Fix complilation errors
Tom Herbert (3):
ila: Add struct definitions and helpers
ila: xlat changes
ila: add checksum neutral ILA translations
include/uapi/linux/ila.h | 7 ++
net/ipv6/ila/ila.h | 79 ++++++++++++++++++++++-
net/ipv6/ila/ila_common.c | 81 +++++++++++++++++++++--
net/ipv6/ila/ila_lwt.c | 49 ++++++++++----
net/ipv6/ila/ila_xlat.c | 160 +++++++++++++++++++---------------------------
5 files changed, 259 insertions(+), 117 deletions(-)
--
2.8.0.rc2
next reply other threads:[~2016-04-23 18:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 18:46 Tom Herbert [this message]
2016-04-23 18:46 ` [PATCH net-next 1/3] ila: Add struct definitions and helpers Tom Herbert
2016-04-23 18:46 ` [PATCH net-next 2/3] ila: xlat changes Tom Herbert
2016-04-23 18:46 ` [PATCH net-next 3/3] ila: add checksum neutral ILA translations Tom Herbert
2016-04-26 5:41 ` [PATCH net-next 0/3] ila: Support for checksum neutral translations David Miller
-- strict thread matches above, loose matches on Subject: below --
2016-04-15 20:34 Tom Herbert
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=1461437217-1568717-1-git-send-email-tom@herbertland.com \
--to=tom@herbertland.com \
--cc=davem@davemloft.net \
--cc=kernel-team@fb.com \
--cc=netdev@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).