Re: [PATCH v4 01/47] net/bnxt: tf_core: fix wc tcam multi slice delete issue

2024-10-14 Thread Stephen Hemminger
On Fri, 4 Oct 2024 23:22:52 +0530 Sriharsha Basavapatna wrote: > From: Shahaji Bhosle > > FW tries to update the HWRM request data in the > delete case to update the mode bit and also > update invalid profile id. This update only > happens when the data is send over DMA. HWRM > requests are re

[PATCH v4 01/47] net/bnxt: tf_core: fix wc tcam multi slice delete issue

2024-10-04 Thread Sriharsha Basavapatna
From: Shahaji Bhosle FW tries to update the HWRM request data in the delete case to update the mode bit and also update invalid profile id. This update only happens when the data is send over DMA. HWRM requests are read only buffers and cannot be updated. So driver now will always send WC tcam se