On Thu, Dec 14, 2017 at 04:23:58PM +0100, Cédric MORIN wrote:
> Hi,
> 
> thank you for your reply.
> 
> Actually I didn't need to use dpdk, I just had to set datapath to netdev - as 
> you said.
> 
> However I'm facing another problem now.
> 
> I tried to setup a drop meter with the following command :
> ovs-ofctl -O Openflow13 add-meter s1 meter=1,kbps,bands=type=drop,rate=1000
> I tested it and it worked fine.
> 
> then I tried to setup a dscp-remark meter :
> ovs-ofctl -O Openflow13 add-meter br1 
> meter=1,kbps,band=type=dscp_remark,rate=1000,prec_level=1
> and I got te following error : 
> OFPT_ERROR (OF1.3) (xid=0x2): OFPMMFC_BAD_BAND
> OFPT_METER_MOD (OF1.3) (xid=0x2): ADD meter=1 kbps bands=
> type=dscp_remark rate=1000 prec_level=1
> 
> According to Openflow documentation OFPMMFC_BAD_BAND indicates that the band 
> is unsupported.
> my question is : does OVS 2.8.1 fully implement meter, or just the drop band 
> ? Or is my command incorrect (I successfully tested it with two other type of 
> switches) ?

Current versions of OVS only support "drop" bands.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to