]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r275539, r275554.
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 17:21:30 +0000 (17:21 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 7 Apr 2015 17:21:30 +0000 (17:21 +0000)
commit5b9bb3ab065d3a162864131e94148338d4356026
tree48df7e9510688286ac72b165180379c50f6d19f6
parenta87d99439c79bacc1007aa3129f1ee9b77f1faa4
MFC r275539, r275554.

r275539:
cxgbe(4): Allow for different pad and pack boundaries for different
adapters.  Set the pack boundary for T5 cards to be the same as the
PCIe max payload size.  The chip likes it this way.

In this revision the driver allocate rx buffers that align on both
boundaries.  This is not a strict requirement and a followup commit
will switch the driver to a more relaxed allocation strategy.

r275554:
cxgbe(4): allow the driver to use rx buffers that do not end on a pack
boundary.

git-svn-id: svn://svn.freebsd.org/base/stable/10@281212 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/cxgbe/adapter.h
sys/dev/cxgbe/t4_sge.c