e1000: fix descriptor overflow
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:14 +0000 (16:16 +0200)
commita84f185a8a8d05ee7f868ac931cdef52bc860cc6
tree29180ecc589393b8f78fd689b7472f63b6f861dd
parentb967915a0380a418f2716c6dae3f64ed3d844636
e1000: fix descriptor overflow

Allow rxq->rx_tail + offset > 65535
in eth_em_rx_descriptor_done().

Signed-off-by: Intel
lib/librte_pmd_e1000/em_rxtx.c