We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The RAWETH_ADDITION is defined as 18 and HW_CRC_ADDITION is defined as 4
#define RAWETH_ADDITION (18) #define HW_CRC_ADDITION (4)
Initially, the frame length is set to be ctx->size - RAWETH_ADDITION Question
RAWETH_ADDITION
18
14
sge.length
HW_CRC_ADDITION
The text was updated successfully, but these errors were encountered:
@HassanKhadour @sshaulnv Could you help check the above question when you have time?
Sorry, something went wrong.
From my perspective, RAWETH_ADDITION could be set to be 14. sge.length could be set to be user_param->size
user_param->size
No branches or pull requests
The RAWETH_ADDITION is defined as 18 and HW_CRC_ADDITION is defined as 4
Initially, the frame length is set to be ctx->size - RAWETH_ADDITION
Question
RAWETH_ADDITION
is set to be18
instead of14
?sge.length
is set to be user_param->size - HW_CRC_ADDITION?HW_CRC_ADDITION
) for FCS?The text was updated successfully, but these errors were encountered: