Re: [dpdk-dev] [PATCH v1 1/1] net/hinic/base: add message check for command channel

2020-11-12 Thread Ferruh Yigit
On 11/11/2020 6:33 AM, Guoyang Zhou wrote: In the command channel, a message may has several fragments, and the several fragments should have same message id. To prevent problems, this check is added. Fixes: 1e4593db1d58 ("net/hinic/base: fix log info for PF command channel") Cc: sta...@dpdk.org

[dpdk-dev] [PATCH v1 1/1] net/hinic/base: add message check for command channel

2020-11-10 Thread Guoyang Zhou
In the command channel, a message may has several fragments, and the several fragments should have same message id. To prevent problems, this check is added. Fixes: 1e4593db1d58 ("net/hinic/base: fix log info for PF command channel") Cc: sta...@dpdk.org Signed-off-by: Guoyang Zhou --- drivers/ne