mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. No conflicts. Adjacent changes: drivers/net/ethernet/sfc/tc.c622ab65634
("sfc: fix error unwinds in TC offload")b6583d5e9e
("sfc: support TC decap rules matching on enc_src_port") net/mptcp/protocol.c5b825727d0
("mptcp: add annotations around msk->subflow accesses")e76c8ef5cc
("mptcp: refactor mptcp_stream_accept()") Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
a03a91bd68
429 changed files with 2479 additions and 1380 deletions
|
@ -582,8 +582,9 @@ class YnlFamily(SpecFamily):
|
|||
print('Unexpected message: ' + repr(gm))
|
||||
continue
|
||||
|
||||
rsp.append(self._decode(gm.raw_attrs, op.attr_set.name)
|
||||
| gm.fixed_header_attrs)
|
||||
rsp_msg = self._decode(gm.raw_attrs, op.attr_set.name)
|
||||
rsp_msg.update(gm.fixed_header_attrs)
|
||||
rsp.append(rsp_msg)
|
||||
|
||||
if not rsp:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue