Re: [ovs-dev] [PATCH] datapath-windows: Add support for handling DEI bit of VLAN header

2018-06-11 Thread Alin Serdean
> > On 16 May 2018, at 02:38, Anand Kumar > wrote: > > > > 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 > > --- > > datapat

Re: [ovs-dev] [PATCH] datapath-windows: Add support for handling DEI bit of VLAN header

2018-06-06 Thread Alin Gabriel Serdean
> On 16 May 2018, at 02:38, Anand Kumar wrote: > > 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 > --- > datapath-windows/ovsex

Re: [ovs-dev] [PATCH] datapath-windows: Add support for handling DEI bit of VLAN header

2018-05-16 Thread Shashank Ram
From: ovs-dev-boun...@openvswitch.org on behalf of Anand Kumar Sent: Tuesday, May 15, 2018 4:38 PM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH] datapath-windows: Add support for handling DEI bit of VLAN header The Drop eligible

[ovs-dev] [PATCH] datapath-windows: Add support for handling DEI bit of VLAN header

2018-05-15 Thread Anand Kumar
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 --- datapath-windows/ovsext/Actions.c | 1 + datapath-windows/ovsext/User.c| 19