]> git.proxmox.com Git - ovs.git/commit
dpif-netdev: Refactor fast path process function.
authorPravin B Shelar <pshelar@ovn.org>
Wed, 18 May 2016 00:33:32 +0000 (17:33 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Thu, 19 May 2016 02:39:18 +0000 (19:39 -0700)
commita260d966388ae8477d6787337569820386ea24b4
tree52f329a481c913e810e22a78bad04982ee198b7b
parent4c742796418900728814630bd2db549d8d10263c
dpif-netdev: Refactor fast path process function.

Once datapath support large packets, we need to segment packet before
sending it to upcall. Refactoring this code make it bit cleaner.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
lib/dpif-netdev.c