Re: [ovs-dev] [ovs-dev v2] dpif-netdev: Allow to set max capacity of flow on netdev

2020-01-08 Thread Ben Pfaff
On Wed, Jan 08, 2020 at 05:32:48PM +0800, xiangxia.m@gmail.com wrote: > From: Tonghao Zhang > > For installing more than MAX_FLOWS (65536) flows to netdev datapath. > Add the ovs-appctl subcommand "dpif-netdev/pmd-set-max-flow" which > can change the flow number which netdev datapath support.

Re: [ovs-dev] [ovs-dev v2] dpif-netdev: Allow to set max capacity of flow on netdev

2020-01-08 Thread 0-day Robot
Bleep bloop. Greetings Tonghao Zhang, 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: Line has non-spaces leading whitespace WARNING: Line has trailing whitespace #54 FILE

[ovs-dev] [ovs-dev v2] dpif-netdev: Allow to set max capacity of flow on netdev

2020-01-08 Thread xiangxia . m . yue
From: Tonghao Zhang For installing more than MAX_FLOWS (65536) flows to netdev datapath. Add the ovs-appctl subcommand "dpif-netdev/pmd-set-max-flow" which can change the flow number which netdev datapath support. Signed-off-by: Tonghao Zhang --- v2: * change int type to atomic_uint32_t * check