Re: [dpdk-dev] [PATCH] common/octeontx2: fix link event message size

2021-09-28 Thread Jerin Jacob
On Fri, Jul 30, 2021 at 9:38 PM Harman Kalra wrote: > > Due to wrong size of mbox message allocated for sending link status > to the VF, incorrect link status is observed. > > Fixes: cb8d769fb6fe ("common/octeontx2: send link event to VF") Cc: sta...@dpdk.org > Signed-off-by: Harman Kalra Acke

[dpdk-dev] [PATCH] common/octeontx2: fix link event message size

2021-07-30 Thread Harman Kalra
Due to wrong size of mbox message allocated for sending link status to the VF, incorrect link status is observed. Fixes: cb8d769fb6fe ("common/octeontx2: send link event to VF") Signed-off-by: Harman Kalra --- drivers/common/octeontx2/otx2_dev.c | 5 - 1 file changed, 4 insertions(+), 1 del