Re: [dpdk-dev] [PATCH] common/octeontx2: upgrade mbox definition to version 9

2020-09-22 Thread Jerin Jacob
On Wed, Sep 16, 2020 at 11:18 PM Harman Kalra wrote: > > Update mail box data structures to sync with af driver mbox > changes done to retrieve VF's base steering rule. > > Signed-off-by: Nithin Dabilpuram > Signed-off-by: Harman Kalra Applied to dpdk-next-net-mrvl/master. Thanks > --- > dri

[dpdk-dev] [PATCH] common/octeontx2: upgrade mbox definition to version 9

2020-09-16 Thread Harman Kalra
Update mail box data structures to sync with af driver mbox changes done to retrieve VF's base steering rule. Signed-off-by: Nithin Dabilpuram Signed-off-by: Harman Kalra --- drivers/common/octeontx2/otx2_mbox.h | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drive