Re: [ovs-dev] [PATCH ovs v2 0/4] expand the meter table and fix bug

2020-05-17 Thread Tonghao Zhang
On Sat, May 16, 2020 at 1:14 AM Ilya Maximets wrote: > > On 5/13/20 3:31 PM, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > The patch set expand or shrink the meter table when necessary. > > and other patches fix bug or improve codes. > > > > Tonghao Zhang (4): > >

Re: [ovs-dev] [PATCH ovs v2 0/4] expand the meter table and fix bug

2020-05-15 Thread Ilya Maximets
On 5/13/20 3:31 PM, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > The patch set expand or shrink the meter table when necessary. > and other patches fix bug or improve codes. > > Tonghao Zhang (4): > dpif-netdev: Expand the meters supported number > dpif-netdev: Add burst size

Re: [ovs-dev] [PATCH ovs v2 0/4] expand the meter table and fix bug

2020-05-14 Thread William Tu
On Wed, May 13, 2020 at 09:31:31PM +0800, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > The patch set expand or shrink the meter table when necessary. > and other patches fix bug or improve codes. > > Tonghao Zhang (4): > dpif-netdev: Expand the meters supported number >

[ovs-dev] [PATCH ovs v2 0/4] expand the meter table and fix bug

2020-05-13 Thread xiangxia . m . yue
From: Tonghao Zhang The patch set expand or shrink the meter table when necessary. and other patches fix bug or improve codes. Tonghao Zhang (4): dpif-netdev: Expand the meters supported number dpif-netdev: Add burst size to buckets dpif-netdev: Use the u64 instead of u32 for buckets