RE: [EXT] Re: [PATCH 1/1] ml/cnxk: fix name of TVM model with single layer

2023-11-22 Thread Srikanth Yalavarthi
> -Original Message- > From: Bruce Richardson > Sent: 22 November 2023 22:21 > To: Srikanth Yalavarthi > Cc: Prince Takkar ; dev@dpdk.org; Shivah Shankar > Shankar Narayan Rao ; Anup Prabhu > ; Jerin Jacob Kollanukkaran > Subject: [EXT] Re: [PATCH 1/1] ml/cnx

Re: [PATCH 1/1] ml/cnxk: fix name of TVM model with single layer

2023-11-22 Thread Bruce Richardson
On Wed, Nov 22, 2023 at 04:48:50PM +, Bruce Richardson wrote: > On Wed, Nov 22, 2023 at 08:36:40AM -0800, Srikanth Yalavarthi wrote: > > Name field of TVM model with single MRVL layer is > > currently set to empty string. Update the name with > > the field from metadata. > > > > Fixes: 5cea2c6

Re: [PATCH 1/1] ml/cnxk: fix name of TVM model with single layer

2023-11-22 Thread Bruce Richardson
On Wed, Nov 22, 2023 at 08:36:40AM -0800, Srikanth Yalavarthi wrote: > Name field of TVM model with single MRVL layer is > currently set to empty string. Update the name with > the field from metadata. > > Fixes: 5cea2c67edfc ("ml/cnxk: update internal TVM model info structure") > > Signed-off-by