[ovs-git] [openvswitch/ovs] 19c64e: datapath: stt: Fix device list management.

GitHub noreply at github.com
Mon Dec 21 23:00:32 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 19c64e8691ab643cc9ce4c612895b7b7a4196324
      https://github.com/openvswitch/ovs/commit/19c64e8691ab643cc9ce4c612895b7b7a4196324
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
    M datapath/linux/compat/stt.c

  Log Message:
  -----------
  datapath: stt: Fix device list management.

STT receive can accept packet on device which is not UP state.
Following patch fixes this issue by introducing another list
of devices which contains only devices in up state. This list can
be used for searching stt devices on packet receive.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at kernel.org>




More information about the git mailing list