mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 07:51:16 -04:00
net/smc: Extend SMC-R link group netlink attribute
Extend SMC-R link group netlink attribute SMC_GEN_LGR_SMCR. Introduce SMC_NLA_LGR_R_BUF_TYPE to show the buffer type of SMC-R link group. Signed-off-by: Wen Gu <guwen@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -124,6 +124,7 @@ enum {
|
||||
SMC_NLA_LGR_R_V2, /* nest */
|
||||
SMC_NLA_LGR_R_NET_COOKIE, /* u64 */
|
||||
SMC_NLA_LGR_R_PAD, /* flag */
|
||||
SMC_NLA_LGR_R_BUF_TYPE, /* u8 */
|
||||
__SMC_NLA_LGR_R_MAX,
|
||||
SMC_NLA_LGR_R_MAX = __SMC_NLA_LGR_R_MAX - 1
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user