Thank you Luca for the feedback,

Future version patches will be in-reply-to the v1. From v2, the only thing that has changed is the body of the method is_bound_for_dpdk in ports.py. Before, it would check if the current driver was the same as the dpdk driver which is inaccurate for the TG node using mellanox cards. This patch adds coverage for TG's using mellanox cards in this method.

On Thu, Aug 28, 2025 at 8:50 AM Luca Vizzarro <luca.vizzarro@arm.com> wrote:
Hi Andrew,

I see you've made a bit of a mess with the versioning. v2 was detached
from the thread, so this is confusing me. Can you make sure that (as per
contributing guidelines):
- you always reply with new patches to the very beginning of the thread
  (usually the cover letter of v1 – if it was a single patch, then a
  reply to that patch)
- you add a cover letter to your patch series explaining your changes
  across versions. You can check other emails in the mailing list to
  gather an understanding of this. Of course, if you are sending a
  single patch, a cover letter is not necessary, but you'll need to
  annotate your patch (the contributing guidelines who how this is done)

Finally, I cannot tell easily tell what changed from v2. Can you please
give a summary of the changes?

Best,
Luca