Hello, After some digging, near as I can tell, for a new pointer to a new entity, it would seem that vec_new() is pretty much providing the same results as vec_validate(), albeit, with one less memset(bob, o, sizeof(*bob)) being performed. However, I see a 10:1 usage (preference?) of vec_validate() vs. vec_new() in the existing vpp src, so I was hoping someone could share some of the "why" here as to when one should use either.
-Mike