On 4/18/2018 1:00 AM, John Daley wrote: > A local variable was used without initialization and triggered a > coverity issue. > > Is is fixed here, but there is no ill effect of not initializing > the variable in this case. 'rxq_interrupt_offset' is irrelevant > if 'rxq_interrupt_enable' is not set (the condition caught by > coverity). > > Fixes: fc2c8c0668fd ("net/enic: use Tx completion index instead of messages") > Coverity issue: 268314 > > Signed-off-by: John Daley <johnd...@cisco.com> > Reviewed-by: Hyong Youb Kim <hyon...@cisco.com>
Applied to dpdk-next-net/master, thanks.