Re: [ovs-dev] [PATCH v2 08/15] dpif-netdev: Refactor userspace action

2016-05-06 Thread Jesse Gross
On Thu, Apr 21, 2016 at 6:54 PM, Pravin B Shelar wrote: > Large segment support need to use this refactored function to > send individual segments. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list dev@openvswitch.org http:

[ovs-dev] [PATCH v2 08/15] dpif-netdev: Refactor userspace action

2016-04-21 Thread Pravin B Shelar
Large segment support need to use this refactored function to send individual segments. Signed-off-by: Pravin B Shelar --- lib/dpif-netdev.c | 41 ++--- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index