修复cmsg解析问题

This commit is contained in:
崔一鸣
2019-06-04 21:18:55 +08:00
parent 8f1a4f3dbd
commit 03a5f7ec6c
4 changed files with 39 additions and 13 deletions

View File

@@ -8,7 +8,8 @@ struct kni_cmsg_serialize_header;
enum kni_cmsg_errno{
KNI_CMSG_INVALID_FORMAT = -1,
KNI_CMSG_BUFF_NOT_ENOUGH = -2,
KNI_CMSG_INVALID_TYPE = -3
KNI_CMSG_INVALID_TYPE = -3,
KNI_CMSG_TYPE_UNSET = -4,
};
enum tfe_cmsg_tlv_type