mbox series

[net-next,v4,0/3] net: openvswitch: improve the codes

Message ID 20200901122614.73464-1-xiangxia.m.yue@gmail.com
Headers show
Series net: openvswitch: improve the codes | expand

Message

Tonghao Zhang Sept. 1, 2020, 12:26 p.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

This series patches are not bug fix, just improve codes.

Tonghao Zhang (3):
  net: openvswitch: improve the coding style
  net: openvswitch: refactor flow free function
  net: openvswitch: remove unused keep_flows

 net/openvswitch/actions.c    |  5 +--
 net/openvswitch/datapath.c   | 38 +++++++++++---------
 net/openvswitch/flow_table.c | 70 ++++++++++++++++++------------------
 net/openvswitch/flow_table.h |  1 -
 net/openvswitch/vport.c      |  7 ++--
 5 files changed, 64 insertions(+), 57 deletions(-)

Comments

David Miller Sept. 1, 2020, 6:42 p.m. UTC | #1
From: xiangxia.m.yue@gmail.com
Date: Tue,  1 Sep 2020 20:26:11 +0800

> From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> 
> This series patches are not bug fix, just improve codes.

Series applied, thanks.