Re: [dpdk-dev] [PATCH] net/bnxt: fix incorrect action record calculation

2021-07-31 Thread Ajit Khaparde
On Sat, Jul 31, 2021 at 7:49 AM Ajit Khaparde wrote: > > For Thor, the number of action records is being wrongly configured > to 128 because of incorrect definition of divider. This results in > an incorrect number of action records being negotiated with the FW. > Remove the divider from the templ

[dpdk-dev] [PATCH] net/bnxt: fix incorrect action record calculation

2021-07-31 Thread Ajit Khaparde
For Thor, the number of action records is being wrongly configured to 128 because of incorrect definition of divider. This results in an incorrect number of action records being negotiated with the FW. Remove the divider from the templates and delete the logic which uses the field in the resource m

[dpdk-dev] [PATCH] net/bnxt: fix incorrect action record calculation

2021-07-31 Thread Ajit Khaparde
For Thor, the number of action records is being wrongly configured to 128 because of incorrect definition of divider. This results in an incorrect number of action records being negotiated with the FW. Remove the divider from the templates and delete the logic which uses the field in the resource m