netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/5] ila: make identifier format optional and other fixes
@ 2017-11-05 23:58 Tom Herbert
  2017-11-05 23:58 ` [PATCH v2 net-next 1/5] ila: cleanup checksum diff Tom Herbert
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tom Herbert @ 2017-11-05 23:58 UTC (permalink / raw)
  To: davem; +Cc: netdev, rohit, Tom Herbert

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.

Tom Herbert (5):
  ila: cleanup checksum diff
  ila: add checksum neutral map auto
  ila: allow configuration of identifier type
  ila: Add a hook type for LWT routes
  ila: Add ila.txt

 Documentation/networking/ila.txt | 286 +++++++++++++++++++++++++++++++++++++++
 include/uapi/linux/ila.h         |  21 +++
 net/ipv6/ila/ila.h               |  12 +-
 net/ipv6/ila/ila_common.c        | 104 +++++++-------
 net/ipv6/ila/ila_lwt.c           | 111 ++++++++++++---
 net/ipv6/ila/ila_xlat.c          |  26 ++--
 6 files changed, 474 insertions(+), 86 deletions(-)
 create mode 100644 Documentation/networking/ila.txt

-- 
2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-08  2:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-05 23:58 [PATCH v2 net-next 0/5] ila: make identifier format optional and other fixes Tom Herbert
2017-11-05 23:58 ` [PATCH v2 net-next 1/5] ila: cleanup checksum diff Tom Herbert
2017-11-05 23:58 ` [PATCH v2 net-next 2/5] ila: add checksum neutral map auto Tom Herbert
2017-11-05 23:58 ` [PATCH v2 net-next 3/5] ila: allow configuration of identifier type Tom Herbert
2017-11-05 23:58 ` [PATCH v2 net-next 4/5] ila: Add a hook type for LWT routes Tom Herbert
2017-11-05 23:58 ` [PATCH v2 net-next 5/5] ila: Add ila.txt Tom Herbert
2017-11-08  2:21 ` [PATCH v2 net-next 0/5] ila: make identifier format optional and other fixes David Miller

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).