]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ila-csum-neutral'
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 05:32:01 +0000 (01:32 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 05:32:01 +0000 (01:32 -0400)
commit1866637e1180b45fb9ea441bc4ff63e146fc06ce
tree1f7d7cab0c43d934ddcfa5bb008144c1f6dabf31
parent02471e279f03b829b0de10fdb7e7028f9444252f
parent329a7430ef76eac8c299a9fd44fab35e24689209
Merge branch 'ila-csum-neutral'

Tom Herbert says:

====================
ila: Support for checksum neutral translations

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 compilation errors
====================

Signed-off-by: David S. Miller <davem@davemloft.net>