mbox series

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

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

Message

Tonghao Zhang Aug. 25, 2020, 5:06 a.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 coding style
  net: openvswitch: refactor flow free function
  net: openvswitch: remove unnused keep_flows

 net/openvswitch/actions.c    |  5 +--
 net/openvswitch/datapath.c   | 35 +++++++++++--------
 net/openvswitch/flow_table.c | 68 +++++++++++++++++-------------------
 net/openvswitch/flow_table.h |  1 -
 net/openvswitch/vport.c      |  7 ++--
 5 files changed, 60 insertions(+), 56 deletions(-)

Comments

David Miller Aug. 25, 2020, 4:37 p.m. UTC | #1
From: xiangxia.m.yue@gmail.com
Date: Tue, 25 Aug 2020 13:06:33 +0800

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

Pravin, please review this patch series.

Thank you.
Pravin Shelar Aug. 26, 2020, 7:09 a.m. UTC | #2
On Tue, Aug 25, 2020 at 9:37 AM David Miller <davem@davemloft.net> wrote:
>
> From: xiangxia.m.yue@gmail.com
> Date: Tue, 25 Aug 2020 13:06:33 +0800
>
> > From: Tonghao Zhang <xiangxia.m.yue@gmail.com>
> >
> > This series patches are not bug fix, just improve codes.
>
> Pravin, please review this patch series.
>
Sorry for delay. I will have a look tomorrow morning PST.