1. 09 12月, 2020 6 次提交
  2. 08 12月, 2020 4 次提交
  3. 07 12月, 2020 15 次提交
  4. 06 12月, 2020 13 次提交
  5. 05 12月, 2020 2 次提交
    • B
      net/nfc/nci: Support NCI 2.x initial sequence · bcd684aa
      Bongsu Jeon 提交于
      implement the NCI 2.x initial sequence to support NCI 2.x NFCC.
      Since NCI 2.0, CORE_RESET and CORE_INIT sequence have been changed.
      If NFCEE supports NCI 2.x, then NCI 2.x initial sequence will work.
      
      In NCI 1.0, Initial sequence and payloads are as below:
      (DH)                     (NFCC)
       |  -- CORE_RESET_CMD --> |
       |  <-- CORE_RESET_RSP -- |
       |  -- CORE_INIT_CMD -->  |
       |  <-- CORE_INIT_RSP --  |
       CORE_RESET_RSP payloads are Status, NCI version, Configuration Status.
       CORE_INIT_CMD payloads are empty.
       CORE_INIT_RSP payloads are Status, NFCC Features,
          Number of Supported RF Interfaces, Supported RF Interface,
          Max Logical Connections, Max Routing table Size,
          Max Control Packet Payload Size, Max Size for Large Parameters,
          Manufacturer ID, Manufacturer Specific Information.
      
      In NCI 2.0, Initial Sequence and Parameters are as below:
      (DH)                     (NFCC)
       |  -- CORE_RESET_CMD --> |
       |  <-- CORE_RESET_RSP -- |
       |  <-- CORE_RESET_NTF -- |
       |  -- CORE_INIT_CMD -->  |
       |  <-- CORE_INIT_RSP --  |
       CORE_RESET_RSP payloads are Status.
       CORE_RESET_NTF payloads are Reset Trigger,
          Configuration Status, NCI Version, Manufacturer ID,
          Manufacturer Specific Information Length,
          Manufacturer Specific Information.
       CORE_INIT_CMD payloads are Feature1, Feature2.
       CORE_INIT_RSP payloads are Status, NFCC Features,
          Max Logical Connections, Max Routing Table Size,
          Max Control Packet Payload Size,
          Max Data Packet Payload Size of the Static HCI Connection,
          Number of Credits of the Static HCI Connection,
          Max NFC-V RF Frame Size, Number of Supported RF Interfaces,
          Supported RF Interfaces.
      Signed-off-by: NBongsu Jeon <bongsu.jeon@samsung.com>
      Link: https://lore.kernel.org/r/20201202223147.3472-1-bongsu.jeon@samsung.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
      bcd684aa
    • G
      selftests: forwarding: Add MPLS L2VPN test · 41fdfffd
      Guillaume Nault 提交于
      Connect hosts H1 and H2 using two intermediate encapsulation routers
      (LER1 and LER2). These routers encapsulate traffic from the hosts,
      including the original Ethernet header, into MPLS.
      
      Use ping to test reachability between H1 and H2.
      Signed-off-by: NGuillaume Nault <gnault@redhat.com>
      Link: https://lore.kernel.org/r/625f5c1aafa3a8085f8d3e082d680a82e16ffbaa.1606918980.git.gnault@redhat.comSigned-off-by: NJakub Kicinski <kuba@kernel.org>
      41fdfffd