]> git.proxmox.com Git - ovs.git/commit
datapath-windows: Add support for handling DEI bit of VLAN header
authorAnand Kumar <kumaranand@vmware.com>
Tue, 15 May 2018 23:38:00 +0000 (16:38 -0700)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Mon, 11 Jun 2018 13:17:24 +0000 (16:17 +0300)
commit205b80ebad275377da256ea3f761810b535df2d0
tree8c6e04608c942d607a7c8e902a70acd1572d0c17
parentcc266ef0c9795e8ffb688a1f67db3b3cd7797c3c
datapath-windows: Add support for handling DEI bit of VLAN header

The Drop eligible indicator(DEI) is 1 bit wide and it is part of
Tag control information (TCI) in VLAN header, which indicates that
the frame can be dropped during congestion.

Signed-off-by: Anand Kumar <kumaranand@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
datapath-windows/ovsext/Actions.c
datapath-windows/ovsext/User.c