Re: [ovs-dev] [PATCH net-next 1/4] openvswitch: Unify vport error stats handling.

2013-06-12 Thread Jesse Gross
On Wed, Jun 12, 2013 at 3:56 PM, Pravin B Shelar wrote: > Following patch changes vport->send return type so that vport > layer can do error accounting. > > Signed-off-by: Pravin B Shelar There's already a version of this patch in my tree on kernel.org. __

[ovs-dev] [PATCH net-next 1/4] openvswitch: Unify vport error stats handling.

2013-06-12 Thread Pravin B Shelar
Following patch changes vport->send return type so that vport layer can do error accounting. Signed-off-by: Pravin B Shelar --- net/openvswitch/vport-netdev.c |1 - net/openvswitch/vport.c|9 +++-- net/openvswitch/vport.h|3 ++- 3 files changed, 9 insertions(+), 4