]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation
authorAlexander Duyck <alexander.h.duyck@redhat.com>
Thu, 7 May 2015 04:11:45 +0000 (21:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 May 2015 14:39:26 +0000 (10:39 -0400)
commit2ee52ad4962b32797bac33fa29ec8159e64c4ee3
treeda72a00a2bbd4f8bfe0dcb3fc4dfedb9b93bc80d
parent9451980a6646ed487efce04a9df28f450935683e
igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculation

This change updates igb so that it will correctly perform the descriptor
count calculation.  Previously it was taking NETDEV_FRAG_PAGE_MAX_SIZE
into account with isn't really correct since a different value is used to
determine the size of the pages used for TCP.  That is actually determined
by SKB_FRAG_PAGE_ORDER.

Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igb/igb_main.c