Re: [dpdk-dev] [PATCH v2 08/10] net/bnxt: add FW status location structure

2020-04-21 Thread Ajit Khaparde
On Tue, Apr 21, 2020 at 2:05 PM Ferruh Yigit wrote: > On 4/21/2020 9:07 PM, Ajit Khaparde wrote: > > From: Kalesh AP > > > > Code using this change will be added in next patch. > > It can be better to merge this patch to next one, where it uses this new > struct. > > > > > Signed-off-by: Kalesh

Re: [dpdk-dev] [PATCH v2 08/10] net/bnxt: add FW status location structure

2020-04-21 Thread Ferruh Yigit
On 4/21/2020 9:07 PM, Ajit Khaparde wrote: > From: Kalesh AP > > Code using this change will be added in next patch. It can be better to merge this patch to next one, where it uses this new struct. > > Signed-off-by: Kalesh AP > Reviewed-by: Ajit Khaparde > --- > drivers/net/bnxt/hsi_struct

[dpdk-dev] [PATCH v2 08/10] net/bnxt: add FW status location structure

2020-04-21 Thread Ajit Khaparde
From: Kalesh AP Code using this change will be added in next patch. Signed-off-by: Kalesh AP Reviewed-by: Ajit Khaparde --- drivers/net/bnxt/hsi_struct_def_dpdk.h | 49 ++ 1 file changed, 49 insertions(+) diff --git a/drivers/net/bnxt/hsi_struct_def_dpdk.h b/drivers/