Message ID | 20200824073602.70812-1-xiangxia.m.yue@gmail.com |
---|---|
Headers | show |
Series | net: openvswitch: improve codes | expand |
On Thu, Aug 27, 2020 at 3:23 AM Pravin Shelar <pravin.ovn@gmail.com> wrote: > > On Mon, Aug 24, 2020 at 12:37 AM <xiangxia.m.yue@gmail.com> wrote: > > > > From: Tonghao Zhang <xiangxia.m.yue@gmail.com> > > > > Not change the logic, just improve coding style. > > > > Cc: Pravin B Shelar <pshelar@ovn.org> > > Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com> > > Acked-by: Pravin B Shelar <pshelar@ovn.org> Hi David This series patches were ACKed by Pravin. Will you have a plan to apply them to the net-next ? or I sent v4 with ACK tag.
From: Tonghao Zhang <xiangxia.m.yue@gmail.com> This series patches are not bug fix, just improve codes. Tonghao Zhang (3): net: openvswitch: improve coding style net: openvswitch: refactor flow free function net: openvswitch: remove unused keep_flows net/openvswitch/actions.c | 5 +-- net/openvswitch/datapath.c | 35 ++++++++++--------- net/openvswitch/flow_table.c | 65 +++++++++++++++++------------------- net/openvswitch/flow_table.h | 1 - net/openvswitch/vport.c | 7 ++-- 5 files changed, 57 insertions(+), 56 deletions(-)