Re: [PATCH v2 09/10] dp8393x: fix CAM descriptor entry index

2021-07-05 Thread Philippe Mathieu-Daudé
On 6/25/21 8:54 AM, Mark Cave-Ayland wrote: > Currently when a LOAD CAM command is executed the entries are loaded into the > CAM from memory in order which is incorrect. According to the datasheet the > first entry in the CAM descriptor is the entry index which means that each > descriptor may upd

Re: [PATCH v2 09/10] dp8393x: fix CAM descriptor entry index

2021-07-03 Thread Philippe Mathieu-Daudé
On 6/25/21 8:54 AM, Mark Cave-Ayland wrote: > Currently when a LOAD CAM command is executed the entries are loaded into the > CAM from memory in order which is incorrect. According to the datasheet the > first entry in the CAM descriptor is the entry index which means that each > descriptor may upd

[PATCH v2 09/10] dp8393x: fix CAM descriptor entry index

2021-06-24 Thread Mark Cave-Ayland
Currently when a LOAD CAM command is executed the entries are loaded into the CAM from memory in order which is incorrect. According to the datasheet the first entry in the CAM descriptor is the entry index which means that each descriptor may update any single entry in the CAM rather than the Nth