Re: [ovs-dev] [PATCH ovn] util: Replace and remove ovn_smap_get_uint

2024-01-30 Thread Dumitru Ceara
On 1/18/24 09:06, Ales Musil wrote: > Replace and remove the ovn_smap_get_uint as smap_get_uint is avaiable in OvS > library since 7b2e999fd759 ("smap: Add smap_get_uint() helper function."). > > Signed-off-by: Ales Musil > --- Applied to main, thanks! Regards, Dumitru

Re: [ovs-dev] [PATCH ovn] util: Replace and remove ovn_smap_get_uint

2024-01-18 Thread 0-day Robot
Bleep bloop. Greetings Ales Musil, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: The subject summary should end with a dot. Subject: util: Replace and remove

[ovs-dev] [PATCH ovn] util: Replace and remove ovn_smap_get_uint

2024-01-18 Thread Ales Musil
Replace and remove the ovn_smap_get_uint as smap_get_uint is avaiable in OvS library since 7b2e999fd759 ("smap: Add smap_get_uint() helper function."). Signed-off-by: Ales Musil --- lib/ovn-util.c | 20 lib/ovn-util.h | 4 northd/northd.c | 6 +++--- 3 files