On 5/31/22 16:34, Eelco Chaudron wrote: > When processing netlink messages, we should ignore unknown OVS_KEY_ATTR > as we can assume if newer attributes are present, they are backward > compatible. > > This patch also updates the existing comments to better explain what > happens in the error cases. At this place in the code, we can not > ignore the TOO_LITTLE/MUCH errors as some instances could have > canceled processing leaving the returning match data incomplete. > > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2089331 > Signed-off-by: Eelco Chaudron <[email protected]> > --- > lib/odp-util.c | 34 +++++++++++++++++++++++++--------- > 1 file changed, 25 insertions(+), 9 deletions(-)
Thanks, Eelco, Roi and Michael! Applied and backported down to 2.13. Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
