> -----Original Message----- > From: Eelco Chaudron [mailto:echau...@redhat.com] > Sent: Tuesday, March 19, 2019 12:11 PM > To: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Cc: dev@dpdk.org > Subject: [PATCH v3] lib/librte_meter: fix divide by zero for RFC4115 meter > > RFC 4115 allows a meter with either cir and/or eir configured. > When only one is configured a divide by zero would occur. > > Fixes: 655796d2b5fb ("meter: support RFC4115 trTCM") > Cc: echau...@redhat.com > > Signed-off-by: Eelco Chaudron <echau...@redhat.com> > > --- > v3 - Rather than using a 0 check, set up profile data such that no > check at runtime is needed. > v2 - Removed configuration change that got included by accident >
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com> Applied to the next-qos tree, thanks!