Re: [ovs-dev] [PATCH v3 1/3] ofp-prop: Add helper for parsing and storing of ovs_u128.

2023-10-24 Thread Ilya Maximets
On 10/18/23 08:28, Ales Musil wrote: > Add helper methods that allow us to store and parse the > ovs_u128 type. > > Signed-off-by: Ales Musil > --- > v3: Rebase on top of current master. > v2: Add missing ofpprop_parse_be128() function. > --- > include/openvswitch/ofp-prop.h | 5 > lib/ofp

Re: [ovs-dev] [PATCH v3 1/3] ofp-prop: Add helper for parsing and storing of ovs_u128.

2023-10-20 Thread Eelco Chaudron
On 18 Oct 2023, at 8:28, Ales Musil wrote: > Add helper methods that allow us to store and parse the > ovs_u128 type. > > Signed-off-by: Ales Musil This patch looks good to me. I only reviewed the first patch, as due to a missing cover letter I was fooled and thought this series was all about

[ovs-dev] [PATCH v3 1/3] ofp-prop: Add helper for parsing and storing of ovs_u128.

2023-10-17 Thread Ales Musil
Add helper methods that allow us to store and parse the ovs_u128 type. Signed-off-by: Ales Musil --- v3: Rebase on top of current master. v2: Add missing ofpprop_parse_be128() function. --- include/openvswitch/ofp-prop.h | 5 lib/ofp-prop.c | 44