Re: [PATCH net-next 0/7] octeontx2-af: cleanup and extend parser config

2020-09-29 Thread David Miller
From: Stanislaw Kardach Date: Tue, 29 Sep 2020 11:28:13 +0200 > Current KPU configuration data is spread over multiple files which makes > it hard to read. Clean this up by gathering all configuration data in a > single structure and also in a single file (npc_profile.h). This should > increase t

Re: [PATCH net-next 0/7] octeontx2-af: cleanup and extend parser config

2020-09-29 Thread Jakub Kicinski
On Tue, 29 Sep 2020 11:28:13 +0200 Stanislaw Kardach wrote: > Current KPU configuration data is spread over multiple files which makes > it hard to read. Clean this up by gathering all configuration data in a > single structure and also in a single file (npc_profile.h). This should > increase the r

[PATCH net-next 0/7] octeontx2-af: cleanup and extend parser config

2020-09-29 Thread Stanislaw Kardach
Current KPU configuration data is spread over multiple files which makes it hard to read. Clean this up by gathering all configuration data in a single structure and also in a single file (npc_profile.h). This should increase the readability of KPU handling code (since it always references same str