On Mon, 05 Feb, 2024 18:52:45 -0800 Rahul Rameshbabu <rrameshbabu@xxxxxxxxxx> wrote: > On Tue, 06 Feb, 2024 02:49:56 +0000 Joe Damato <jdamato@xxxxxxxxxx> wrote: >> Make mlx5 compatible with the newly added netlink queue GET APIs. >> >> v1 -> v2: >> - Move netlink NULL code to mlx5e_deactivate_channel >> - Move netif_napi_set_irq to mlx5e_open_channel and avoid storing the >> irq, after netif_napi_add which itself sets the IRQ to -1. >> - Fix white space where IRQ is stored in mlx5e_open_channel Also, the changelog should not be part of the commit description since it will not make much sense once the final version is accepted. You can either manually paste the changelog in a section of the patch that will not be applied by git or use git notes to annotate the changelog. * https://git-scm.com/docs/git-notes * https://git-scm.com/docs/git-format-patch#Documentation/git-format-patch.txt---notesltrefgt >> >> Signed-off-by: Joe Damato <jdamato@xxxxxxxxxx> >> --- -- Thanks, Rahul Rameshbabu