Bug 878442

Summary: [virtio-win][netkvm]Refactor drivers to improve performance
Product: Red Hat Enterprise Linux 6 Reporter: Dmitry Fleytman <dfleytma>
Component: virtio-winAssignee: Dmitry Fleytman <dfleytma>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5CC: acathrow, areis, bcao, bsarathy, juzhang, lnovich, michen, qzhang, wquan, xigao, yvugenfi
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Please don't document. Code refactoring.
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-15 05:39:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 884423, 884425    

Description Dmitry Fleytman 2012-11-20 12:55:40 UTC
Description of problem:

As we recently saw on NETKVM decreasing number of if's in driver's code increases performance significantly for data transfers with small packets.
Probably the same results are applicable for other drivers.
Re-factoring should be done for drivers' data-path.