Re: [ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-06-11 Thread Ben Pfaff
On Mon, Jun 10, 2019 at 05:35:43PM +0300, Ilya Maximets wrote: > On 02.03.2019 2:54, Ben Pfaff wrote: > > The first users will be added in an upcoming commit. > > > > Signed-off-by: Ben Pfaff > > --- > > lib/automake.mk | 3 ++- > > lib/sat-math.c | 31 +++ > >

Re: [ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-06-10 Thread Ilya Maximets
On 02.03.2019 2:54, Ben Pfaff wrote: > The first users will be added in an upcoming commit. > > Signed-off-by: Ben Pfaff > --- > lib/automake.mk | 3 ++- > lib/sat-math.c | 31 +++ > lib/sat-math.h | 25 ++--- > 3 files changed, 55

Re: [ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-06-09 Thread Ben Pfaff
On Fri, Mar 01, 2019 at 03:54:46PM -0800, Ben Pfaff wrote: > The first users will be added in an upcoming commit. > > Signed-off-by: Ben Pfaff This series still needs review. ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-04-16 Thread Ben Pfaff
This series still needs a review. It still applies cleanly and passes all the tests. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH 1/3] sat-math: Add functions for saturating arithmetic on "long long int".

2019-03-01 Thread Ben Pfaff
The first users will be added in an upcoming commit. Signed-off-by: Ben Pfaff --- lib/automake.mk | 3 ++- lib/sat-math.c | 31 +++ lib/sat-math.h | 25 ++--- 3 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 lib/sat-math.c