1. 27 Dec, 2023 11 commits
  2. 26 Dec, 2023 26 commits
  3. 25 Dec, 2023 1 commit
  4. 23 Dec, 2023 2 commits
    • David S. Miller's avatar
      Merge branch 'dpaa2-switch-small-improvements' · 3b83fa94
      David S. Miller authored
      Ioana Ciornei says:
      
      ====================
      dpaa2-switch: small improvements
      
      This patch set consists of a series of small improvements on the
      dpaa2-switch driver ranging from adding some more verbosity when
      encountering errors to reorganizing code to be easily extensible.
      
      Changes in v3:
      - 4/8: removed the fixes tag and moved it to the commit message
      - 5/8: specified that there is no user-visible effect
      - 6/8: removed the initialization of the err variable
      
      Changes in v2:
      - No changes to the actual diff, only rephrased some commit messages and
        added more information.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3b83fa94
    • Ioana Ciornei's avatar
      dpaa2-switch: cleanup the egress flood of an unused FDB · 71150d94
      Ioana Ciornei authored
      In case a DPAA2 switch interface joins a bridge, the FDB used on the
      port will be changed to the one associated with the bridge. What this
      means exactly is that any VLAN installed on the port will need to be
      removed and then installed back so that it points to the new FDB.
      
      Once this is done, the previous FDB will become unused (no VLAN to
      point to it). Even though no traffic will reach this FDB, it's best to
      just cleanup the state of the FDB by zeroing its egress flood domain.
      Reviewed-by: default avatarSimon Horman <horms@kernel.org>
      Signed-off-by: default avatarIoana Ciornei <ioana.ciornei@nxp.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      71150d94