Commit dc84bb1
committed
Merge branch 'dpaa2-switch-various-fixes'
Ioana Ciornei says:
====================
dpaa2-switch: various fixes
The first patch fixes the size passed to two dma_unmap_single() calls
which was wrongly put as the size of the pointer.
The second patch is new to this series and reverts the behavior of the
dpaa2-switch driver to not ask for object replay upon offloading so that
we avoid the errors encountered when a VLAN is installed multiple times
on the same port.
====================
Link: https://lore.kernel.org/r/20231212164326.2753457-1-ioana.ciornei@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>2 files changed
Lines changed: 6 additions & 12 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
184 | | - | |
185 | | - | |
| 185 | + | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1998 | 1998 | | |
1999 | 1999 | | |
2000 | 2000 | | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | 2001 | | |
2005 | 2002 | | |
2006 | 2003 | | |
| |||
2043 | 2040 | | |
2044 | 2041 | | |
2045 | 2042 | | |
2046 | | - | |
2047 | | - | |
2048 | | - | |
| 2043 | + | |
2049 | 2044 | | |
2050 | 2045 | | |
2051 | 2046 | | |
| |||
2079 | 2074 | | |
2080 | 2075 | | |
2081 | 2076 | | |
2082 | | - | |
2083 | | - | |
2084 | | - | |
| 2077 | + | |
2085 | 2078 | | |
2086 | 2079 | | |
2087 | 2080 | | |
| |||
0 commit comments