Re: [ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support.

2016-07-28 Thread Chandran, Sugesh
ireddy, Bhanuprakash <bhanuprakash.bodire...@intel.com> Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support. Thanks for the patch. I agree, I'd be nice to document this in INSTALL.DPDK-ADVANCED.md<http://INSTALL.DPDK-ADVANCED.md> [Sugesh] Agreed, Will a

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support.

2016-07-27 Thread Daniele Di Proietto
Thanks for the patch. I agree, I'd be nice to document this in INSTALL.DPDK-ADVANCED.md We should also document the new fields in vswitchd/vswitch.xml. Probably it's better to use "true" and "false" rather that "on" and "off", for consistency with other configuration options and so that we can

Re: [ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support.

2016-07-22 Thread Bodireddy, Bhanuprakash
ch.org >Subject: [ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support. > >Add support for flow-control(mac control frame) to DPDK enabled physical >port types. By default, the flow-control is OFF on both rx and tx side. >The flow control can be enabled/disabled either when adding

[ovs-dev] [PATCH] netdev-dpdk: Add Flow Control support.

2016-07-22 Thread Sugesh Chandran
Add support for flow-control(mac control frame) to DPDK enabled physical port types. By default, the flow-control is OFF on both rx and tx side. The flow control can be enabled/disabled either when adding a port to OVS or at run time. For eg: To enable flow control support at tx side while adding