Skip to content

[Question] MCTP Packets destined to NULL Address unless sees any RTN_LOCAL routes, will not propagate to AF_NET binded sockets #8

@faizana-nvidia

Description

@faizana-nvidia

Hello Jeremy,

I came across a peculiar situation while handling MCTP Packet [MCTP header - ver=0x01, dest=0x00, src=0x00, flags_seq_tag=0xc8] referring to DSP0283 USB MCTP Endpoint Discovery Discovery Notify command.

Observation:

  1. Packets are being dropped as they fail to find any RTN_LOCAL routes (if local routes/address where not assigned to interface) mctp_route_lookup_null
  2. Such control commands are not reaching to any AF_MCTP control type binded sockets.

Question:

Is this a mandated thing to pass as a pre-conditional check before any such MCTP packet to send to any bounded socket as well because for me it makes sense when it's destined for any specific EIDs and not NULL_EID?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions