]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ila-make-identifier-format-optional-and-other-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 02:21:28 +0000 (11:21 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Nov 2017 02:21:28 +0000 (11:21 +0900)
commit322bd7ca533f3e68817613c7bdd22f7480970109
tree0fecb8553288be033dffc29662bf5743ff49654f
parentbe54f2090498cebbdbb37df7a6d66172be1c3da8
parent63e88d37b296e45fc66e80975d14025079a178ea
Merge branch 'ila-make-identifier-format-optional-and-other-fixes'

Tom Herbert says:

====================
ila: make identifier format optional and other fixes

The identifier type and checksum neutral mapping bits are optional
in identifier formats. This patch set fixes the implementation to
make them optional and configurable.

Specific items:

  - Clean up checksum diff code in ILA
  - Add checksum neutral mapping auto so that checksum neutral
    mapping can be configured without requiring use of the C-bit
  - Add identifier type configuration and allow identifier
    type to be configured so that the identifier type field does
    not need to be present
  - Added ILA documention: ila.txt

I have fixes for ILA in iproute2 that will be poseted separately.

Tested: Ran netperf TCP_RR on various combinations of checksum
mode and the two supported identifier types.

v2:
  - Add proper sign off
  - In ILA LWT, only check prefix length includes identifier type
    if identifier type is enabled (ILA_ATYPE_USE_FORMAT).
  - Add a hook type so that it can be specified whether ILA
    translation is done on input or output route funciton in
    LWT.
====================

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