From: Felix Manlunas <felix.manlu...@cavium.com>
Date: Thu, 25 May 2017 10:54:29 -0700

> From: Prasad Kanneganti <prasad.kannega...@cavium.com>
> 
> lio_enable_irq (called by napi poll) is reporting to Octeon an inaccurate
> count of processed rx packets causing Octeon to eventually stop forwarding
> packets to the host.  Fix it by using this formula for an accurate count:
> 
>     processed rx packets = droq->pkt_count - droq->pkts_pending
> 
> Also increase SOFT_COMMAND_BUFFER_SIZE to match what the firmware expects.
> 
> Signed-off-by: Prasad Kanneganti <prasad.kannega...@cavium.com>
> Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com>

Applied.

Reply via email to